Home
last modified time | relevance | path

Searched refs:kVideoCodecVP9 (Results 1 – 20 of 20) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/codecs/test/
Dvideoprocessor_integrationtest.cc157 } else if (codec_type_ == kVideoCodecVP9) { in SetUpCodecConfig()
160 VideoCodingModule::Codec(kVideoCodecVP9, &codec_settings_); in SetUpCodecConfig()
200 case kVideoCodecVP9: in SetUpCodecConfig()
593 SetCodecParameters(&process_settings, kVideoCodecVP9, 0.0f, -1, 1, false, in TEST_F()
615 SetCodecParameters(&process_settings, kVideoCodecVP9, 0.05f, -1, 1, false, in TEST_F()
641 SetCodecParameters(&process_settings, kVideoCodecVP9, 0.0f, -1, 1, false, in TEST_F()
674 SetCodecParameters(&process_settings, kVideoCodecVP9, 0.0f, -1, 1, false, in TEST_F()
697 SetCodecParameters(&process_settings, kVideoCodecVP9, 0.0f, -1, 1, false, in TEST_F()
721 SetCodecParameters(&process_settings, kVideoCodecVP9, 0.0f, -1, 1, false, in TEST_F()
/external/webrtc/webrtc/modules/video_coding/
Dcodec_database.cc137 case kVideoCodecVP9: in Codec()
139 settings->codecType = kVideoCodecVP9; in Codec()
344 case kVideoCodecVP9: in RequiresEncoderReset()
583 case kVideoCodecVP9: in CreateDecoder()
Dencoded_frame.cc129 if (_codecSpecificInfo.codecType != kVideoCodecVP9) { in CopyCodecSpecific()
137 _codecSpecificInfo.codecType = kVideoCodecVP9; in CopyCodecSpecific()
Dpacket.cc128 codec = kVideoCodecVP9; in CopyCodecSpecifics()
Ddecoding_state.cc267 return frame->CodecSpecific()->codecType == kVideoCodecVP9 && in UsingFlexibleMode()
Dvideo_sender.cc111 } else if (sendCodec->codecType == kVideoCodecVP9) { in RegisterSendCodec()
Dgeneric_encoder.cc42 case kVideoCodecVP9: { in CopyCodecSpecific()
Djitter_buffer_unittest.cc40 packet_.codec = kVideoCodecVP9; in SetUp()
876 packet_->codec = kVideoCodecVP9; in TEST_F()
929 packet_->codec = kVideoCodecVP9; in TEST_F()
1005 packet_->codec = kVideoCodecVP9; in TEST_F()
/external/webrtc/webrtc/video/
Dvideo_send_stream.cc310 video_codec.codecType = kVideoCodecVP9; in ReconfigureVideoEncoder()
333 } else if (video_codec.codecType == kVideoCodecVP9) { in ReconfigureVideoEncoder()
347 } else if (video_codec.codecType == kVideoCodecVP9) { in ReconfigureVideoEncoder()
381 if (video_codec.codecType == kVideoCodecVP9) { in ReconfigureVideoEncoder()
Dvideo_decoder.cc43 case kVideoCodecVP9: in CodecTypeToDecoderType()
Dvideo_receive_stream.cc117 codec.codecType = kVideoCodecVP9; in CreateDecoderVideoCodec()
126 } else if (codec.codecType == kVideoCodecVP9) { in CreateDecoderVideoCodec()
Dvideo_encoder.cc43 case kVideoCodecVP9: in CodecToEncoderType()
Dvideo_send_stream_tests.cc1555 VideoCodecConfigObserver<VideoCodecVP9> test(kVideoCodecVP9, "VP9"); in TEST_F()
/external/webrtc/webrtc/modules/video_coding/test/
Dtester_main.cc51 args->codecType = kVideoCodecVP9; in ParseArguments()
/external/webrtc/talk/app/webrtc/java/jni/
Dandroidmediaencoder_jni.cc61 using webrtc::kVideoCodecVP9;
343 scale_ = (codecType_ != kVideoCodecVP9) && (webrtc::field_trial::FindFullName( in InitEncode()
932 } else if (codecType_ == kVideoCodecVP9) { in DeliverPendingOutputs()
961 if (codecType_ == kVideoCodecVP8 || codecType_ == kVideoCodecVP9) { in DeliverPendingOutputs()
1103 supported_codecs_.push_back(VideoCodec(kVideoCodecVP9, "VP9", in MediaCodecVideoEncoderFactory()
Dandroidmediadecoder_jni.cc66 using webrtc::kVideoCodecVP9;
358 case kVideoCodecVP9: in InitDecodeOnCodecThread()
837 supported_codec_types_.push_back(kVideoCodecVP9); in MediaCodecVideoDecoderFactory()
/external/webrtc/webrtc/
Dcommon_types.h632 kVideoCodecVP9, enumerator
/external/webrtc/talk/media/webrtc/
Dwebrtcvideoengine2.cc1832 return webrtc::kVideoCodecVP9; in CodecTypeFromName()
1860 } else if (type == webrtc::kVideoCodecVP9) { in CreateVideoEncoder()
2311 if (type == webrtc::kVideoCodecVP9) { in CreateOrReuseVideoDecoder()
Dwebrtcvideoengine2_unittest.cc403 encoder_factory.AddSupportedVideoCodecType(webrtc::kVideoCodecVP9, "VP9"); in TEST_F()
1759 encoder_factory_.AddSupportedVideoCodecType(webrtc::kVideoCodecVP9, "VP9"); in Vp9SettingsTest()
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc554 codec_specific->codecType = kVideoCodecVP9; in PopulateCodecSpecific()