HomeSort by relevance Sort by last modified time
    Searched refs:uiCbrBufferTenths (Results 1 - 5 of 5) sorted by null

  /hardware/intel/img/psb_video/src/
tng_MPEG4ES.c 270 if (!ctx->uiCbrBufferTenths)
271 ctx->uiCbrBufferTenths = TOPAZHP_DEFAULT_uiCbrBufferTenths;
273 if (ctx->uiCbrBufferTenths) {
274 psRCParams->ui32BufferSize = (IMG_UINT32)(psRCParams->ui32BitsPerSecond * ctx->uiCbrBufferTenths / 10.0);
tng_H263ES.c 260 if (!ctx->uiCbrBufferTenths)
261 ctx->uiCbrBufferTenths = TOPAZHP_DEFAULT_uiCbrBufferTenths;
263 if (ctx->uiCbrBufferTenths) {
264 psRCParams->ui32BufferSize = (IMG_UINT32)(psRCParams->ui32BitsPerSecond * ctx->uiCbrBufferTenths / 10.0);
tng_H264ES.c 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);
    [all...]
tng_hostcode.h 287 IMG_UINT uiCbrBufferTenths; //TOPAZHP_DEFAULT_uiCbrBufferTenths
tng_hostcode.c 765 ctx->uiCbrBufferTenths = TOPAZHP_DEFAULT_uiCbrBufferTenths;
    [all...]

Completed in 69 milliseconds