Home | History | Annotate | Download | only in webrtc

Lines Matching refs:max_qp

353   int max_qp = kDefaultQpMax;
354 codec.GetParam(kCodecParamMaxQuantization, &max_qp);
357 num_streams, codec.width, codec.height, max_bitrate_bps, max_qp,
391 int max_qp = kDefaultQpMax;
392 codec.GetParam(kCodecParamMaxQuantization, &max_qp);
393 stream.max_qp = max_qp;