/external/chromium-trace/catapult/perf_insights/perf_insights_build/ |
pi_report_to_html.py | 5 import codecs namespace 50 with codecs.open(args.output_file, mode='w', encoding='utf-8') as ofile:
|
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/tests/ |
support.py | 5 import codecs namespace 70 self.f = codecs.open(filename, encoding=encoding)
|
/external/deqp/scripts/log/ |
log_to_xml.py | 25 import codecs namespace 172 out = codecs.open(outFile, "wb", encoding="utf-8")
|
/external/libmpeg2/common/ |
iv.h | 28 * Ittiam Video and Image codecs 84 /* finds usage in video/image codecs */
|
/external/libogg/ |
README | 39 Ogg project codecs use the Ogg bitstream format to arrange the raw, 130 (Build instructions for Ogg codecs such as vorbis are similar and may
|
/external/libogg/doc/ |
ogg-multiplex.html | 269 <li>Codecs shall choose a granule position definition that allows that 307 <p>Frame counting is insufficient in codecs such as Vorbis where an audio 316 <p>Some video codecs may be able to use the simple framestamp scheme for 317 granule position. However, most modern video codecs introduce at 374 responsibility of codecs to track timing information at granularities 393 header. The majority of codecs will always be continuous (such as 408 in the Ogg domain and require no intervention from codecs.</p> 426 interaction with the codecs in order to decode the granule position of
|
/external/libvpx/libvpx/examples/ |
simple_decoder.c | 31 // header files for the specific codecs you use. In this case, we're using 56 // Codecs may produce a variable number of output frames for every call to
|
/external/webrtc/talk/media/base/ |
mediaengine.h | 176 return voice_.codecs(); 182 return video_.codecs();
|
rtpdataengine.h | 125 bool SetSendCodecs(const std::vector<DataCodec>& codecs); 126 bool SetRecvCodecs(const std::vector<DataCodec>& codecs);
|
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/ |
audio_encoder_g722.cc | 11 #include "webrtc/modules/audio_coding/codecs/g722/audio_encoder_g722.h" 16 #include "webrtc/modules/audio_coding/codecs/g722/g722_interface.h"
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
lattice_neon.c | 13 #include "webrtc/modules/audio_coding/codecs/isac/fix/source/codec.h" 14 #include "webrtc/modules/audio_coding/codecs/isac/fix/source/settings.h"
|
/external/webrtc/webrtc/modules/audio_coding/include/ |
audio_coding_module.h | 93 // Returns number of supported codecs. 96 // number of supported codecs. 183 // Note that registering CNG and RED won't overwrite speech codecs. 315 // Configures codec internal FEC status i.e. on/off. No effects on codecs that 342 // through e.g., FEC. No effects on codecs that do not provide such encoding. 431 // For instance, all registered codecs are deleted and have to be 462 // codecs, CNG-NB, CNG-WB, CNG-SWB, AVT and RED. 487 // from the list of possible receive codecs.
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
comfort_noise.cc | 16 #include "webrtc/modules/audio_coding/codecs/audio_decoder.h" 17 #include "webrtc/modules/audio_coding/codecs/cng/webrtc_cng.h"
|
/external/webrtc/webrtc/modules/audio_coding/neteq/test/ |
neteq_opus_quality_test.cc | 11 #include "webrtc/modules/audio_coding/codecs/opus/opus_interface.h" 12 #include "webrtc/modules/audio_coding/codecs/opus/opus_inst.h"
|
/external/webrtc/webrtc/modules/audio_coding/test/ |
SpatialAudio.cc | 67 // Register all available codes as receiving codecs. 71 // Register all available codes as receiving codecs once more.
|
/external/webrtc/webrtc/modules/video_coding/codecs/h264/ |
h264_video_toolbox_decoder.cc | 12 #include "webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_decoder.h" 20 #include "webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_nalu.h"
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
realtime_temporal_layers.cc | 16 #include "webrtc/modules/video_coding/codecs/vp8/include/vp8_common_types.h" 17 #include "webrtc/modules/video_coding/codecs/vp8/temporal_layers.h"
|
/frameworks/av/media/libstagefright/tests/ |
MediaCodecListOverrides_test.cpp | 34 " <Setting name=\"supports-multiple-secure-codecs\" value=\"false\" />\n" 90 gR.add("supports-multiple-secure-codecs", "false");
|
/frameworks/opt/net/voip/src/java/android/net/rtp/ |
AudioCodec.java | 22 * This class defines a collection of audio codecs to be used with 91 * Returns system supported audio codecs.
|
/frameworks/wilhelm/src/android/ |
VideoCodec_to_android.cpp | 68 // used to check whether no codecs were found, which is a sign of failure 145 // range check: function can be called for fewer codecs than there are
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/ |
simple_decoder.c | 31 // header files for the specific codecs you use. In this case, we're using 57 // Codecs may produce a variable number of output frames for every call to
|
/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/pgen2/ |
driver.py | 19 import codecs namespace 97 stream = codecs.open(filename, "r", encoding)
|
/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/pgen2/ |
driver.py | 19 import codecs namespace 97 stream = codecs.open(filename, "r", encoding)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
driver.py | 19 import codecs namespace 97 stream = codecs.open(filename, "r", encoding)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/ |
test_main.py | 3 import codecs namespace 57 out_enc = codecs.getwriter("ascii")(out)
|