Searched refs:i32InitialLevel (Results 1 – 7 of 7) sorted by relevance
309 psRCParams->i32InitialLevel = (3 * psRCParams->ui32BufferSize) >> 4; in tng__H264ES_process_misc_ratecontrol_param()313 …psRCParams->i32InitialLevel = ((psRCParams->i32InitialLevel + ui32BitsPerFrame / 2) / ui32BitsPerF… in tng__H264ES_process_misc_ratecontrol_param()314 psRCParams->i32InitialLevel = tng__max(psRCParams->i32InitialLevel, ui32BitsPerFrame); in tng__H264ES_process_misc_ratecontrol_param()315 psRCParams->i32InitialDelay = psRCParams->ui32BufferSize - psRCParams->i32InitialLevel; in tng__H264ES_process_misc_ratecontrol_param()
429 IMG_INT32 i32InitialLevel; member465 IMG_INT32 i32InitialLevel; //!< Initial Level of Buffer member
283 psRCParams->i32InitialLevel = (3 * psRCParams->ui32BufferSize) >> 4; in tng__MPEG4ES_process_sequence_param()
273 psRCParams->i32InitialLevel = (3 * psRCParams->ui32BufferSize) >> 4; in tng__H263ES_process_sequence_param()
1345 psRCParams->i32InitialLevel = ctx->buffer_size - ctx->initial_buffer_fullness; in tng__setup_rcdata()1634 psPicParams->sInParams.i32InitialLevel = psRCParams->i32InitialLevel; in tng__setup_rcdata()1642 (psPicParams->sInParams.i32BufferSize - psPicParams->sInParams.i32InitialLevel); in tng__setup_rcdata()
640 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t\t i32InitialLevel=%d\n", data->sInParams.i32InitialLevel); in SETVIDEO_dump()
853 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t\t i32InitialLevel=%d\n", data->sInParams.i32InitialLevel); in tng_trace_setvideo()