/external/webrtc/webrtc/modules/video_coding/codecs/test/ |
D | videoprocessor_integrationtest.cc | 153 if (codec_type_ == kVideoCodecVP8) { in SetUpCodecConfig() 156 VideoCodingModule::Codec(kVideoCodecVP8, &codec_settings_); in SetUpCodecConfig() 187 case kVideoCodecVP8: in SetUpCodecConfig() 747 SetCodecParameters(&process_settings, kVideoCodecVP8, 0.0f, -1, 1, false, in TEST_F() 769 SetCodecParameters(&process_settings, kVideoCodecVP8, 0.05f, -1, 1, false, in TEST_F() 791 SetCodecParameters(&process_settings, kVideoCodecVP8, 0.1f, -1, 1, false, in TEST_F() 832 SetCodecParameters(&process_settings, kVideoCodecVP8, 0.0f, -1, 1, false, in TEST_F() 872 SetCodecParameters(&process_settings, kVideoCodecVP8, 0.0f, -1, 1, false, in TEST_F() 905 SetCodecParameters(&process_settings, kVideoCodecVP8, 0.0f, -1, 1, false, in TEST_F() 938 SetCodecParameters(&process_settings, kVideoCodecVP8, 0.0f, -1, 3, false, in TEST_F()
|
D | videoprocessor_unittest.cc | 47 VideoCodingModule::Codec(kVideoCodecVP8, &codec_settings_); in SetUp()
|
/external/webrtc/webrtc/video/ |
D | video_encoder_unittest.cc | 25 : fallback_wrapper_(kVideoCodecVP8, &fake_encoder_) {} in VideoEncoderSoftwareFallbackWrapperTest() 127 codec_.codecType = kVideoCodecVP8; in UtilizeFallbackEncoder() 145 codec_.codecType = kVideoCodecVP8; in FallbackFromEncodeRequest()
|
D | video_decoder.cc | 41 case kVideoCodecVP8: in CodecTypeToDecoderType()
|
D | video_send_stream.cc | 308 video_codec.codecType = kVideoCodecVP8; in ReconfigureVideoEncoder() 331 if (video_codec.codecType == kVideoCodecVP8) { in ReconfigureVideoEncoder() 339 if (video_codec.codecType == kVideoCodecVP8) { in ReconfigureVideoEncoder()
|
D | video_receive_stream.cc | 115 codec.codecType = kVideoCodecVP8; in CreateDecoderVideoCodec() 124 if (codec.codecType == kVideoCodecVP8) { in CreateDecoderVideoCodec()
|
D | video_encoder.cc | 41 case kVideoCodecVP8: in CodecToEncoderType()
|
D | video_decoder_unittest.cc | 22 : fallback_wrapper_(kVideoCodecVP8, &fake_decoder_) {} in VideoDecoderSoftwareFallbackWrapperTest()
|
D | vie_encoder.cc | 380 if (codec_type == webrtc::kVideoCodecVP8) { in DeliverFrame() 382 codec_specific_info.codecType = webrtc::kVideoCodecVP8; in DeliverFrame()
|
D | receive_statistics_proxy.cc | 201 if (codec_specific_info->codecType == kVideoCodecVP8) { in OnPreDecode()
|
D | vie_codec_unittest.cc | 18 video_codec->codecType = kVideoCodecVP8; in BuildVP8Codec()
|
/external/webrtc/webrtc/modules/video_coding/utility/ |
D | qp_parser.cc | 20 case kVideoCodecVP8: in GetQp()
|
/external/webrtc/webrtc/modules/video_coding/ |
D | codec_database.cc | 122 case kVideoCodecVP8: in Codec() 124 settings->codecType = kVideoCodecVP8; in Codec() 337 case kVideoCodecVP8: in RequiresEncoderReset() 581 case kVideoCodecVP8: in CreateDecoder()
|
D | encoded_frame.cc | 102 if (_codecSpecificInfo.codecType != kVideoCodecVP8) { in CopyCodecSpecific() 108 _codecSpecificInfo.codecType = kVideoCodecVP8; in CopyCodecSpecific()
|
D | media_optimization_unittest.cc | 135 media_opt_.SetEncodingData(kVideoCodecVP8, kCodecBitrateBps, kCodecBitrateBps, in TEST_F()
|
D | packet.cc | 116 codec = kVideoCodecVP8; in CopyCodecSpecifics()
|
D | video_sender_unittest.cc | 208 VideoCodingModule::Codec(kVideoCodecVP8, &settings_); in SetUp() 382 VideoCodingModule::Codec(kVideoCodecVP8, &codec); in MakeVp8VideoCodec()
|
D | frame_buffer.cc | 252 if (_codec == kVideoCodecVP8) { in PrepareForDecode()
|
/external/webrtc/talk/app/webrtc/java/jni/ |
D | androidmediaencoder_jni.cc | 60 using webrtc::kVideoCodecVP8; 347 if (codecType_ == kVideoCodecVP8) { in InitEncode() 924 if (codecType_ == kVideoCodecVP8) { in DeliverPendingOutputs() 961 if (codecType_ == kVideoCodecVP8 || codecType_ == kVideoCodecVP9) { in DeliverPendingOutputs() 967 if (codecType_ == kVideoCodecVP8 && scale_) { in DeliverPendingOutputs() 1093 supported_codecs_.push_back(VideoCodec(kVideoCodecVP8, "VP8", in MediaCodecVideoEncoderFactory()
|
D | androidmediadecoder_jni.cc | 65 using webrtc::kVideoCodecVP8; 355 case kVideoCodecVP8: in InitDecodeOnCodecThread() 826 supported_codec_types_.push_back(kVideoCodecVP8); in MediaCodecVideoDecoderFactory()
|
/external/webrtc/webrtc/modules/video_coding/test/ |
D | tester_main.cc | 49 args->codecType = kVideoCodecVP8; in ParseArguments()
|
D | video_rtp_play.cc | 44 kDefaultVp8PayloadType, "VP8", webrtc::kVideoCodecVP8)); in RtpPlay()
|
D | test_util.cc | 25 codecType(webrtc::kVideoCodecVP8), in CmdArgs()
|
/external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/ |
D | test_api_video.cc | 159 codec.codecType = kVideoCodecVP8; in TEST_F()
|
/external/webrtc/webrtc/ |
D | common_types.h | 631 kVideoCodecVP8, enumerator 729 if (ret && codecType == kVideoCodecVP8) {
|