Home | History | Annotate | Download | only in mrst

Lines Matching refs:bits_per_second

206         (ctx->sRCParams.BitsPerSecond != pSequenceParams->bits_per_second))
209 if (pSequenceParams->bits_per_second > TOPAZ_H263_MAX_BITRATE) {
211 drv_debug_msg(VIDEO_DEBUG_GENERAL, " bits_per_second(%d) exceeds \
213 pSequenceParams->bits_per_second,
216 ctx->sRCParams.BitsPerSecond = pSequenceParams->bits_per_second;
457 rate_control_param->bits_per_second);
459 if (rate_control_param->bits_per_second == ctx->sRCParams.BitsPerSecond)
464 if (rate_control_param->bits_per_second > TOPAZ_H263_MAX_BITRATE) {
466 drv_debug_msg(VIDEO_DEBUG_GENERAL, " bits_per_second(%d) exceeds \
468 rate_control_param->bits_per_second,
471 ctx->sRCParams.BitsPerSecond = rate_control_param->bits_per_second;