Home | History | Annotate | Download | only in src

Lines Matching refs:uiCbrBufferTenths

275         ctx->uiCbrBufferTenths = psMiscRcParams->window_size / 100;
291 if (ctx->uiCbrBufferTenths) {
292 psRCParams->ui32BufferSize = (IMG_UINT32)(psRCParams->ui32BitsPerSecond * ctx->uiCbrBufferTenths / 10.0);
301 "%s ctx->uiCbrBufferTenths = %d, psRCParams->ui32BufferSize = %d\n",
302 __FUNCTION__, ctx->uiCbrBufferTenths, psRCParams->ui32BufferSize);