Searched refs:Media (Results 1 - 25 of 61) sorted by relevance

123

/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLMediaSession.cpp85 LOG(Media, "HTMLMediaSession::addBehaviorRestriction - adding %s", restrictionName(restriction));
91 LOG(Media, "HTMLMediaSession::removeBehaviorRestriction - removing %s", restrictionName(restriction));
98 LOG(Media, "HTMLMediaSession::playbackPermitted - returning FALSE");
108 LOG(Media, "HTMLMediaSession::dataLoadingPermitted - returning FALSE");
118 LOG(Media, "HTMLMediaSession::fullscreenPermitted - returning FALSE");
129 LOG(Media, "HTMLMediaSession::pageAllowsDataLoading - returning FALSE");
140 LOG(Media, "HTMLMediaSession::pageAllowsPlaybackAfterResuming - returning FALSE");
151 LOG(Media, "HTMLMediaSession::showingPlaybackTargetPickerPermitted - returning FALSE because of permissions");
156 LOG(Media, "HTMLMediaSession::showingPlaybackTargetPickerPermitted - returning FALSE because page is NULL");
167 LOG(Media, "HTMLMediaSessio
[all...]
H A DHTMLSourceElement.cpp45 LOG(Media, "HTMLSourceElement::HTMLSourceElement - %p", this);
100 LOG(Media, "HTMLSourceElement::scheduleErrorEvent - %p", this);
109 LOG(Media, "HTMLSourceElement::cancelPendingErrorEvent - %p", this);
115 LOG(Media, "HTMLSourceElement::errorEventTimerFired - %p", this);
H A DHTMLMediaElement.cpp341 LOG(Media, "HTMLMediaElement::HTMLMediaElement");
379 LOG(Media, "HTMLMediaElement::~HTMLMediaElement");
688 LOG(Media, "HTMLMediaElement::insertedInto");
713 LOG(Media, "HTMLMediaElement::removedFrom");
759 LOG(Media, "HTMLMediaElement::scheduleLoad");
789 LOG(Media, "HTMLMediaElement::scheduleEvent - scheduling '%s'", eventName.string().ascii().data());
881 LOG(Media, "HTMLMediaElement::canPlayType(%s, %s, %s) -> %s", mimeType.utf8().data(), keySystem.utf8().data(), url.stringCenterEllipsizedToLength().utf8().data(), canPlay.utf8().data());
890 LOG(Media, "HTMLMediaElement::load()");
904 LOG(Media, "HTMLMediaElement::prepareForLoad");
1067 LOG(Media, "HTMLMediaElemen
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/gstreamer/
H A DGStreamerUtilities.h26 LOG_VERBOSE(Media, __VA_ARGS__); } while (0)
30 LOG_VERBOSE(Media, __VA_ARGS__); } while (0)
34 LOG_VERBOSE(Media, __VA_ARGS__); } while (0)
38 LOG_VERBOSE(Media, __VA_ARGS__); } while (0)
/macosx-10.10/WebCore-7600.1.25/platform/audio/
H A DMediaSession.cpp75 LOG(Media, "MediaSession::setState(%p) - %s", this, stateName(state));
81 LOG(Media, "MediaSession::beginInterruption(%p), state = %s", this, stateName(m_state));
95 LOG(Media, "MediaSession::endInterruption(%p) - flags = %i, stateToRestore = %s", this, (int)flags, stateName(m_stateToRestore));
102 LOG(Media, "MediaSession::endInterruption - resuming playback");
117 LOG(Media, "MediaSession::clientWillPausePlayback(%p)- state = %s", this, stateName(m_state));
121 LOG(Media, " setting stateToRestore to \"Paused\"");
134 LOG(Media, "MediaSession::pauseSession(%p)", this);
H A DMediaSessionManager.cpp96 LOG(Media, "MediaSessionManager::beginInterruption");
107 LOG(Media, "MediaSessionManager::endInterruption");
117 LOG(Media, "MediaSessionManager::addSession - %p", &session);
140 LOG(Media, "MediaSessionManager::removeSession - %p", &session);
183 LOG(Media, "MediaSessionManager::sessionWillBeginPlayback - %p", &session);
212 LOG(Media, "MediaSessionManager::sessionWillEndPlayback - %p", &session);
242 LOG(Media, "MediaSessionManager::sessionWillEndPlayback - session moved from index %zu to %zu", pausingSessionIndex, lastPlayingSessionIndex);
247 LOG(Media, "MediaSessionManager::setCurrentSession - %p", &session);
260 LOG(Media, "MediaSessionManager::setCurrentSession - session moved from index %zu to 0", index);
282 LOG(Media, "MediaSessionManage
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/
H A DMediaPlayerPrivateAVFoundation.cpp86 LOG(Media, "MediaPlayerPrivateAVFoundation::MediaPlayerPrivateAVFoundation(%p)", this);
91 LOG(Media, "MediaPlayerPrivateAVFoundation::~MediaPlayerPrivateAVFoundation(%p)", this);
132 LOG(Media, "MediaPlayerPrivateAVFoundation::setUpVideoRendering(%p) - current mode = %d, preferred mode = %d",
151 LOG(Media, "MediaPlayerPrivateAVFoundation::setUpVideoRendering(%p) - calling mediaPlayerRenderingModeChanged()", this);
158 LOG(Media, "MediaPlayerPrivateAVFoundation::tearDownVideoRendering(%p)", this);
173 LOG(Media, "MediaPlayerPrivateAVFoundation::load(%p)", this);
204 LOG(Media, "MediaPlayerPrivateAVFoundation::playabilityKnown(%p)", this);
211 LOG(Media, "MediaPlayerPrivateAVFoundation::playabilityKnown(%p) - all metadata loaded", this);
224 LOG(Media, "MediaPlayerPrivateAVFoundation::prepareToPlay(%p)", this);
231 LOG(Media, "MediaPlayerPrivateAVFoundatio
[all...]
H A DInbandMetadataTextTrackPrivateAVF.cpp78 LOG(Media, "InbandMetadataTextTrackPrivateAVF::addDataCue(%p) - updating cue: start=%.2f, end=%.2f", this, partialCue->startTime(), time);
82 LOG(Media, "InbandMetadataTextTrackPrivateAVF::addDataCue negative length cue(s) ignored: start=%.2f, end=%.2f\n", m_currentCueStartTime, time);
92 LOG(Media, "InbandMetadataTextTrackPrivateAVF::resetCueValues flushing incomplete data for cues: start=%.2f\n", m_currentCueStartTime);
H A DInbandTextTrackPrivateAVF.cpp394 LOG(Media, "InbandTextTrackPrivateAVF::processAttributedStrings - %li attributed strings at time %.2f\n", attributedStrings ? CFArrayGetCount(attributedStrings) : 0, time);
420 LOG(Media, "InbandTextTrackPrivateAVF::processCue(%p) - considering cue (\"%s\") for time = %.2f, position = %.2f, line = %.2f", this, cueData->content().utf8().data(), cueData->startTime(), cueData->position(), cueData->line());
438 LOG(Media, "InbandTextTrackPrivateAVF::processCue(%p) - found an extension cue (\"%s\") for time = %.2f, end = %.2f, position = %.2f, line = %.2f", this, arrivingCue->content().utf8().data(), arrivingCue->startTime(), arrivingCue->endTime(), arrivingCue->position(), arrivingCue->line());
452 LOG(Media, "InbandTextTrackPrivateAVF::processCue(%p) - updating cue \"%s\": start=%.2f, end=%.2f", this, cueData->content().utf8().data(), cueData->startTime(), m_currentCueEndTime);
457 LOG(Media, "InbandTextTrackPrivateAVF::processCue(%p) - ignoring cue delivered during seek: start=%.2f, end=%.2f, content=\"%s\"", this, cueData->startTime(), m_currentCueEndTime, cueData->content().utf8().data());
461 LOG(Media, "InbandTextTrackPrivateAVF::processCue negative length cue(s) ignored: start=%.2f, end=%.2f\n", m_currentCueStartTime, m_currentCueEndTime);
475 LOG(Media, "InbandTextTrackPrivateAVF::processCue(%p) - adding cue \"%s\" for time = %.2f, end = %.2f, position = %.2f, line = %.2f", this, cueData->content().utf8().data(), cueData->startTime(), cueData->endTime(), cueData->position(), cueData->line());
506 LOG(Media, "InbandTextTrackPrivateAVF::removeCompletedCues(%p) - removing cue \"%s\": start=%.2f, end=%.2f", this, m_cues[currentCue]->content().utf8().data(), m_cues[currentCue]->startTime(), m_cues[currentCue]->endTime());
522 LOG(Media, "InbandTextTrackPrivateAVF::resetCueValues flushing data for cues: start=%.2f\n", m_currentCueStartTime);
563 LOG(Media, "InbandTextTrackPrivateAV
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/objc/
H A DCDMSessionMediaSourceAVFObjC.mm77 LOG(Media, "CDMSessionMediaSourceAVFObjC::generateKeyRequest(%p)", this);
93 LOG(Media, "CDMSessionMediaSourceAVFObjC::releaseKeys(%p)", this);
116 LOG(Media, "CDMSessionMediaSourceAVFObjC::update(%p) - certificate data", this);
129 LOG(Media, "CDMSessionMediaSourceAVFObjC::update(%p) - error:%@", this, [error description]);
140 LOG(Media, "CDMSessionMediaSourceAVFObjC::update(%p) - key data", this);
/macosx-10.10/WebCore-7600.1.25/html/track/
H A DVTTRegion.cpp285 LOG(Media, "VTTRegion::parseSettingValue, invalid Width");
293 LOG(Media, "VTTRegion::parseSettingValue, invalid Height");
301 LOG(Media, "VTTRegion::parseSettingValue, invalid RegionAnchor");
309 LOG(Media, "VTTRegion::parseSettingValue, invalid ViewportAnchor");
316 LOG(Media, "VTTRegion::parseSettingValue, invalid Scroll");
392 LOG(Media, "VTTRegion::willRemoveTextTrackCueBox");
460 LOG(Media, "VTTRegion::startTimer");
471 LOG(Media, "VTTRegion::stopTimer");
479 LOG(Media, "VTTRegion::scrollTimerFired");
H A DInbandWebVTTTextTrack.cpp85 LOG(Media, "InbandWebVTTTextTrack::newCuesParsed ignoring already added cue: start=%.2f, end=%.2f, content=\"%s\"\n", vttCue->startTime(), vttCue->endTime(), vttCue->text().utf8().data());
107 LOG(Media, "Error parsing WebVTT stream.");
H A DInbandGenericTextTrack.cpp159 LOG(Media, "InbandGenericTextTrack::addGenericCue ignoring already added cue: start=%.2f, end=%.2f, content=\"%s\"\n", cueData->startTime(), cueData->endTime(), cueData->content().utf8().data());
163 LOG(Media, "InbandGenericTextTrack::addGenericCue added cue: start=%.2f, end=%.2f, content=\"%s\"\n", cueData->startTime(), cueData->endTime(), cueData->content().utf8().data());
187 LOG(Media, "InbandGenericTextTrack::removeGenericCue removing cue: start=%.2f, end=%.2f, content=\"%s\"\n", cueData->startTime(), cueData->endTime(), cueData->content().utf8().data());
190 LOG(Media, "InbandGenericTextTrack::removeGenericCue UNABLE to find cue: start=%.2f, end=%.2f, content=\"%s\"\n", cueData->startTime(), cueData->endTime(), cueData->content().utf8().data());
229 LOG(Media, "InbandGenericTextTrack::newCuesParsed ignoring already added cue: start=%.2f, end=%.2f, content=\"%s\"\n", vttCue->startTime(), vttCue->endTime(), vttCue->text().utf8().data());
251 LOG(Media, "Error parsing WebVTT stream.");
H A DInbandDataTextTrack.cpp70 LOG(Media, "InbandDataTextTrack::addDataCue ignoring already added cue: start=%.2f, end=%.2f\n", cue->startTime(), cue->endTime());
100 LOG(Media, "InbandDataTextTrack::updateDataCue: was start=%.2f, end=%.2f, will be start=%.2f, end=%.2f\n", cue->startTime(), cue->endTime(), start, end);
117 LOG(Media, "InbandDataTextTrack::removeDataCue removing cue: start=%.2f, end=%.2f\n", cue->startTime(), cue->endTime());
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/cf/
H A DMediaPlayerPrivateAVFoundationCF.cpp351 LOG(Media, "MediaPlayerPrivateAVFoundationCF::MediaPlayerPrivateAVFoundationCF(%p)", this);
356 LOG(Media, "MediaPlayerPrivateAVFoundationCF::~MediaPlayerPrivateAVFoundationCF(%p)", this);
366 LOG(Media, "MediaPlayerPrivateAVFoundationCF::cancelLoad(%p)", this);
407 LOG(Media, "MediaPlayerPrivateAVFoundationCF::createContextVideoRenderer(%p)", this);
432 LOG(Media, "MediaPlayerPrivateAVFoundationCF::destroyVideoLayer(%p) - destroying %p", this, videoLayer(m_avfWrapper));
521 LOG(Media, "MediaPlayerPrivateAVFoundationCF::platformMedia(%p)", this);
552 LOG(Media, "MediaPlayerPrivateAVFoundationCF::play(%p)", this);
563 LOG(Media, "MediaPlayerPrivateAVFoundationCF::pause(%p)", this);
591 LOG(Media, "MediaPlayerPrivateAVFoundationCF::platformDuration(%p) - invalid duration, returning %.0f", this, static_cast<float>(MediaPlayer::invalidTime()));
631 LOG(Media, "MediaPlayerPrivateAVFoundationC
[all...]
/macosx-10.10/WebCore-7600.1.25/Modules/mediacontrols/
H A DMediaControlsHost.cpp191 LOG(Media, "MediaControlsHost::externalDeviceDisplayName - returning \"\" because player is NULL");
196 LOG(Media, "MediaControlsHost::externalDeviceDisplayName - returning \"%s\"", name.utf8().data());
215 LOG(Media, "MediaControlsHost::externalDeviceType - returning \"none\" because player is NULL");
232 LOG(Media, "MediaControlsHost::externalDeviceType - returning \"%s\"", type.utf8().data());
/macosx-10.10/WebCore-7600.1.25/platform/audio/mac/
H A DMediaSessionManagerMac.cpp45 LOG(Media, "MediaSessionManager::updateSessionState() - types: Video(%d), Audio(%d), WebAudio(%d)", count(MediaSession::Video), count(MediaSession::Audio), count(MediaSession::WebAudio));
H A DAudioSessionMac.cpp159 LOG(Media, "AudioSession::setPreferredBufferSize(%zu) - failed with error %d", bufferSize, static_cast<int>(result));
161 LOG(Media, "AudioSession::setPreferredBufferSize(%zu)", bufferSize);
H A DAudioDestinationMac.cpp58 LOG(Media, "AudioDestination::create(%u, %u, %f) - unhandled input channels", numberOfInputChannels, numberOfOutputChannels, sampleRate);
62 LOG(Media, "AudioDestination::create(%u, %u, %f) - unhandled output channels", numberOfInputChannels, numberOfOutputChannels, sampleRate);
/macosx-10.10/WebCore-7600.1.25/platform/audio/ios/
H A DAudioDestinationIOS.cpp76 LOG(Media, "AudioDestination::create(%u, %u, %f) - unhandled input channels", numberOfInputChannels, numberOfOutputChannels, sampleRate);
80 LOG(Media, "AudioDestination::create(%u, %u, %f) - unhandled output channels", numberOfInputChannels, numberOfOutputChannels, sampleRate);
186 LOG(Media, "AudioDestinationIOS::start");
188 LOG(Media, " returning because of interruption");
199 LOG(Media, "AudioDestinationIOS::stop");
201 LOG(Media, " returning because of interruption");
/macosx-10.10/WebCore-7600.1.25/Modules/webaudio/
H A DMediaStreamAudioSourceNode.cpp69 LOG(Media, "MediaStreamAudioSourceNode::setFormat(%u, %f) - unhandled format change", static_cast<unsigned>(numberOfChannels), sourceSampleRate);
/macosx-10.10/WebCore-7600.1.25/platform/
H A DLogging.h56 M(Media) \
/macosx-10.10/WebCore-7600.1.25/platform/graphics/mac/
H A DMediaPlayerPrivateQTKit.mm224 LOG(Media, "MediaPlayerPrivateQTKit::~MediaPlayerPrivateQTKit(%p)", this);
330 LOG(Media, "MediaPlayerPrivateQTKit::createQTMovie(%p) ", this);
414 LOG(Media, "MediaPlayerPrivateQTKit::createQTMovieView(%p)", this);
456 LOG(Media, "MediaPlayerPrivateQTKit::detachQTMovieView(%p)", this);
467 LOG(Media, "MediaPlayerPrivateQTKit::createQTVideoRenderer(%p)", this);
488 LOG(Media, "MediaPlayerPrivateQTKit::destroyQTVideoRenderer(%p)", this);
505 LOG(Media, "MediaPlayerPrivateQTKit::createQTMovieLayer(%p)", this);
526 LOG(Media, "MediaPlayerPrivateQTKit::destroyQTMovieLayer(%p)", this);
565 LOG(Media, "MediaPlayerPrivateQTKit::setUpVideoRendering(%p)", this);
597 LOG(Media, "MediaPlayerPrivateQTKi
[all...]
/macosx-10.10/msdosfs-209.1.1/fsck_msdos.tproj/
H A Ddosfs.h75 u_int Media; /* media descriptor */ member in struct:bootblock
/macosx-10.10/WebCore-7600.1.25/platform/audio/gstreamer/
H A DAudioDestinationGStreamer.cpp51 LOG(Media, "AudioDestination::create(%u, %u, %f) - unhandled input channels", numberOfInputChannels, numberOfOutputChannels, sampleRate);
55 LOG(Media, "AudioDestination::create(%u, %u, %f) - unhandled output channels", numberOfInputChannels, numberOfOutputChannels, sampleRate);

Completed in 316 milliseconds

123