/external/webrtc/webrtc/modules/audio_coding/test/ |
TestRedFec.h | 33 // useful for codecs which support several sampling frequency.
|
opus_test.h | 17 #include "webrtc/modules/audio_coding/codecs/opus/opus_interface.h"
|
/external/webrtc/webrtc/modules/video_coding/ |
codec_database.h | 62 // Gets the current send codec. Relevant for internal codecs only. 66 // Gets current send side codec type. Relevant for internal codecs only. 102 // Get current receive side codec. Relevant for internal codecs only. 105 // Get current receive side codec type. Relevant for internal codecs only.
|
codec_database.cc | 18 #include "webrtc/modules/video_coding/codecs/h264/include/h264.h" 19 #include "webrtc/modules/video_coding/codecs/i420/include/i420.h" 20 #include "webrtc/modules/video_coding/codecs/vp8/include/vp8.h" 21 #include "webrtc/modules/video_coding/codecs/vp9/include/vp9.h" 125 // 96 to 127 dynamic payload types for video codecs. 140 // 96 to 127 dynamic payload types for video codecs. 155 // 96 to 127 dynamic payload types for video codecs. 170 // 96 to 127 dynamic payload types for video codecs. 360 // Known codecs without payload-specifics
|
/external/webrtc/webrtc/modules/video_coding/codecs/h264/ |
h264_video_toolbox_decoder.h | 15 #include "webrtc/modules/video_coding/codecs/h264/include/h264.h"
|
h264_video_toolbox_encoder.h | 15 #include "webrtc/modules/video_coding/codecs/h264/include/h264.h"
|
/external/webrtc/webrtc/modules/video_coding/codecs/test/ |
predictive_packet_manipulator.cc | 11 #include "webrtc/modules/video_coding/codecs/test/predictive_packet_manipulator.h"
|
predictive_packet_manipulator.h | 16 #include "webrtc/modules/video_coding/codecs/test/packet_manipulator.h"
|
stats_unittest.cc | 11 #include "webrtc/modules/video_coding/codecs/test/stats.h"
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
simulcast_unittest.cc | 11 #include "webrtc/modules/video_coding/codecs/vp8/simulcast_unittest.h"
|
/external/webrtc/webrtc/test/fuzzers/ |
audio_decoder_fuzzer.cc | 14 #include "webrtc/modules/audio_coding/codecs/audio_decoder.h"
|
/frameworks/av/media/libmedia/ |
MediaResourcePolicy.cpp | 24 const char kPolicySupportsMultipleSecureCodecs[] = "supports-multiple-secure-codecs";
|
/hardware/qcom/msm8994/original-kernel-headers/sound/ |
compress_offload.h | 93 * @codecs: pointer to array of codecs 99 * @num_codecs: number of codecs supported 109 __u32 codecs[MAX_NUM_CODECS]; member in struct:snd_compr_caps
|
/hardware/qcom/msm8996/original-kernel-headers/sound/ |
compress_offload.h | 93 * @codecs: pointer to array of codecs 99 * @num_codecs: number of codecs supported 109 __u32 codecs[MAX_NUM_CODECS]; member in struct:snd_compr_caps
|
/hardware/qcom/msm8x26/original-kernel-headers/sound/ |
compress_offload.h | 93 * @codecs: pointer to array of codecs 99 * @num_codecs: number of codecs supported 109 __u32 codecs[MAX_NUM_CODECS]; member in struct:snd_compr_caps
|
/hardware/qcom/msm8x84/original-kernel-headers/sound/ |
compress_offload.h | 93 * @codecs: pointer to array of codecs 99 * @num_codecs: number of codecs supported 109 __u32 codecs[MAX_NUM_CODECS]; member in struct:snd_compr_caps
|
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/test/ |
iLBC_testprogram.c | 24 #include "webrtc/modules/audio_coding/codecs/ilbc/defines.h" 25 #include "webrtc/modules/audio_coding/codecs/ilbc/nit_encode.h" 26 #include "webrtc/modules/audio_coding/codecs/ilbc/encode.h" 27 #include "webrtc/modules/audio_coding/codecs/ilbc/init_decode.h" 28 #include "webrtc/modules/audio_coding/codecs/ilbc/decode.h" 29 #include "webrtc/modules/audio_coding/codecs/ilbc/constants.h" 30 #include "webrtc/modules/audio_coding/codecs/ilbc/ilbc.h"
|
/external/libvorbis/doc/ |
vorbis-fidelity.html | 76 associated with contemporary codecs such as MPEG I audio layer 3 108 <p>Perceptual codecs are most concerned with subjective, not objective, 116 codecs tend to be quite large even when objective differences are 133 codecs [ASPEC, ATRAC, MP3, WMA, AAC, TwinVQ, AC3 and Vorbis included] 166 The vast majority of codecs today fail at this task miserably,
|
/external/lzma/CPP/7zip/Bundles/SFXSetup/ |
SfxSetup.cpp | 207 CCodecs *codecs = new CCodecs;
local 208 CMyComPtr<IUnknown> compressCodecsInfo = codecs;
209 HRESULT result = codecs->Load();
212 ShowErrorMessage(L"Can not load codecs");
221 HRESULT result = ExtractArchive(codecs, fullPath, tempDirPath, showProgress,
|
/external/lzma/CPP/7zip/UI/Common/ |
Update.cpp | 336 bool CUpdateOptions::InitFormatIndex(const CCodecs *codecs,
353 MethodMode.Type.FormatIndex = codecs->FindFormatForArchiveName(arcPath);
361 bool CUpdateOptions::SetArcPath(const CCodecs *codecs, const UString &arcPath)
371 const CArcInfoEx &arcInfo = codecs->Formats[formatIndex];
474 CCodecs *codecs,
500 RINOK(codecs->CreateOutArchive(formatIndex, outArchive));
508 RINOK(setCompressCodecsInfo->SetCompressCodecsInfo(codecs));
532 const CArcInfoEx &arcInfo = codecs->Formats[formatIndex];
920 CCodecs *codecs,
1001 if (!options.InitFormatIndex(codecs, types, cmdArcPath2) || [all...] |
/external/webrtc/talk/session/media/ |
mediasession.cc | 345 // Filters the data codecs for the data channel type. 346 void FilterDataCodecs(std::vector<DataCodec>* codecs, bool sctp) { 349 for (std::vector<DataCodec>::iterator iter = codecs->begin(); 350 iter != codecs->end();) { 352 iter = codecs->erase(iter); 427 // and data codecs. When bundle is used the payload types may not collide. 470 ContainsRtxCodec(content_description->codecs()); 726 static bool ContainsRtxCodec(const std::vector<C>& codecs) { 728 for (it = codecs.begin(); it != codecs.end(); ++it) [all...] |
/external/webrtc/talk/app/webrtc/ |
webrtcsdp.cc | 2299 const std::vector<cricket::AudioCodec>& codecs = audio_desc->codecs(); local 2310 const std::vector<cricket::VideoCodec>& codecs = video_desc->codecs(); local 2358 std::vector<U> codecs = desc->codecs(); local 2414 auto codecs = desc->codecs(); local 2430 std::vector<cricket::AudioCodec> codecs = audio_desc->codecs(); local [all...] |
/external/libogg/doc/ |
rfc5334.txt | 105 o The codecs parameter is defined for optional use. 187 These media types can optionally use the "codecs" parameter described 188 in [RFC4281]. Codecs encapsulated in Ogg require a text identifier 190 method to identify the encapsulated codecs would be through this 192 into strings that are used in the "codecs" parameter when dealing 195 Codec Identifier | Codecs Parameter 213 [Codecs]). 217 o application/ogg; codecs="theora, cmml, ecmascript" 219 o video/ogg; codecs="theora, vorbis" 221 o audio/ogg; codecs=spee [all...] |
/external/chromium-trace/catapult/systrace/systrace/ |
update_systrace_trace_viewer.py | 7 import codecs namespace 78 with codecs.open(output_html_file, encoding='utf-8', mode='w') as f:
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/ |
setup.py | 2 """ASN.1 types and codecs 4 A pure-Python implementation of ASN.1 types and DER/BER/CER codecs (X.208).
|