Home | History | Annotate | Download | only in mrst

Lines Matching refs:bits_per_second

232         (ctx->sRCParams.BitsPerSecond != pSequenceParams->bits_per_second))
238 if (pSequenceParams->bits_per_second > TOPAZ_H264_MAX_BITRATE) {
240 drv_debug_msg(VIDEO_DEBUG_GENERAL, " bits_per_second(%d) exceeds \
242 pSequenceParams->bits_per_second,
245 ctx->sRCParams.BitsPerSecond = pSequenceParams->bits_per_second;
630 if (rate_control_param->bits_per_second > TOPAZ_H264_MAX_BITRATE) {
632 drv_debug_msg(VIDEO_DEBUG_GENERAL, " bits_per_second(%d) exceeds \
634 rate_control_param->bits_per_second,
637 bit_rate = rate_control_param->bits_per_second;
641 rate_control_param->bits_per_second);
643 if ((rate_control_param->bits_per_second == ctx->sRCParams.BitsPerSecond) &&