/external/chromium_org/chrome/browser/media/ |
encrypted_media_browsertest.cc | 43 const char kWebMAudioOnly[] = "audio/webm; codecs=\"vorbis\""; 44 const char kWebMVideoOnly[] = "video/webm; codecs=\"vp8\""; 45 const char kWebMAudioVideo[] = "video/webm; codecs=\"vorbis, vp8\""; 47 const char kMP4AudioOnly[] = "audio/mp4; codecs=\"mp4a.40.2\""; 48 const char kMP4VideoOnly[] = "video/mp4; codecs=\"avc1.4D4041\"";
|
/external/chromium_org/media/base/android/ |
media_codec_bridge.h | 63 // Represents supported codecs on android. 64 // TODO(qinmin): Curretly the codecs string only contains one codec, do we 65 // need more specific codecs separated by comma. (e.g. "vp8" -> "vp8, vp8.0") 67 std::string codecs; // E.g. "vp8" or "avc1". member in struct:media::MediaCodecBridge::CodecsInfo 72 // Get a list of supported codecs.
|
/external/libvpx/libvpx/ |
usage.dox | 4 supported codecs. This abstraction allows applications using this SDK to 6 "special casing." This section describes the interface common to all codecs. 7 For codec-specific details, see the \ref codecs page. 9 The following sections are common to all codecs: 144 (XMA) interface. Not all codecs support the XMA \ref usage_features.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
charset.py | 12 import codecs namespace 131 to add codecs the module does not know about. See the codecs module's 166 applicable codecs. Given a character set, it will do its best to provide 217 # Set the input charset after filtering through the aliases and/or codecs 220 input_charset = codecs.lookup(input_charset).name 235 # Now set the codecs. If one isn't defined for input_charset,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
charset.py | 12 import codecs namespace 131 to add codecs the module does not know about. See the codecs module's 166 applicable codecs. Given a character set, it will do its best to provide 217 # Set the input charset after filtering through the aliases and/or codecs 220 input_charset = codecs.lookup(input_charset).name 235 # Now set the codecs. If one isn't defined for input_charset,
|
/prebuilts/tools/common/http-client/src/ |
httpcomponents-core-4.1-src.zip | |
/external/chromium_org/media/filters/ |
pipeline_integration_test.cc | 28 const char kWebM[] = "video/webm; codecs=\"vp8,vorbis\""; 29 const char kWebMVP9[] = "video/webm; codecs=\"vp9\""; 30 const char kAudioOnlyWebM[] = "video/webm; codecs=\"vorbis\""; 31 const char kOpusAudioOnlyWebM[] = "video/webm; codecs=\"opus\""; 32 const char kVideoOnlyWebM[] = "video/webm; codecs=\"vp8\""; 36 const char kMP4[] = "video/mp4; codecs=\"avc1.4D4041,mp4a.40.2\""; 37 const char kMP4Video[] = "video/mp4; codecs=\"avc1.4D4041\""; 38 const char kMP4VideoAVC3[] = "video/mp4; codecs=\"avc3.64001f\""; 39 const char kMP4Audio[] = "audio/mp4; codecs=\"mp4a.40.2\""; 335 std::vector<std::string> codecs; local [all...] |
ffmpeg_glue.h | 23 // a lock manager, and finally registering all demuxers and codecs.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
codecs.py | 0 """ codecs -- Python Codec Registry, API and helpers. 17 raise SystemError('Failed to load the builtin codecs: %s' % why) 104 CHARACTER for the builtin Unicode codecs on 123 StreamCodec for codecs which have to keep state in order to 146 StreamCodec for codecs which have to keep state in order to 715 # these are needed to make "with codecs.open(...)" work properly 731 codecs.lookup() function to implement their task. 847 defined by the codecs, i.e. Unicode objects for most builtin 848 codecs. Output is also codec dependent and will usually be 898 will usually be Unicode but depends on the specified codecs [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
codecs.py | 0 """ codecs -- Python Codec Registry, API and helpers. 17 raise SystemError('Failed to load the builtin codecs: %s' % why) 104 CHARACTER for the builtin Unicode codecs on 123 StreamCodec for codecs which have to keep state in order to 146 StreamCodec for codecs which have to keep state in order to 715 # these are needed to make "with codecs.open(...)" work properly 731 codecs.lookup() function to implement their task. 847 defined by the codecs, i.e. Unicode objects for most builtin 848 codecs. Output is also codec dependent and will usually be 898 will usually be Unicode but depends on the specified codecs [all...] |
/external/libvpx/libvpx/vpx/ |
vpx_codec.h | 15 * common to all codecs (both encoders and decoders). 195 * All codecs \ref MUST support this context structure fully. In general, 327 * The following functions are required to be implemented for all codecs. 328 * They represent the base case functionality expected of all codecs. 468 * The following functions are required to be implemented for all codecs 470 * for codecs that don't advertise this capability will result in an error
|
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
mediasessionclient.cc | 133 // If our accept would have no codecs, then we must reject this call. 163 if (audio_rejected || !audio_desc || audio_desc->codecs().size() == 0) { 833 for (AudioCodecs::const_iterator codec = audio->codecs().begin(); 834 codec != audio->codecs().end(); ++codec) { 857 for (VideoCodecs::const_iterator codec = video->codecs().begin(); 858 codec != video->codecs().end(); ++codec) { [all...] |
channelmanager_unittest.cc | 583 std::vector<VideoCodec> codecs; local 587 cm_->GetSupportedVideoCodecs(&codecs); 588 EXPECT_FALSE(ContainsMatchingCodec(codecs, rtx_codec)); 592 cm_->GetSupportedVideoCodecs(&codecs); 593 EXPECT_TRUE(ContainsMatchingCodec(codecs, rtx_codec)); 597 cm_->GetSupportedVideoCodecs(&codecs); 598 EXPECT_FALSE(ContainsMatchingCodec(codecs, rtx_codec)); 608 cm_->GetSupportedVideoCodecs(&codecs); 609 EXPECT_TRUE(ContainsMatchingCodec(codecs, rtx_codec));
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
pitch_filter.c | 19 #include "modules/audio_coding/codecs/isac/fix/source/pitch_estimator.h" 20 #include "modules/audio_coding/codecs/isac/fix/source/settings.h" 21 #include "modules/audio_coding/codecs/isac/fix/source/structs.h"
|
pitch_filter_c.c | 12 #include "modules/audio_coding/codecs/isac/fix/source/pitch_estimator.h"
|
/external/chromium_org/media/cast/video_sender/ |
video_encoder.h | 13 #include "media/cast/video_sender/codecs/vp8/vp8_encoder.h"
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/ |
deps.py | 31 import codecs namespace
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebRTCSessionDescription.h | 51 // meaning of that description. For example, the list of codecs sent to
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
mediaengine.h | 237 return voice_.codecs(); 243 return video_.codecs(); 307 const std::vector<AudioCodec>& codecs() { return codecs_; } function in class:cricket::NullVoiceEngine 344 const std::vector<VideoCodec>& codecs() { return codecs_; } function in class:cricket::NullVideoEngine
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
webrtcvideoengine.cc | 863 // Set default quality levels for our supported codecs. We override them here 1039 const std::vector<VideoCodec>& WebRtcVideoEngine::codecs() const { function in class:cricket::WebRtcVideoEngine 1067 const std::vector<WebRtcVideoEncoderFactory::VideoCodec>& codecs = local 1197 const std::vector<WebRtcVideoEncoderFactory::VideoCodec>& codecs = local 1348 const std::vector<WebRtcVideoEncoderFactory::VideoCodec>& codecs = local 1453 const std::vector<WebRtcVideoEncoderFactory::VideoCodec>& codecs = local [all...] |
webrtcvoiceengine.cc | 197 static bool FindCodec(const std::vector<AudioCodec>& codecs, 200 for (std::vector<AudioCodec>::const_iterator it = codecs.begin(); 201 it != codecs.end(); ++it) { 427 LOG(LS_INFO) << "WebRtc VoiceEngine codecs:"; 554 LOG(LS_INFO) << "WebRtc VoiceEngine codecs:"; 1116 const std::vector<AudioCodec>& WebRtcVoiceEngine::codecs() { function in class:cricket::WebRtcVoiceEngine [all...] |
/external/lzma/CPP/7zip/ |
Guid.txt | 165 {23170F69-40C1-278B- old codecs clsids
|
/external/markdown/ |
test-markdown.py | 3 import os, difflib, time, gc, codecs, platform, sys namespace 198 self.html_diff_file = codecs.open(html_diff_file_path, "w", encoding=encoding) 238 expected_output = codecs.open(output_file, encoding=self.encoding).read() 239 input = codecs.open(input_file, encoding=self.encoding).read()
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
ak4xxx-adda.h | 74 /* (array) information of combined codecs */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
ak4xxx-adda.h | 74 /* (array) information of combined codecs */
|