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

123456

/external/chromium/webkit/glue/media/
H A Dbuffered_data_source_unittest.cc8 #include "media/base/mock_callback.h"
9 #include "media/base/mock_filter_host.h"
10 #include "media/base/mock_filters.h"
14 #include "webkit/glue/media/buffered_data_source.h"
174 media::PipelineStatus expected_init_status = media::PIPELINE_OK;
190 expected_init_status = media::PIPELINE_ERROR_NETWORK;
196 media::NewExpectedStatusCallback(expected_init_status));
217 data_source_->Stop(media::NewExpectedCallback());
322 EXPECT_CALL(*this, ReadCallback(media
[all...]
H A Dbuffered_resource_loader.h14 #include "media/base/seekable_buffer.h"
20 #include "webkit/glue/media/web_data_source.h"
214 scoped_ptr<media::SeekableBuffer> buffer_;
/external/grub/stage2/
H A Dfat.h46 __u8 media; /* media code (unused) */ member in struct:fat_bpb
/external/webkit/Source/WebCore/css/
H A DStyleSheet.h56 MediaList* media() const { return m_media.get(); } function in class:WebCore::StyleSheet
H A DCSSImportRule.cpp34 CSSImportRule::CSSImportRule(CSSStyleSheet* parent, const String& href, PassRefPtr<MediaList> media) argument
37 , m_lstMedia(media)
/external/webkit/Source/WebCore/dom/
H A DDOMImplementation.h54 static PassRefPtr<CSSStyleSheet> createCSSStyleSheet(const String& title, const String& media, ExceptionCode&);
H A DStyleElement.cpp144 RefPtr<MediaList> mediaList = MediaList::create(media(), e->isHTMLElement());
H A DDOMImplementation.cpp281 PassRefPtr<CSSStyleSheet> DOMImplementation::createCSSStyleSheet(const String&, const String& media, ExceptionCode&) argument
286 sheet->setMedia(MediaList::createAllowingDescriptionSyntax(sheet.get(), media));
/external/qemu/
H A Dblockdev.c142 enum { MEDIA_DISK, MEDIA_CDROM } media; local
169 media = MEDIA_DISK;
255 if ((buf = qemu_opt_get(opts, "media")) != NULL) {
257 media = MEDIA_DISK;
264 media = MEDIA_CDROM;
266 fprintf(stderr, "qemu: '%s' invalid media\n", buf);
406 mediastr = (media == MEDIA_CDROM) ? "-cd" : "-hd";
431 switch(media) {
473 if (media == MEDIA_CDROM) {
/external/grub/netboot/
H A Dlance.c224 /* This is 79C960 specific; Turn on auto-select of media
235 short media, check ; local
238 media = inw(ioaddr+0x16) ;
240 printf("media was %d\n", media) ;
242 media &= ~3 ;
243 media |= 1 ;
245 printf("media changed to %d\n", media) ;
247 media
[all...]
H A Dtulip.c13 the Linux tulip driver supports because Donald Becker's Linux media
52 Major rewrite to include Linux tulip driver media detection
148 /* The possible media types that can be set in options[] are: */
270 /* A full-duplex map for media types. */
310 u8 media;
418 unsigned int medialock; /* Do not sense media type. */
429 int cur_index; /* Current media index. */
437 http://cesdis.gsfc.nasa.gov/linux/drivers/tulip-drivers/tulip-media.html */
767 printf("%s: Old format EEPROM on '%s' board.\n%s: Using substitute media control info.\n",
775 printf("%s: Old style EEPROM with no media selectio
309 u8 media; member in struct:medialeaf
793 int media = get_u16(p); local
816 u16 media = get_u16(p); local
[all...]
/external/replicaisland/src/com/replica/replicaisland/
H A DSoundSystem.java22 import android.media.AudioManager;
23 import android.media.SoundPool;
H A DDifficultyMenuActivity.java8 import android.media.AudioManager;
/external/webkit/Source/WebCore/html/
H A DHTMLStyleElement.cpp90 const AtomicString& HTMLStyleElement::media() const function in class:WebCore::HTMLStyleElement
H A DHTMLLinkElement.cpp293 RefPtr<MediaList> media = MediaList::createAllowingDescriptionSyntax(m_media); local
295 mediaQueryMatches = evaluator.eval(media.get());
418 RefPtr<MediaList> media = MediaList::createAllowingDescriptionSyntax(m_media); local
419 m_sheet->setMedia(media.get());
/external/jmonkeyengine/engine/src/android/com/jme3/audio/android/
H A DAndroidAudioRenderer.java38 import android.media.AudioManager;
39 import android.media.MediaPlayer;
40 import android.media.SoundPool;
282 // Cleanup media player
/external/webkit/Source/WebCore/platform/graphics/texmap/
H A DTextureMapperNode.h97 TextureMapperMediaLayer* media; member in struct:WebCore::TextureMapperNode::ContentData
103 , media(0)
/external/webkit/Source/WebKit/mac/WebView/
H A DWebVideoFullscreenController.mm108 WebCore::GStreamerGWorld* gstGworld = _mediaElement->platformMedia().media.gstreamerGWorld;
116 [layer setMovie:_mediaElement->platformMedia().media.qtMovie];
193 _mediaElement->platformMedia().media.gstreamerGWorld->exitFullscreen();
437 rate = [_mediaElement->platformMedia().media.qtMovie rate];
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/
H A Diexploder.rb87 @media = readMediaDir("#{data_path}/media")
152 mime_type = @media.keys[rand(@media.keys.length)]
526 if @media.has_key?(mime_type)
527 data = @media[mime_type].dup
529 puts "No media found for #{mime_type}"
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DFullscreenVideoController.cpp48 #define PLAY_ICON_NAME "media-playback-start"
49 #define PAUSE_ICON_NAME "media-playback-pause"
52 #define PLAY_ICON_NAME "media-playback-start-symbolic"
53 #define PAUSE_ICON_NAME "media-playback-pause-symbolic"
261 m_gstreamerGWorld = m_mediaElement->platformMedia().media.gstreamerGWorld;
340 GstElement* pipeline = m_mediaElement->platformMedia().media.gstreamerGWorld->pipeline();
355 m_mediaElement->platformMedia().media.gstreamerGWorld->exitFullscreen();
537 m_playPauseAction = gtk_action_new("play", _("Play / Pause"), _("Play or pause the media"), PAUSE_ICON_NAME);
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_bsd.c191 bsd_set_if_media(void *priv, int media) argument
198 ifr.ifr_media = media;
212 int media = bsd_get_if_media(priv); local
214 if (media < 0)
216 media &= ~mask;
217 media |= mode;
218 if (bsd_set_if_media(priv, media) < 0)
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_bsd.c191 bsd_set_if_media(void *priv, int media) argument
198 ifr.ifr_media = media;
212 int media = bsd_get_if_media(priv); local
214 if (media < 0)
216 media &= ~mask;
217 media |= mode;
218 if (bsd_set_if_media(priv, media) < 0)
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_bsd.c191 bsd_set_if_media(void *priv, int media) argument
198 ifr.ifr_media = media;
212 int media = bsd_get_if_media(priv); local
214 if (media < 0)
216 media &= ~mask;
217 media |= mode;
218 if (bsd_set_if_media(priv, media) < 0)
/external/webkit/Source/WebKit/chromium/src/
H A DWebMediaPlayerClientImpl.cpp91 return static_cast<WebMediaPlayerClientImpl*>(pm.media.chromiumMediaPlayer);
245 pm.media.chromiumMediaPlayer = const_cast<WebMediaPlayerClientImpl*>(this);
/external/libvorbis/doc/
H A Da1-encapsulation-ogg.tex42 Vorbis with other media types into a multi-stream Ogg file. At the
59 while visual media should use \literal{video/ogg}, and audio

Completed in 418 milliseconds

123456