Home
last modified time | relevance | path

Searched refs:uiCbrBufferTenths (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/img/psb_video/src/
Dtng_MPEG4ES.c270 if (!ctx->uiCbrBufferTenths) in tng__MPEG4ES_process_sequence_param()
271 ctx->uiCbrBufferTenths = TOPAZHP_DEFAULT_uiCbrBufferTenths; in tng__MPEG4ES_process_sequence_param()
273 if (ctx->uiCbrBufferTenths) { in tng__MPEG4ES_process_sequence_param()
274 …>ui32BufferSize = (IMG_UINT32)(psRCParams->ui32BitsPerSecond * ctx->uiCbrBufferTenths / 10.0); in tng__MPEG4ES_process_sequence_param()
Dtng_H263ES.c260 if (!ctx->uiCbrBufferTenths) in tng__H263ES_process_sequence_param()
261 ctx->uiCbrBufferTenths = TOPAZHP_DEFAULT_uiCbrBufferTenths; in tng__H263ES_process_sequence_param()
263 if (ctx->uiCbrBufferTenths) { in tng__H263ES_process_sequence_param()
264 …>ui32BufferSize = (IMG_UINT32)(psRCParams->ui32BitsPerSecond * ctx->uiCbrBufferTenths / 10.0); in tng__H263ES_process_sequence_param()
Dtng_H264ES.c275 ctx->uiCbrBufferTenths = psMiscRcParams->window_size / 100; in tng__H264ES_process_misc_ratecontrol_param()
291 if (ctx->uiCbrBufferTenths) { in tng__H264ES_process_misc_ratecontrol_param()
292 …rams->ui32BufferSize = (IMG_UINT32)(psRCParams->ui32BitsPerSecond * ctx->uiCbrBufferTenths / 10.0); in tng__H264ES_process_misc_ratecontrol_param()
302 __FUNCTION__, ctx->uiCbrBufferTenths, psRCParams->ui32BufferSize); in tng__H264ES_process_misc_ratecontrol_param()
Dtng_hostcode.h287 IMG_UINT uiCbrBufferTenths; //TOPAZHP_DEFAULT_uiCbrBufferTenths member
Dtng_hostcode.c765 ctx->uiCbrBufferTenths = TOPAZHP_DEFAULT_uiCbrBufferTenths; in tng__init_context()