/external/webrtc/webrtc/modules/video_coding/codecs/h264/ |
h264_objc.mm | 12 #include "webrtc/modules/video_coding/codecs/h264/include/h264.h"
|
/external/webrtc/webrtc/modules/video_coding/codecs/interface/ |
video_error_codes.h | 14 #pragma message("WARNING: video_coding/codecs/interface is DEPRECATED; "
|
/external/webrtc/webrtc/modules/video_coding/codecs/test/mock/ |
mock_packet_manipulator.h | 14 #include "webrtc/modules/video_coding/codecs/test/packet_manipulator.h"
|
/external/webrtc/webrtc/test/fuzzers/ |
audio_decoder_ilbc_fuzzer.cc | 11 #include "webrtc/modules/audio_coding/codecs/ilbc/audio_decoder_ilbc.h"
|
audio_decoder_isac_fuzzer.cc | 11 #include "webrtc/modules/audio_coding/codecs/isac/main/include/audio_decoder_isac.h"
|
audio_decoder_isacfix_fuzzer.cc | 11 #include "webrtc/modules/audio_coding/codecs/isac/fix/include/audio_decoder_isacfix.h"
|
audio_decoder_opus_fuzzer.cc | 11 #include "webrtc/modules/audio_coding/codecs/opus/audio_decoder_opus.h"
|
/frameworks/base/docs/html/guide/appendix/ |
index.jd | 6 <dd>A list of media codecs included in the Android platform.</dd>
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_multibytecodec_support.py | 4 # Common Unittest Routines for CJK codecs 7 import codecs namespace 29 self.codec = codecs.lookup(self.encoding) 95 codecs.register_error("test.xmlcharnamereplace", xmlcharnamereplace) 108 codecs.register_error("test.cjktest", myreplace) 117 codecs.register_error("test.cjktest", myreplace) 123 codecs.register_error("test.cjktest", myreplace) 130 codecs.register_error("test.cjktest", myreplace) 142 codecs.register_error("test.cjktest", myreplace) 150 codecs.register_error("test.cjktest", myreplace [all...] |
test_charmapcodec.py | 14 import codecs namespace 23 codecs.register(codec_search_function)
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_multibytecodec_support.py | 4 # Common Unittest Routines for CJK codecs 7 import codecs namespace 29 self.codec = codecs.lookup(self.encoding) 95 codecs.register_error("test.xmlcharnamereplace", xmlcharnamereplace) 108 codecs.register_error("test.cjktest", myreplace) 117 codecs.register_error("test.cjktest", myreplace) 123 codecs.register_error("test.cjktest", myreplace) 130 codecs.register_error("test.cjktest", myreplace) 142 codecs.register_error("test.cjktest", myreplace) 150 codecs.register_error("test.cjktest", myreplace [all...] |
test_charmapcodec.py | 14 import codecs namespace 23 codecs.register(codec_search_function)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_multibytecodec_support.py | 4 # Common Unittest Routines for CJK codecs 7 import codecs namespace 29 self.codec = codecs.lookup(self.encoding) 95 codecs.register_error("test.xmlcharnamereplace", xmlcharnamereplace) 108 codecs.register_error("test.cjktest", myreplace) 117 codecs.register_error("test.cjktest", myreplace) 123 codecs.register_error("test.cjktest", myreplace) 130 codecs.register_error("test.cjktest", myreplace) 142 codecs.register_error("test.cjktest", myreplace) 150 codecs.register_error("test.cjktest", myreplace [all...] |
test_charmapcodec.py | 14 import codecs namespace 23 codecs.register(codec_search_function)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_multibytecodec_support.py | 4 # Common Unittest Routines for CJK codecs 7 import codecs namespace 29 self.codec = codecs.lookup(self.encoding) 95 codecs.register_error("test.xmlcharnamereplace", xmlcharnamereplace) 108 codecs.register_error("test.cjktest", myreplace) 117 codecs.register_error("test.cjktest", myreplace) 123 codecs.register_error("test.cjktest", myreplace) 130 codecs.register_error("test.cjktest", myreplace) 142 codecs.register_error("test.cjktest", myreplace) 150 codecs.register_error("test.cjktest", myreplace [all...] |
test_charmapcodec.py | 14 import codecs namespace 23 codecs.register(codec_search_function)
|
/external/chromium-trace/catapult/third_party/py_vulcanize/py_vulcanize/ |
resource.py | 7 import codecs namespace 54 f = codecs.open(self.absolute_path, mode='r', encoding='utf-8')
|
/external/webrtc/webrtc/modules/audio_coding/acm2/ |
acm_receive_test_oldapi.h | 43 // Registers the codecs with default parameters from ACM. 46 // Registers codecs with payload types matching the pre-encoded NetEq test
|
/external/webrtc/webrtc/modules/audio_coding/codecs/g711/ |
audio_decoder_pcm.cc | 11 #include "webrtc/modules/audio_coding/codecs/g711/audio_decoder_pcm.h" 13 #include "webrtc/modules/audio_coding/codecs/g711/g711_interface.h"
|
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/ |
audio_encoder_g722.h | 16 #include "webrtc/modules/audio_coding/codecs/audio_encoder.h" 17 #include "webrtc/modules/audio_coding/codecs/g722/g722_interface.h"
|
/prebuilts/gdb/darwin-x86/lib/python2.7/encodings/ |
__init__.py | 12 * getregentry() -> codecs.CodecInfo object 31 import codecs namespace 121 if not isinstance(entry, codecs.CodecInfo): 133 'incompatible codecs in module "%s" (%s)' % \ 137 entry = codecs.CodecInfo(*entry) 157 codecs.register(search_function)
|
/prebuilts/gdb/linux-x86/lib/python2.7/encodings/ |
__init__.py | 12 * getregentry() -> codecs.CodecInfo object 31 import codecs namespace 121 if not isinstance(entry, codecs.CodecInfo): 133 'incompatible codecs in module "%s" (%s)' % \ 137 entry = codecs.CodecInfo(*entry) 157 codecs.register(search_function)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/ |
__init__.py | 12 * getregentry() -> codecs.CodecInfo object 31 import codecs namespace 121 if not isinstance(entry, codecs.CodecInfo): 133 'incompatible codecs in module "%s" (%s)' % \ 137 entry = codecs.CodecInfo(*entry) 157 codecs.register(search_function)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/ |
__init__.py | 12 * getregentry() -> codecs.CodecInfo object 31 import codecs namespace 121 if not isinstance(entry, codecs.CodecInfo): 133 'incompatible codecs in module "%s" (%s)' % \ 137 entry = codecs.CodecInfo(*entry) 157 codecs.register(search_function)
|
/external/webrtc/talk/session/media/ |
mediasession.h | 102 vad_enabled(true), // When disabled, removes all CN codecs from SDP. 318 const std::vector<C>& codecs() const { return codecs_; } function in class:cricket::MediaContentDescriptionImpl 319 void set_codecs(const std::vector<C>& codecs) { codecs_ = codecs; } 345 void AddCodecs(const std::vector<C>& codecs) { 347 for (codec = codecs.begin(); codec != codecs.end(); ++codec) { 400 // Creates media session descriptions according to the supplied codecs and 417 void set_audio_codecs(const AudioCodecs& codecs) { audio_codecs_ = codecs; } [all...] |