Searched refs:media (Results 126 - 142 of 142) sorted by relevance

123456

/external/doclava/res/assets/templates/assets/
H A Ddoclava-developer-core.css679 @media print {
H A Ddoclava-developer-docs.css1088 @media print {
/external/webkit/Source/WebCore/platform/graphics/avfoundation/
H A DMediaPlayerPrivateAVFoundationObjC.mm288 // Create the player item so we can media data.
344 pm.media.avfMediaPlayer = m_avPlayer.get();
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDumpRenderTreeSupportQt.cpp1047 MediaPlayerPrivateQt* mediaPlayerQt = static_cast<MediaPlayerPrivateQt*>(platformMedia.media.qtMediaPlayer);
1049 res = mediaPlayerQt->mediaPlayer()->media().canonicalUrl();
/external/webkit/Source/WebKit/win/
H A DWebView.h211 /* [in] */ BSTR media);
214 /* [retval][out] */ BSTR *media);
/external/webkit/Source/WebCore/page/
H A DDOMWindow.cpp416 PassRefPtr<MediaQueryList> DOMWindow::matchMedia(const String& media) argument
418 return document() ? document()->mediaQueryMatcher()->matchMedia(media) : 0;
/external/bluetooth/bluedroid/stack/include/
H A Davrc_defs.h238 #define AVRC_STS_UID_IS_DIR 0x0c /* UID is a Directory - The UID provided refers to a directory, which cannot be handled by this media player PlayItem, AddToNowPlaying */
239 #define AVRC_STS_IN_USE 0x0d /* Media in Use - The media is not able to be used for this operation at this time PlayItem, AddToNowPlaying */
361 #define AVRC_SCOPE_PLAYER_LIST 0x00 /* Media Player Item - Contains all available media players */
363 - The virtual filesystem containing the media content of the browsed player */
391 /* media item - media type */
918 UINT16 player_id; /* A unique identifier for this media player.*/
947 tAVRC_UID uid; /* The uid of this media element item */
949 tAVRC_FULL_NAME name; /* The media name, name length and character set id. */
959 tAVRC_ITEM_PLAYER player; /* The properties of a media playe
961 tAVRC_ITEM_MEDIA media; /* The properties of a media item.*/ member in union:__anon1103::__anon1104
[all...]
/external/replicaisland/src/com/replica/replicaisland/
H A DAndouKun.java32 import android.media.AudioManager;
228 // This activity uses the media stream.
/external/webkit/Source/WebCore/platform/graphics/win/
H A DMediaPlayerPrivateQuickTimeVisualContext.cpp208 p.media.qtMovieVisualContext = m_visualContext.get();
634 // This is a type of media that we do not handle directly with a <video>
660 // Something went wrong in the loading of media within a standalone file.
1060 // so we all media is single origin.
/external/webkit/Source/WebCore/css/
H A DCSSParser.cpp6008 else if (equalIgnoringCase(ruleName, "@media"))
6278 CSSRule* CSSParser::createImportRule(const CSSParserString& url, MediaList* media) argument
6280 if (!media || !m_styleSheet || !m_allowImportRules)
6282 RefPtr<CSSImportRule> rule = CSSImportRule::create(m_styleSheet, url, media);
6288 CSSRule* CSSParser::createMediaRule(MediaList* media, CSSRuleList* rules) argument
6290 if (!media || !rules || !m_styleSheet)
6293 RefPtr<CSSMediaRule> rule = CSSMediaRule::create(m_styleSheet, media, rules);
H A DCSSStyleSelector.cpp454 // to evaluate media queries that contain relative constraints, like "screen and (max-width: 10em)"
1240 // If resolveForRootDefault is true, style based on user agent style sheet only. This is used in media queries, where
3165 // No media implies "all", but if a media list exists it must
3167 if (sheet->media() && !medium.eval(sheet->media(), styleSelector))
3178 if (!import->media() || medium.eval(import->media(), styleSelector))
3185 if ((!r->media() || medium.eval(r->media(), styleSelecto
[all...]
/external/grub/netboot/
H A Dtlan.c928 * media.
1704 const char *media[] = {
3666 printk("%s", media[i-5]);
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
H A DMediaPlayerPrivateGStreamer.cpp638 // If we are at beginning of media, start from the end to
718 // notify of the new location(s) of the media.
843 // Update maxTimeLoaded only if the media duration is
1061 // event because it's taken care of by the media element
1267 LOG_VERBOSE(Media, "New media url: %s", newUrl.string().utf8().data());
1329 // Reset cached media duration
1623 p.media.gstreamerGWorld = m_gstGWorld.get();
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c699 Bit8u media; member in struct:__anon11250
2258 #define ATA_CB_ER_MC 0x20 // ATA media change
2260 #define ATA_CB_ER_MCR 0x08 // ATA media change request
3654 write_byte(ebda_seg,&EbdaData->cdemu.media,buffer[0x21]);
3692 // Remember the media type
3693 switch(read_byte(ebda_seg,&EbdaData->cdemu.media)) {
3717 if(read_byte(ebda_seg,&EbdaData->cdemu.media)!=0) {
3727 if(read_byte(ebda_seg,&EbdaData->cdemu.media)!=0)
3877 case 0x52: // removable media eject
5426 case 0x49: // IBM/MS extended media chang
[all...]
/external/chromium/net/base/
H A Deffective_tld_names.cc2986 {"media.hu", 0},
3776 {"media.museum", 0},
4674 {"media.pl", 0},
5358 {"media.aero", 0},
/external/iproute2/doc/
H A Dip-cref.tex513 \item \verb|carrier| --- total number of link media failures f.e.\ because
516 on Ethernet-like media. This number may have a different sense on other
3018 \# If the interface opens slower f.e.\ due to long media detection,\\
3263 \# If the interface opens slower f.e.\ due to long media detection,\\
/external/dropbear/libtomcrypt/
H A Dcrypt.tex1033 LRW mode is a cipher mode which is meant for indexed encryption like used to handle storage media. It is meant to have efficient seeking and overcome the

Completed in 511 milliseconds

123456