Home | History | Annotate | Download | only in src

Lines Matching refs:bits_per_second

250     if (psSeqParams->bits_per_second > TOPAZ_H263_MAX_BITRATE) {
252 drv_debug_msg(VIDEO_DEBUG_GENERAL, " bits_per_second(%d) exceeds \
254 psSeqParams->bits_per_second,
257 ctx->sRCParams.ui32BitsPerSecond = psSeqParams->bits_per_second;
405 rate_control_param->bits_per_second);
407 if ((rate_control_param->bits_per_second == psRCParams->ui32BitsPerSecond) &&
413 if (rate_control_param->bits_per_second > TOPAZ_H263_MAX_BITRATE) {
415 drv_debug_msg(VIDEO_DEBUG_GENERAL, " bits_per_second(%d) exceeds \
417 rate_control_param->bits_per_second,
420 psRCParams->ui32BitsPerSecond = rate_control_param->bits_per_second;
480 rate_control_param->bits_per_second);
482 if ((rate_control_param->bits_per_second == ctx->sRCParams.ui32BitsPerSecond) &&
490 if (rate_control_param->bits_per_second > TOPAZ_H264_MAX_BITRATE) {
492 drv_debug_msg(VIDEO_DEBUG_GENERAL, " bits_per_second(%d) exceeds \
494 rate_control_param->bits_per_second,
497 ctx->sRCParams.ui32BitsPerSecond = rate_control_param->bits_per_second;