/cts/tests/tests/net/src/android/net/rtp/cts/ |
AudioCodecTest.java | 63 AudioCodec[] codecs = AudioCodec.getCodecs(); local 64 assertTrue(codecs.length >= 5); 66 // The types of the codecs should be different. 68 for (AudioCodec codec : codecs) {
|
/external/fec/ |
char.h | 1 /* Stuff specific to the 8-bit symbol version of the general purpose RS codecs
|
int.h | 1 /* Stuff specific to the general (integer) version of the Reed-Solomon codecs
|
/external/lzma/CPP/7zip/UI/Console/ |
List.h | 10 HRESULT ListArchives(CCodecs *codecs,
|
/external/webrtc/webrtc/modules/audio_coding/acm2/ |
acm_codec_database.h | 13 * codecs. 31 // kMaxNumCodecs - Maximum number of codecs that can be activated in one 66 // Databases with information about the supported codecs 67 // database_ - stored information about all codecs: payload type, name,
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/ |
locked_bandwidth_info.cc | 11 #include "webrtc/modules/audio_coding/codecs/isac/locked_bandwidth_info.h"
|
audio_decoder_isac_t.h | 16 #include "webrtc/modules/audio_coding/codecs/audio_decoder.h" 17 #include "webrtc/modules/audio_coding/codecs/isac/locked_bandwidth_info.h"
|
/frameworks/wilhelm/src/android/ |
VideoCodec_to_android.h | 32 * Initializes the list of supported video codecs, with their associated profiles and levels 34 * false if it failed to list the available codecs, true otherwise 39 * Frees all resources associated with the listing and query of the available video codecs 44 * Returns the number of video codecs supported on the platform.
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_multibytecodec.py | 9 import unittest, StringIO, codecs, sys, os 42 dec = codecs.getdecoder('euc-kr') 44 codecs.register_error('test.cjktest', myreplace) 65 encoder = codecs.getincrementalencoder('cp949')() 82 encoder = codecs.getincrementalencoder('jisx0213')() 96 encoder = codecs.getincrementalencoder('jisx0213')() 108 encoder = codecs.getincrementalencoder('shift-jis')('backslashreplace') 116 decoder = codecs.getincrementaldecoder('cp949')() 124 decoder = codecs.getincrementaldecoder('cp949')() 134 decoder = codecs.getincrementaldecoder('iso2022-jp')( [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_multibytecodec.py | 9 import unittest, StringIO, codecs, sys, os 42 dec = codecs.getdecoder('euc-kr') 44 codecs.register_error('test.cjktest', myreplace) 65 encoder = codecs.getincrementalencoder('cp949')() 82 encoder = codecs.getincrementalencoder('jisx0213')() 96 encoder = codecs.getincrementalencoder('jisx0213')() 108 encoder = codecs.getincrementalencoder('shift-jis')('backslashreplace') 116 decoder = codecs.getincrementaldecoder('cp949')() 124 decoder = codecs.getincrementaldecoder('cp949')() 134 decoder = codecs.getincrementaldecoder('iso2022-jp')( [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_multibytecodec.py | 9 import unittest, StringIO, codecs, sys, os 42 dec = codecs.getdecoder('euc-kr') 44 codecs.register_error('test.cjktest', myreplace) 65 encoder = codecs.getincrementalencoder('cp949')() 82 encoder = codecs.getincrementalencoder('jisx0213')() 96 encoder = codecs.getincrementalencoder('jisx0213')() 108 encoder = codecs.getincrementalencoder('shift-jis')('backslashreplace') 116 decoder = codecs.getincrementaldecoder('cp949')() 124 decoder = codecs.getincrementaldecoder('cp949')() 134 decoder = codecs.getincrementaldecoder('iso2022-jp')( [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_multibytecodec.py | 9 import unittest, StringIO, codecs, sys, os 42 dec = codecs.getdecoder('euc-kr') 44 codecs.register_error('test.cjktest', myreplace) 65 encoder = codecs.getincrementalencoder('cp949')() 82 encoder = codecs.getincrementalencoder('jisx0213')() 96 encoder = codecs.getincrementalencoder('jisx0213')() 108 encoder = codecs.getincrementalencoder('shift-jis')('backslashreplace') 116 decoder = codecs.getincrementaldecoder('cp949')() 124 decoder = codecs.getincrementaldecoder('cp949')() 134 decoder = codecs.getincrementaldecoder('iso2022-jp')( [all...] |
/system/sepolicy/ |
mediacodec.te | 1 # mediacodec - audio and video codecs live here
|
/external/webrtc/talk/media/base/ |
fakemediaengine.h | 251 const std::vector<AudioCodec>& codecs() const { return send_codecs(); } function in class:cricket::FakeVoiceMediaChannel 258 return (SetSendCodecs(params.codecs) && 265 return (SetRecvCodecs(params.codecs) && 380 bool SetRecvCodecs(const std::vector<AudioCodec>& codecs) { 385 recv_codecs_ = codecs; 388 bool SetSendCodecs(const std::vector<AudioCodec>& codecs) { 393 send_codecs_ = codecs; 455 const std::vector<VideoCodec>& codecs() const { return send_codecs(); } function in class:cricket::FakeVideoMediaChannel 477 return (SetSendCodecs(params.codecs) && 484 return (SetRecvCodecs(params.codecs) & 622 const std::vector<DataCodec>& codecs() const { return send_codecs(); } function in class:cricket::FakeDataMediaChannel 751 const std::vector<AudioCodec>& codecs() { return codecs_; } function in class:cricket::FakeVoiceEngine 812 const std::vector<VideoCodec>& codecs() const { return codecs_; } function in class:cricket::FakeVideoEngine [all...] |
/external/chromium-trace/catapult/perf_insights/perf_insights_build/ |
pi_report_to_html_unittest.py | 5 import codecs 33 with codecs.open(raw_tmpfile.name, 'w', encoding='utf-8') as tmpfile:
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/ |
PKG-INFO | 4 Summary: ASN.1 types and codecs 9 Description: A pure-Python implementation of ASN.1 types and DER/BER/CER codecs (X.208).
|
/external/chromium-trace/catapult/tracing/tracing_build/ |
trace2html_unittest.py | 5 import codecs 23 with codecs.open(raw_tmpfile.name, 'w', encoding='utf-8') as tmpfile:
|
/external/lzma/CPP/7zip/UI/Common/ |
Extract.h | 52 CCodecs *Codecs;
80 CCodecs *codecs,
|
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
audio_decoder_ilbc.cc | 11 #include "webrtc/modules/audio_coding/codecs/ilbc/audio_decoder_ilbc.h" 14 #include "webrtc/modules/audio_coding/codecs/ilbc/ilbc.h"
|
audio_encoder_ilbc.h | 15 #include "webrtc/modules/audio_coding/codecs/audio_encoder.h" 16 #include "webrtc/modules/audio_coding/codecs/ilbc/ilbc.h"
|
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/ |
audio_decoder_opus.h | 14 #include "webrtc/modules/audio_coding/codecs/audio_decoder.h" 15 #include "webrtc/modules/audio_coding/codecs/opus/opus_interface.h"
|
/external/webrtc/webrtc/modules/audio_coding/codecs/pcm16b/ |
audio_decoder_pcm16b.cc | 11 #include "webrtc/modules/audio_coding/codecs/pcm16b/audio_decoder_pcm16b.h" 14 #include "webrtc/modules/audio_coding/codecs/pcm16b/pcm16b.h"
|
audio_encoder_pcm16b.cc | 11 #include "webrtc/modules/audio_coding/codecs/pcm16b/audio_encoder_pcm16b.h" 15 #include "webrtc/modules/audio_coding/codecs/pcm16b/pcm16b.h"
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
timestamp_scaler.h | 23 // This class scales timestamps for codecs that need timestamp scaling. 24 // This is done for codecs where one RTP timestamp does not correspond to
|
/frameworks/av/media/libstagefright/ |
MediaCodecListOverrides.h | 38 // profile codecs and save the result to xml file named kProfilingResults. 41 // profile codecs and save the result to global_results, encoder_results and decoder_results.
|