HomeSort by relevance Sort by last modified time
    Searched refs:codecs (Results 51 - 75 of 85) sorted by null

1 23 4

  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeWin.h 142 static MediaPlayer::SupportsType supportsType(const String& type, const String& codecs);
MediaPlayerPrivateQuickTimeVisualContext.h 131 static MediaPlayer::SupportsType supportsType(const String& type, const String& codecs);
MediaPlayerPrivateQuickTimeWin.cpp 711 MediaPlayer::SupportsType MediaPlayerPrivate::supportsType(const String& type, const String& codecs)
713 // only return "IsSupported" if there is no codecs parameter for now as there is no way to ask QT if it supports an
715 return mimeTypeCache().contains(type) ? (codecs.isEmpty() ? MediaPlayer::MayBeSupported : MediaPlayer::IsSupported) : MediaPlayer::IsNotSupported;
MediaPlayerPrivateQuickTimeVisualContext.cpp     [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebMediaPlayerClientImpl.h 140 const WTF::String& type, const WTF::String& codecs);
WebMediaPlayerClientImpl.cpp 578 const String& codecs)
581 webKitClient()->mimeRegistry()->supportsMediaMIMEType(type, codecs);
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
api_unittest.py 31 import codecs namespace
47 with codecs.open(file_path, "w", encoding) as file:
scm_unittest.py 33 import codecs namespace
71 with codecs.open(file_path, "w", encoding) as file:
79 with codecs.open(file_path, "r", encoding) as file:
    [all...]
  /frameworks/av/media/libstagefright/
Android.mk 4 include frameworks/av/media/libstagefright/codecs/common/Config.mk
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/
Android.mk 63 frameworks/av/media/libstagefright/codecs/amrwb/src \
  /external/webkit/Source/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.h 78 static MediaPlayer::SupportsType supportsType(const String& type, const String& codecs);
MediaPlayerPrivateQTKit.mm     [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/
channelmanager.cc 186 std::vector<AudioCodec>* codecs) const {
187 codecs->clear();
192 codecs->push_back(*it);
197 std::vector<VideoCodec>* codecs) const {
198 codecs->clear();
203 codecs->push_back(*it);
channel.cc 784 // set payload type and config for voice codecs
786 ret = media_channel()->SetRecvCodecs(audio->codecs());
811 // set codecs and payload types
813 ret = media_channel()->SetSendCodecs(audio->codecs());
    [all...]
mediasessionclient.h 229 const std::vector<C>& codecs() const { return codecs_; } function in class:cricket::MediaContentDescriptionImpl
  /external/libvpx/
vpxenc.c 76 } codecs[] = variable in typeref:struct:codec_item
1077 for (i = 0; i < sizeof(codecs) / sizeof(codecs[0]); i++)
1079 codecs[i].name,
1080 vpx_codec_iface_name(codecs[i].iface));
    [all...]
configure 45 Codecs:
46 Codecs can be selectively enabled or disabled individually, or by family:
52 Codecs available in this distribution:
60 for c in ${CODECS}; do
169 [ -d ${source_path}/vp8 ] && CODECS="${CODECS} vp8_encoder vp8_decoder"
172 [ -f ${source_path}/../include/vpx/vp8cx.h ] && CODECS="${CODECS} vp8_encoder"
173 [ -f ${source_path}/../include/vpx/vp8dx.h ] && CODECS="${CODECS} vp8_decoder
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/avfoundation/
MediaPlayerPrivateAVFoundationObjC.mm 626 MediaPlayer::SupportsType MediaPlayerPrivateAVFoundationObjC::supportsType(const String& type, const String& codecs)
633 if (codecs.isEmpty())
636 NSString *typeString = [NSString stringWithFormat:@"%@; codecs=\"%@\"", (NSString *)type, (NSString *)codecs];
  /external/webkit/Source/WebCore/platform/graphics/qt/
MediaPlayerPrivatePhonon.cpp 198 MediaPlayer::SupportsType MediaPlayerPrivatePhonon::supportsType(const String& type, const String& codecs)
204 return codecs.isEmpty() ? MediaPlayer::MayBeSupported : MediaPlayer::IsSupported;
  /external/webkit/Tools/Scripts/webkitpy/common/system/
autoinstall.py 36 import codecs namespace
129 with codecs.open(path, "w", encoding) as file:
220 with codecs.open(version_path, "r", "utf-8") as file:
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
rebaselineserver.py 34 import codecs namespace
202 with codecs.open(file_path, "rb") as static_file:
  /external/webkit/Source/WebCore/platform/graphics/
MediaPlayer.h 344 typedef MediaPlayer::SupportsType (*MediaEngineSupportsType)(const String& type, const String& codecs);
  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
flakytestreporter.py 29 import codecs namespace
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/example/
echo_client.py 65 import codecs namespace
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
streams.py 33 import codecs namespace
544 fp = codecs.open(fileName, 'rb', encoding)
581 reader = codecs.lookup(encoding)[2]
    [all...]

Completed in 549 milliseconds

1 23 4