/external/chromium_org/content/renderer/media/ |
rtc_video_decoder_factory.h | 12 #include "third_party/webrtc/modules/video_coding/codecs/interface/video_codec_interface.h"
|
rtc_video_encoder_factory.h | 33 virtual const std::vector<VideoCodec>& codecs() const OVERRIDE;
|
rtc_video_encoder_factory.cc | 64 // Query media::VideoEncodeAccelerator (statically) for our supported codecs. 101 RTCVideoEncoderFactory::codecs() const { function in class:content::RTCVideoEncoderFactory
|
/external/chromium_org/media/cast/video_receiver/ |
video_decoder.cc | 10 #include "media/cast/video_receiver/codecs/vp8/vp8_decoder.h"
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/ |
main.py | 23 import codecs namespace 107 stderr = codecs.StreamReaderWriter(sys.stderr, 108 codecs.getreader('utf8'), 109 codecs.getwriter('utf8'),
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/ |
vl_defines.h | 31 /* constants usually used with all known codecs */
|
/external/chromium_org/third_party/skia/include/core/ |
SkTRegistry.h | 17 services, e.g. a set of image codecs.
|
/external/kernel-headers/original/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/lzma/CPP/7zip/UI/Common/ |
Extract.cpp | 103 CCodecs *codecs, const CIntVector &formatIndices,
172 int index = codecs->FindFormatForExtension(s);
179 int index2 = codecs->FindFormatForExtension(s.Mid(pos + 1));
190 HRESULT result = archiveLink.Open2(codecs, formatIndices2, options.StdInMode, NULL, arcPath, openCallback);
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
vl_defines.h | 31 /* constants usually used with all known codecs */
|
/external/skia/include/core/ |
SkTRegistry.h | 17 services, e.g. a set of image codecs.
|
/hardware/samsung_slsi/exynos5/ |
exynos5.mk | 17 # codecs
|
/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/chromium_org/third_party/libjingle/source/talk/session/media/ |
mediasession.cc | 379 // and data codecs. When bundle is used the payload types may not collide. 422 ContainsRtxCodec(content_description->codecs()); 668 static bool ContainsRtxCodec(const std::vector<C>& codecs) { 670 for (it = codecs.begin(); it != codecs.end(); ++it) { 685 // options.streams, codecs, secure_transport, crypto, and streams. If we don't 693 const std::vector<C>& codecs, 701 offer->AddCodecs(codecs); 765 static bool FindMatchingCodec(const std::vector<C>& codecs, 768 for (typename std::vector<C>::const_iterator it = codecs.begin() [all...] |
/external/chromium_org/content/renderer/media/crypto/ |
key_systems_unittest.cc | 277 // Non-Webm codecs. 291 // Non-audio codecs. 386 // Extended codecs fail because this is handled by SimpleWebMimeRegistryImpl. 409 // Non-audio codecs. 483 // Non-Webm codecs. 503 // Non-audio codecs. 537 // Extended codecs fail because this is handled by SimpleWebMimeRegistryImpl. 546 // Non-container2 codecs. 566 // Non-audio codecs.
|
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
mediaengine.h | 223 return voice_.codecs(); 226 return video_.codecs(); 261 virtual bool SetRecvCodecs(const std::vector<AudioCodec> &codecs) { 264 virtual bool SetSendCodecs(const std::vector<AudioCodec> &codecs) { 301 const std::vector<AudioCodec>& codecs() { return codecs_; } function in class:cricket::NullVoiceEngine 325 const std::vector<VideoCodec>& codecs() { return codecs_; } function in class:cricket::NullVideoEngine
|
mediasessionclient.cc | 172 // add video codecs, if this is a video call 255 // The answer contains the intersection of the codecs in the offer with the 256 // codecs we support, ordered by our local preference. As indicated by 269 for (AudioCodecs::const_iterator theirs = audio_offer->codecs().begin(); 270 theirs != audio_offer->codecs().end(); ++theirs) { 305 for (VideoCodecs::const_iterator theirs = video_offer->codecs().begin(); 306 theirs != video_offer->codecs().end(); ++theirs) { 362 // If our accept would have no codecs, then we must reject this call. 375 if (!audio_accept || audio_accept->codecs().size() == 0) { 849 for (AudioCodecs::const_iterator codec = audio->codecs().begin() [all...] |
mediachannel.h | 210 // Sets the codecs/payload types to be used for incoming media. 211 virtual bool SetRecvCodecs(const std::vector<AudioCodec>& codecs) = 0; 212 // Sets the codecs/payload types to be used for outgoing media. 213 virtual bool SetSendCodecs(const std::vector<AudioCodec>& codecs) = 0; 435 // Sets the codecs/payload types to be used for incoming media. 436 virtual bool SetRecvCodecs(const std::vector<VideoCodec> &codecs) = 0; 437 // Sets the codecs/payload types to be used for outgoing media. 438 virtual bool SetSendCodecs(const std::vector<VideoCodec> &codecs) = 0;
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
filesystem.py | 31 import codecs namespace 193 return codecs.open(path, 'rb') 207 return codecs.open(path, 'r', 'utf8') 210 return codecs.open(path, 'w', 'utf8') 216 with codecs.open(path, 'r', 'utf8') as f: 223 with codecs.open(path, 'w', 'utf8') as f:
|
outputtee.py | 30 import codecs namespace 68 return codecs.open(log_path, "a+", "utf-8")
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
webrtcsdp.cc | 2211 const std::vector<cricket::AudioCodec>& codecs = audio_desc->codecs(); local 2222 const std::vector<cricket::VideoCodec>& codecs = video_desc->codecs(); local 2274 std::vector<U> codecs = desc->codecs(); local 2328 std::vector<cricket::VideoCodec> codecs = video_desc->codecs(); local 2346 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_org/chrome/browser/component_updater/ |
widevine_cdm_component_installer.cc | 97 // The codecs list is a list of simple codec names (e.g. "vp8,vorbis"). 99 const char kCdmCodecsListName[] = "x-cdm-codecs"; 201 base::string16 codecs; local 202 if (manifest.GetString(kCdmCodecsListName, &codecs)) { 203 DLOG_IF(WARNING, codecs.empty()) 204 << "Widevine CDM component manifest has empty codecs list"; 207 additional_param_values->push_back(codecs); 209 DLOG(WARNING) << "Widevine CDM component manifest is missing codecs";
|
/external/chromium_org/media/cast/test/ |
encode_decode_test.cc | 17 #include "media/cast/video_receiver/codecs/vp8/vp8_decoder.h" 18 #include "media/cast/video_sender/codecs/vp8/vp8_encoder.h"
|
/external/chromium_org/third_party/libjingle/source/talk/examples/call/ |
mediaenginefactory.cc | 75 // Set voice and video codecs. TODO: The codecs actually depend on
|