Searched defs:codec_settings_ (Results 1 - 7 of 7) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/acm2/
H A Dacm_codec_database.h70 // codec_settings_ - stored codec settings: number of allowed packet sizes,
75 static const CodecSettings codec_settings_[kMaxNumCodecs]; member in class:webrtc::acm2::ACMCodecDB
H A Dacm_codec_database.cc116 const ACMCodecDB::CodecSettings ACMCodecDB::codec_settings_[] = { member in class:webrtc::acm2::ACMCodecDB
248 if (codec_settings_[codec_id].num_packet_sizes > 0) {
252 for (i = 0; i < codec_settings_[codec_id].num_packet_sizes; i++) {
254 codec_settings_[codec_id].packet_sizes_samples[i];
/external/webrtc/webrtc/modules/video_coding/codecs/test/
H A Dvideoprocessor_unittest.cc41 VideoCodec codec_settings_; member in class:webrtc::test::VideoProcessorTest
47 VideoCodingModule::Codec(kVideoCodecVP8, &codec_settings_);
48 config_.codec_settings = &codec_settings_;
H A Dvideoprocessor_integrationtest.cc112 VideoCodec codec_settings_; member in class:webrtc::VideoProcessorIntegrationTest
156 VideoCodingModule::Codec(kVideoCodecVP8, &codec_settings_);
160 VideoCodingModule::Codec(kVideoCodecVP9, &codec_settings_);
180 config_.codec_settings = &codec_settings_;
/external/webrtc/webrtc/
H A Dvideo_decoder.h118 VideoCodec codec_settings_; member in class:webrtc::VideoDecoderSoftwareFallbackWrapper
H A Dvideo_encoder.h163 VideoCodec codec_settings_; member in class:webrtc::VideoEncoderSoftwareFallbackWrapper
/external/webrtc/webrtc/video/
H A Dvideo_quality_test.h110 VideoCodecUnion codec_settings_; member in class:webrtc::VideoQualityTest

Completed in 71 milliseconds