Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dsimulcast_encoder_adapter_unittest.cc290 void InitRefCodec(int stream_index, VideoCodec* ref_codec) { in InitRefCodec() argument
291 *ref_codec = codec_; in InitRefCodec()
292 ref_codec->codecSpecific.VP8.numberOfTemporalLayers = in InitRefCodec()
294 ref_codec->width = codec_.simulcastStream[stream_index].width; in InitRefCodec()
295 ref_codec->height = codec_.simulcastStream[stream_index].height; in InitRefCodec()
296 ref_codec->maxBitrate = codec_.simulcastStream[stream_index].maxBitrate; in InitRefCodec()
297 ref_codec->minBitrate = codec_.simulcastStream[stream_index].minBitrate; in InitRefCodec()
298 ref_codec->qpMax = codec_.simulcastStream[stream_index].qpMax; in InitRefCodec()
303 VideoCodec ref_codec; in VerifyCodecSettings() local
306 InitRefCodec(0, &ref_codec); in VerifyCodecSettings()
[all …]