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

1 23

  /external/webkit/Source/WebKit/chromium/src/
WebMediaPlayerClientImpl.cpp 578 const String& codecs)
581 webKitClient()->mimeRegistry()->supportsMediaMIMEType(type, codecs);
  /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:
queues.py 32 import codecs namespace
  /external/chromium/third_party/libjingle/source/talk/session/phone/
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/webkit/Source/WebCore/platform/graphics/
MediaPlayer.h 343 typedef MediaPlayer::SupportsType (*MediaEngineSupportsType)(const String& type, const String& codecs);
  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
flakytestreporter.py 29 import codecs namespace
  /external/webkit/Source/WebCore/platform/graphics/win/
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/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...]
  /external/libvpx/
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/Tools/Scripts/webkitpy/common/checkout/
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...]
  /external/webkit/Source/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.mm     [all...]
  /external/webkit/Source/WebKit/android/WebCoreSupport/
MediaPlayerPrivateAndroid.cpp 90 MediaPlayer::SupportsType MediaPlayerPrivate::supportsType(const String& type, const String& codecs)
  /frameworks/base/voip/java/android/net/sip/
SipAudioCall.java 736 AudioCodec[] codecs = AudioCodec.getCodecs();
801 throw new IllegalStateException("Reject SDP: no suitable codecs");
    [all...]
  /external/v8/tools/
grokdump.py 37 import codecs namespace
729 self.chars = codecs.getdecoder("utf16")(raw_chars)[0]
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
MediaPlayerPrivateGStreamer.cpp     [all...]
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
cpp.py 40 import codecs namespace
    [all...]
cpp_unittest.py 39 import codecs namespace
97 # This class is a lame mock of codecs. We do not verify filename, mode, or
295 def perform_include_what_you_use(self, code, filename='foo.h', io=codecs):
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/
run_webkit_tests_unittest.py 35 import codecs namespace
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/
BeautifulSoup.py 86 import codecs namespace
    [all...]
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 

Completed in 3296 milliseconds

1 23