Home
last modified time | relevance | path

Searched refs:Media (Results 1 – 25 of 67) sorted by relevance

123

/external/webkit/Source/WebCore/platform/graphics/qt/
DMediaPlayerPrivatePhonon.cpp51 #define LOG_MEDIAOBJECT() (LOG(Media, "%s", debugMediaObject(this, *m_mediaObject).constData()))
135 LOG(Media, "MediaPlayerPrivatePhonon::dtor deleting videowidget"); in ~MediaPlayerPrivatePhonon()
140 LOG(Media, "MediaPlayerPrivatePhonon::dtor deleting audiooutput"); in ~MediaPlayerPrivatePhonon()
144 LOG(Media, "MediaPlayerPrivatePhonon::dtor deleting mediaobject"); in ~MediaPlayerPrivatePhonon()
211 LOG(Media, "MediaPlayerPrivatePhonon::hasVideo() -> %s", hasVideo ? "true" : "false"); in hasVideo()
219 LOG(Media, "MediaPlayerPrivatePhonon::hasAudio() -> %s", hasAudio ? "true" : "false"); in hasAudio()
225 LOG(Media, "MediaPlayerPrivatePhonon::load(\"%s\")", url.utf8().data()); in load()
252 LOG(Media, "MediaPlayerPrivatePhonon::play()"); in play()
258 LOG(Media, "MediaPlayerPrivatePhonon::pause()"); in pause()
266 LOG(Media, "MediaPlayerPrivatePhonon::paused() --> %s", paused ? "true" : "false"); in paused()
[all …]
DMediaPlayerPrivateQt.cpp441 LOG(Media, "MediaPlayerPrivateQt::naturalSizeChanged(%dx%d)", in nativeSizeChanged()
533 LOG(Media, "MediaPlayerPrivateQt::setSize(%dx%d)", in setSize()
546 LOG(Media, "MediaPlayerPrivateQt::naturalSize() -> 0x0 (!hasVideo || !haveMetaData)"); in naturalSize()
550 LOG(Media, "MediaPlayerPrivateQt::naturalSize() -> %dx%d (m_naturalSize)", in naturalSize()
/external/webkit/Source/WebCore/platform/graphics/avfoundation/
DMediaPlayerPrivateAVFoundation.cpp80 LOG(Media, "MediaPlayerPrivateAVFoundation::MediaPlayerPrivateAVFoundation(%p)", this); in MediaPlayerPrivateAVFoundation()
85 LOG(Media, "MediaPlayerPrivateAVFoundation::~MediaPlayerPrivateAVFoundation(%p)", this); in ~MediaPlayerPrivateAVFoundation()
125 …LOG(Media, "MediaPlayerPrivateAVFoundation::setUpVideoRendering(%p) - current mode = %d, preferred… in setUpVideoRendering()
147 …LOG(Media, "MediaPlayerPrivateAVFoundation::setUpVideoRendering(%p) - calling mediaPlayerRendering… in setUpVideoRendering()
155 LOG(Media, "MediaPlayerPrivateAVFoundation::tearDownVideoRendering(%p)", this); in tearDownVideoRendering()
172 LOG(Media, "MediaPlayerPrivateAVFoundation::resumeLoad(%p)", this); in resumeLoad()
183 LOG(Media, "MediaPlayerPrivateAVFoundation::load(%p)", this); in load()
202 LOG(Media, "MediaPlayerPrivateAVFoundation::load(%p) - preload==none so returning", this); in load()
212 LOG(Media, "MediaPlayerPrivateAVFoundation::playabilityKnown(%p)", this); in playabilityKnown()
220 … LOG(Media, "MediaPlayerPrivateAVFoundation::playabilityKnown(%p) - all metadata loaded", this); in playabilityKnown()
[all …]
DMediaPlayerPrivateAVFoundationObjC.mm148 LOG(Media, "MediaPlayerPrivateAVFoundationObjC::cancelLoad(%p)", this);
186 LOG(Media, "MediaPlayerPrivateAVFoundationObjC::createContextVideoRenderer(%p)", this);
196 …LOG(Media, "MediaPlayerPrivateAVFoundationObjC::createImageGenerator(%p) - returning %p", this, m_…
204 …LOG(Media, "MediaPlayerPrivateAVFoundationObjC::destroyContextVideoRenderer(%p) - destroying %p",…
217 …LOG(Media, "MediaPlayerPrivateAVFoundationObjC::createVideoLayer(%p) - returning %p", this, m_vide…
226 …LOG(Media, "MediaPlayerPrivateAVFoundationObjC::destroyVideoLayer(%p) - destroying", this, m_video…
304 LOG(Media, "MediaPlayerPrivateAVFoundationObjC::checkPlayability(%p)", this);
313 …LOG(Media, "MediaPlayerPrivateAVFoundationObjC::playabilityKnown(%p) - requesting metadata loading…
341 LOG(Media, "MediaPlayerPrivateAVFoundationObjC::platformMedia(%p)", this);
350 LOG(Media, "MediaPlayerPrivateAVFoundationObjC::platformLayer(%p)", this);
[all …]
/external/webkit/Source/WebCore/html/
DHTMLMediaElement.cpp184 LOG(Media, "HTMLMediaElement::HTMLMediaElement"); in HTMLMediaElement()
195 LOG(Media, "HTMLMediaElement::~HTMLMediaElement"); in ~HTMLMediaElement()
364 LOG(Media, "HTMLMediaElement::removedFromDocument"); in insertedIntoDocument()
372 LOG(Media, "HTMLMediaElement::removedFromDocument"); in removedFromDocument()
412 LOG(Media, "HTMLMediaElement::scheduleLoad"); in scheduleLoad()
432 …LOG(Media, "HTMLMediaElement::scheduleEvent - scheduling '%s'", eventName.string().ascii().data()); in scheduleEvent()
448 …LOG(Media, "HTMLMediaElement::asyncEventTimerFired - dispatching '%s'", pendingEvents[ndx]->type()… in asyncEventTimerFired()
506 …LOG(Media, "HTMLMediaElement::canPlayType(%s) -> %s", mimeType.utf8().data(), canPlay.utf8().data(… in canPlayType()
513 LOG(Media, "HTMLMediaElement::load(isUserGesture : %s)", boolString(isUserGesture)); in load()
529 LOG(Media, "HTMLMediaElement::prepareForLoad"); in prepareForLoad()
[all …]
DHTMLSourceElement.cpp48 LOG(Media, "HTMLSourceElement::HTMLSourceElement - %p", this); in HTMLSourceElement()
98 LOG(Media, "HTMLSourceElement::scheduleErrorEvent - %p", this); in scheduleErrorEvent()
107 LOG(Media, "HTMLSourceElement::cancelPendingErrorEvent - %p", this); in cancelPendingErrorEvent()
113 LOG(Media, "HTMLSourceElement::errorEventTimerFired - %p", this); in errorEventTimerFired()
DHTMLTrackElement.cpp44 LOG(Media, "HTMLTrackElement::HTMLTrackElement - %p", this); in HTMLTrackElement()
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
DMediaPlayerPrivateGStreamer.cpp174 LOG_VERBOSE(Media, "Could not initialize GStreamer: %s", in doGstInit()
287 LOG_VERBOSE(Media, "Load %s", url.utf8().data()); in load()
290 LOG_VERBOSE(Media, "Delaying load."); in load()
305 LOG_VERBOSE(Media, "Committing load."); in commitLoad()
315 LOG_VERBOSE(Media, "Position query failed..."); in playbackPosition()
328 LOG_VERBOSE(Media, "Position %" GST_TIME_FORMAT, GST_TIME_ARGS(position)); in playbackPosition()
365 LOG_VERBOSE(Media, "Play"); in play()
371 LOG_VERBOSE(Media, "Pause"); in pause()
393 LOG_VERBOSE(Media, "Time duration query failed."); in duration()
397 LOG_VERBOSE(Media, "Duration: %" GST_TIME_FORMAT, GST_TIME_ARGS(timeLength)); in duration()
[all …]
/external/libogg/doc/
Drfc5334.txt14 Ogg Media Types
35 4. Deployed Media Types and Compatibility . . . . . . . . . . 3
36 5. Relation between the Media Types . . . . . . . . . . . . . 5
41 10. Ogg Media Types . . . . . . . . . . . . . . . . . . . . . . 7
60 RFC 5334 Ogg Media Types September 2008
116 RFC 5334 Ogg Media Types September 2008
138 4. Deployed Media Types and Compatibility
172 RFC 5334 Ogg Media Types September 2008
228 RFC 5334 Ogg Media Types September 2008
231 5. Relation between the Media Types
[all …]
/external/libmtp/
Dlibmtp.pc.in9 Description: libmtp is a library for accessing Media Transfer Protocol devices
Dlibmtp.pc9 Description: libmtp is a library for accessing Media Transfer Protocol devices
/external/webkit/Source/WebKit/qt/examples/platformplugin/
Dplatformplugin.pro9 # HTML5 Media Support
/external/fsck_msdos/
Dfat.c106 if (buffer[0] != boot->Media || buffer[1] != 0xff) in checkdirty()
226 if (buffer[0] != boot->Media in readfat()
240 if (buffer[0] == boot->Media && buffer[1] == 0xff in readfat()
571 *p++ = (u_char)boot->Media; in writefat()
Ddosfs.h54 u_int Media; /* media descriptor */ member
Dboot.c80 boot->Media = block[21];
/external/srtp/doc/
Dreferences.txt17 ISMAcryp (the Internet Streaming Media Alliance 1.0 Encryption and
/external/webkit/Tools/QtTestBrowser/
Duseragentlist.txt11 …rident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)
/external/webkit/Tools/MiniBrowser/qt/
Duseragentlist.txt11 …rident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)
/external/webkit/Source/WebCore/English.lproj/
DLocalizable.strings79 /* Media Controls context menu item */
190 /* Media controller status message when watching a live broadcast */
193 /* Media controller status message when the media is loading */
205 /* Media Loop context menu item */
223 /* Media Mute context menu item */
280 /* Media Pause context menu item */
283 /* Media Play context menu item */
/external/quake/quake/src/WinQuake/data/
DORDER.TXT27 GT Interactive Software Roadshow New Media
/external/webkit/Source/WebCore/platform/graphics/win/
DQTMovie.cpp636 Media trackMedia = GetTrackMedia(currentTrack); in disableUnsupportedTracks()
678 Media chapterMedia = GetTrackMedia(chapterTrack); in disableUnsupportedTracks()
/external/libvorbis/doc/
Drfc5215.txt85 7.1. Mapping Media Type Parameters into SDP . . . . . . . . . . 20
482 as explained the Mapping Media Type Parameters into SDP
1113 7.1. Mapping Media Type Parameters into SDP
1115 The information carried in the Media Type specification has a
1170 uppercase. Media Type subtypes are commonly shown in lowercase.
1172 parameter names are case-insensitive both in Media Type types and in
1276 The Media Type declaration is a continuation of the following
/external/webkit/Source/WebKit/gtk/po/
Did.po227 msgid "Media URI"
228 msgstr "URI Media"
1041 msgid "_Toggle Media Controls"
1042 msgstr "Jungki_tkan Kendali Media"
1045 msgid "Toggle Media _Loop Playback"
1046 msgstr "Jungkitkan Pengu_langan Memutar Media"
/external/webkit/Source/WebCore/
Dfeatures.pri159 # HTML5 Media Support
/external/qemu/distrib/sdl-1.2.15/
DREADME.RISCOS6 This is a RISC OS port of the Simple Direct Media Layer (SDL) by Alan Buckley with contributions fr…

123