Searched refs:ref_codec (Results 1 – 1 of 1) sorted by relevance
290 void InitRefCodec(int stream_index, VideoCodec* ref_codec) { in InitRefCodec() argument291 *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() local306 InitRefCodec(0, &ref_codec); in VerifyCodecSettings()[all …]