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

123456

/external/replicaisland/src/com/replica/replicaisland/
H A DExtrasMenuActivity.java12 import android.media.AudioManager;
H A DLevelSelectActivity.java22 import android.media.AudioManager;
H A DMainMenuActivity.java30 import android.media.AudioManager;
/external/webkit/Source/WebCore/platform/graphics/
H A DMediaPlayer.h64 // types supported by the current media player.
65 // We have to do that has multiple media players
87 } media; member in struct:WebCore::PlatformMedia
105 // Get the document which the media player is owned by
123 // the media file duration has changed, or is now known
132 // The MediaPlayer has found potentially problematic media content.
146 // The first frame of video is available to render. A media engine need only make this callback if the
154 // called when the media player's rendering mode changed, which indicates a change in the
291 // whether accelerated rendering is supported by the media engine for the current media
[all...]
/external/webkit/Source/WebCore/platform/graphics/texmap/
H A DTextureMapperNode.cpp431 if (!m_currentContent.media)
436 m_currentContent.media->paint(&context);
837 m_currentContent.media = pendingContent.media;
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DTransformerFactoryImpl.java246 * @param media The media attribute to be matched. May be null, in which
256 Source source, String media, String title, String charset)
281 StylesheetPIHandler handler = new StylesheetPIHandler(baseID, media,
255 getAssociatedStylesheet( Source source, String media, String title, String charset) argument
/external/chromium/chrome/browser/resources/ntp/
H A Dmost_visited.css237 @media (max-width: 940px) {
/external/webkit/Source/WebCore/bindings/objc/
H A DPublicDOMInterfaces.h65 - (DOMCSSStyleSheet *)createCSSStyleSheet:(NSString *)title :(NSString *)media;
69 - (DOMCSSStyleSheet *)createCSSStyleSheet:(NSString *)title media:(NSString *)media AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
662 @property(copy) NSString *media; variable
802 @property(copy) NSString *media; variable
929 @property(readonly, retain) DOMMediaList *media; variable
934 @property(readonly, retain) DOMMediaList *media; variable
1006 @property(readonly, retain) DOMMediaList *media; variable
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DMediaPlayerPrivateQt.cpp203 // Grab the client media element
206 // Construct the media content with a network request if the resource is http[s]
247 // transitioned from a media engine which doesn't support muting, to a media
255 // Setting a media source will start loading the media, but we need
279 if (m_mediaPlayer->media().isNull() || m_delayingLoad)
665 pm.media.qtMediaPlayer = const_cast<MediaPlayerPrivateQt*>(this);
H A DGraphicsLayerQt.cpp659 // we don't need to paint anything: we have a QGraphicsItem from the media element
1249 void GraphicsLayerQt::setContentsToMedia(PlatformLayer* media) argument
1251 if (media) {
1253 m_impl->m_pendingContent.mediaLayer = media->toGraphicsObject();
1258 GraphicsLayer::setContentsToMedia(media);
/external/grub/stage2/
H A Dfsys_fat.c186 /* Ignore the 3rd bit, because some BIOSes assigns 0xF0 to the media
189 they overwrite the media descriptor. */
190 if ((first_fat | 0x8) != (magic | bpb.media | 0x8))
/external/sonivox/arm-wt-22k/host_src/
H A Deas_hostmm.c59 #include <media/MediaPlayerInterface.h>
/external/webkit/Source/WebCore/css/
H A DCSSGrammar.y206 %type <rule> media
406 | media
448 | media
584 media: label
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebView.idl455 @discussion Set the media style for the WebView. The mediaStyle will override the normal value
456 of the CSS media property. Setting the value to nil will restore the normal value.
457 @param mediaStyle The value to use for the CSS media property.
460 HRESULT setMediaStyle([in] BSTR media);
464 @result mediaStyle The value to use for the CSS media property, as set by setMediaStyle:. It
468 HRESULT mediaStyle([out, retval] BSTR* media);
/external/qemu/
H A Dvl-android.c876 #define HD_ALIAS "index=%d,media=disk"
877 #define CDROM_ALIAS "index=2,media=cdrom"
1035 enum { MEDIA_DISK, MEDIA_CDROM } media; local
1049 "media", "snapshot", "file",
1076 media = MEDIA_DISK;
1182 if (get_param_value(buf, sizeof(buf), "media", str)) {
1184 media = MEDIA_DISK;
1191 media = MEDIA_CDROM;
1193 fprintf(stderr, "qemu: '%s' invalid media\n", str);
1315 mediastr = (media
[all...]
H A Dvl.c680 #define HD_ALIAS "index=%d,media=disk"
681 #define CDROM_ALIAS "index=2,media=cdrom"
838 enum { MEDIA_DISK, MEDIA_CDROM } media; local
852 "media", "snapshot", "file",
879 media = MEDIA_DISK;
985 if (get_param_value(buf, sizeof(buf), "media", str)) {
987 media = MEDIA_DISK;
994 media = MEDIA_CDROM;
996 fprintf(stderr, "qemu: '%s' invalid media\n", str);
1118 mediastr = (media
[all...]
/external/chromium/webkit/glue/media/
H A Dbuffered_resource_loader.cc5 #include "webkit/glue/media/buffered_resource_loader.h"
51 : buffer_(new media::SeekableBuffer(kBackwardCapcity, kForwardCapacity)),
H A Dbuffered_resource_loader_unittest.cc16 #include "webkit/glue/media/buffered_resource_loader.h"
93 new media::SeekableBuffer(backward_capacity, forward_capacity));
/external/kernel-headers/original/linux/
H A Dmsdos_fs.h60 /* media of boot sector */
123 __u8 media; /* media code */ member in struct:fat_boot_sector
/external/libvpx/examples/includes/geshi/contrib/
H A Dcssgen.php44 <style type="text/css" media="screen">
/external/webkit/Source/WebCore/html/
H A DHTMLMediaElement.cpp83 // For every touch, show the media control for 4 seconds.
114 // Default to not logging warnings about excessive drift in the cached media time because it adds a
543 // 2 - If there are any tasks from the media element's media element event task source in
547 // 3 - If the media element's networkState is set to NETWORK_LOADING or NETWORK_IDLE, queue
548 // a task to fire a simple event named abort at the media element.
561 // 4 - If the media element's networkState is not set to NETWORK_EMPTY, then run these substeps
580 // 7 - Invoke the media element's resource selection algorithm.
582 // 8 - Note: Playback of any previously playing media resource for this element stops.
622 // 3 - ... the media elemen
1776 RefPtr<MediaList> media = MediaList::createAllowingDescriptionSyntax(source->media()); local
[all...]
/external/icu4c/
H A Dicu4c.css464 @media print {
/external/svox/pico/compat/jni/
H A Dcom_android_tts_compat_SynthProxy.cpp26 #include <media/AudioTrack.h>
42 // android.media.AudioFormat.ENCODING_ values
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DMediaPlayerPrivateQTKit.mm485 // If we're in a media document, allow QTMovieView to render in its default mode;
726 pm.media.qtMovie = m_qtMovie.get();
1080 // This has a type of media that we do not handle directly with a <video>
1137 // Something went wrong in the loading of media within a standalone file.
1138 // This can occur with chained refmovies pointing to streamed media.
1248 // QuickTime to miss resetting a movie's size when the media size changes (as happens with an rtsp movie
1356 // If we're using a QTMovieView in a media document, the view may get layer-backed. AppKit won't update
1407 // UTI is missing many media related MIME types supported by QTKit (see rdar://6434168), and not all
1537 // Get the track's media type.
1542 // Test whether the media typ
[all...]
/external/webkit/Source/WebCore/platform/graphics/win/
H A DMediaPlayerPrivateQuickTimeWin.cpp121 p.media.qtMovieGWorld = m_qtGWorld.get();
488 // This is a type of media that we do not handle directly with a <video>
514 // Something went wrong in the loading of media within a standalone file.
775 // so we all media is single origin.

Completed in 539 milliseconds

123456