Searched refs:codec (Results 151 - 175 of 439) sorted by relevance

1234567891011>>

/external/chromium_org/media/cast/receiver/
H A Daudio_decoder_unittest.cc23 Codec codec; member in struct:media::cast::__anon8615::TestScenario
28 : codec(c), num_channels(n), sampling_rate(s) {}
48 GetParam().codec));
59 if (GetParam().codec == CODEC_AUDIO_OPUS) {
96 if (GetParam().codec == CODEC_AUDIO_PCM16) {
102 } else if (GetParam().codec == CODEC_AUDIO_OPUS) {
162 if (GetParam().codec == CODEC_AUDIO_OPUS) {
/external/chromium_org/media/cast/sender/
H A Daudio_encoder_unittest.cc30 explicit TestEncodedAudioFrameReceiver(Codec codec) argument
31 : codec_(codec), frames_received_(0), rtp_lower_bound_(0) {}
113 void RunTestForCodec(Codec codec) { argument
117 CreateObjectsForCodec(codec);
146 void CreateObjectsForCodec(Codec codec) { argument
153 receiver_.reset(new TestEncodedAudioFrameReceiver(codec));
160 codec,
H A Daudio_encoder.h32 Codec codec,
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dfakewebrtcvoiceengine.h35 #include "talk/media/base/codec.h"
398 webrtc::CodecInst codec; local
399 GetCodec(i, codec);
400 ch->recv_codecs.push_back(codec);
506 WEBRTC_FUNC(GetCodec, (int index, webrtc::CodecInst& codec)) { argument
511 codec.pltype = c.id;
512 rtc::strcpyn(codec.plname, sizeof(codec.plname), c.name.c_str());
513 codec.plfreq = c.clockrate;
514 codec
519 WEBRTC_FUNC(SetSendCodec, (int channel, const webrtc::CodecInst& codec)) argument
532 WEBRTC_FUNC(GetSendCodec, (int channel, webrtc::CodecInst& codec)) argument
543 WEBRTC_FUNC(GetRecCodec, (int channel, webrtc::CodecInst& codec)) argument
571 WEBRTC_FUNC(SetRecPayloadType, (int channel, const webrtc::CodecInst& codec)) argument
609 WEBRTC_FUNC(GetRecPayloadType, (int channel, webrtc::CodecInst& codec)) argument
[all...]
/external/chromium_org/components/cdm/browser/
H A Dcdm_message_filter_android.cc30 SupportedCodecs codec; member in struct:cdm::CodecInfo
58 if ((request.codecs & info.codec) &&
62 supported_codecs |= info.codec;
109 DCHECK(request.codecs & content::EME_CODEC_ALL) << "unrecognized codec";
/external/chromium_org/remoting/protocol/
H A Dsession_config.h48 ChannelConfig(TransportType transport, int version, Codec codec);
56 Codec codec; member in struct:remoting::protocol::ChannelConfig
160 void EnableVideoCodec(ChannelConfig::Codec codec);
/external/chromium_org/content/renderer/media/crypto/
H A Dkey_systems.h35 // Returns whether |key_sytem| supports the specified media type and codec(s).
55 // Helper functions to add container/codec types for testing purposes.
57 CONTENT_EXPORT void AddCodecMask(const std::string& codec, uint32 mask);
/external/chromium_org/media/filters/
H A Dffmpeg_glue.cc209 // Closing a codec context without prior avcodec_open2() will result in
211 if (stream && stream->codec && stream->codec->codec) {
213 avcodec_close(stream->codec);
/external/chromium_org/mojo/public/js/bindings/
H A Dconnector.js7 "mojo/public/js/bindings/codec",
10 ], function(buffer, codec, core, support) {
100 var message = new codec.Message(messageBuffer, read.handles);
/external/chromium_org/mojo/public/js/bindings/tests/
H A Drun_js_tests.cc51 TEST(JSTest, codec) {
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Drtpdataengine_unittest.cc263 // Unknown codec;
268 cricket::DataCodec codec; local
269 codec.id = 103;
270 codec.name = cricket::kGoogleRtpDataCodecName;
272 codecs.push_back(codec);
332 cricket::DataCodec codec; local
333 codec.id = 103;
334 codec.name = cricket::kGoogleRtpDataCodecName;
336 codecs.push_back(codec);
379 cricket::DataCodec codec; local
444 cricket::DataCodec codec; local
[all...]
/external/chromium_org/third_party/skia/experimental/PdfViewer/
H A Dchop_transparency_main.cpp102 SkImageDecoder* codec = SkImageDecoder::Factory(&stream); local
103 if (NULL == codec) {
107 SkAutoTDelete<SkImageDecoder> ad(codec);
111 if (!codec->decode(&stream, &bitmap, kN32_SkColorType, SkImageDecoder::kDecodePixels_Mode)) {
/external/chromium_org/third_party/tlslite/tlslite/utils/
H A Dasn1parser.py8 from .codec import *
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
H A Dtarget_delay_unittest.cc33 CodecInst codec; local
34 ASSERT_EQ(0, AudioCodingModule::Codec("L16", &codec, kSampleRateHz, 1));
36 ASSERT_EQ(0, acm_->RegisterReceiveCodec(codec));
38 rtp_info_.header.payloadType = codec.pltype;
/external/chromium_org/third_party/webrtc/modules/video_capture/include/mock/
H A Dmock_video_capture.h43 VideoCaptureEncodeInterface*(const VideoCodec& codec));
/external/libvorbis/examples/
H A Dchaining_example.c19 #include <vorbis/codec.h>
/external/skia/experimental/PdfViewer/
H A Dchop_transparency_main.cpp102 SkImageDecoder* codec = SkImageDecoder::Factory(&stream); local
103 if (NULL == codec) {
107 SkAutoTDelete<SkImageDecoder> ad(codec);
111 if (!codec->decode(&stream, &bitmap, kN32_SkColorType, SkImageDecoder::kDecodePixels_Mode)) {
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediasession.h37 #include "talk/media/base/codec.h"
320 void AddCodec(const C& codec) { argument
321 codecs_.push_back(codec);
323 void AddOrReplaceCodec(const C& codec) { argument
326 if (iter->id == codec.id) {
327 *iter = codec;
331 AddCodec(codec);
334 typename std::vector<C>::const_iterator codec; local
335 for (codec = codecs.begin(); codec !
[all...]
/external/chromium_org/remoting/codec/
H A Dvideo_decoder_vpx.cc5 #include "remoting/codec/video_decoder_vpx.h"
47 ScopedVpxCodec codec(new vpx_codec_ctx_t);
56 vpx_codec_dec_init(codec.get(), vpx_codec_vp8_dx(), &config, 0);
58 LOG(ERROR) << "Cannot initialize codec.";
62 return scoped_ptr<VideoDecoderVpx>(new VideoDecoderVpx(codec.Pass()));
67 ScopedVpxCodec codec(new vpx_codec_ctx_t);
76 vpx_codec_dec_init(codec.get(), vpx_codec_vp9_dx(), &config, 0);
78 LOG(ERROR) << "Cannot initialize codec.";
82 return scoped_ptr<VideoDecoderVpx>(new VideoDecoderVpx(codec.Pass()));
330 VideoDecoderVpx::VideoDecoderVpx(ScopedVpxCodec codec) argument
[all...]
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dbytes.pxd165 # using the codec registered for encoding. encoding and errors
167 # unicode() built-in function. The codec to be used is looked up
168 # using the Python codec registry. Return NULL if an exception was
169 # raised by the codec.
173 # Decode a string object by passing it to the codec registered for
176 # in the string encode() method. The codec to be used is looked up
177 # using the Python codec registry. Return NULL if an exception was
178 # raised by the codec.
183 # codec registered for encoding and return a Python
186 # codec t
[all...]
H A Dstring.pxd165 # using the codec registered for encoding. encoding and errors
167 # unicode() built-in function. The codec to be used is looked up
168 # using the Python codec registry. Return NULL if an exception was
169 # raised by the codec.
173 # Decode a string object by passing it to the codec registered for
176 # in the string encode() method. The codec to be used is looked up
177 # using the Python codec registry. Return NULL if an exception was
178 # raised by the codec.
183 # codec registered for encoding and return a Python
186 # codec t
[all...]
/external/chromium_org/third_party/sqlite/src/test/
H A DmallocAll.test39 if {[sqlite3 -has-codec]} {
/external/chromium_org/third_party/webrtc/modules/media_file/source/
H A Dmedia_file_unittest.cc54 webrtc::CodecInst codec = {0, "L16", 16000, kPayloadSize, 1}; local
58 outfile.c_str(), webrtc::kFileFormatWavFile, codec));
/external/chromium_org/third_party/webrtc/modules/video_capture/include/
H A Dvideo_capture.h80 virtual int32_t ConfigureEncoder(const VideoCodec& codec,
141 const VideoCodec& codec) = 0;
/external/chromium_org/third_party/webrtc/video/
H A Dreceive_statistics_proxy.cc22 ViECodec* codec,
26 codec_(codec),
19 ReceiveStatisticsProxy(uint32_t ssrc, Clock* clock, ViERTP_RTCP* rtp_rtcp, ViECodec* codec, int channel) argument

Completed in 481 milliseconds

1234567891011>>