Searched refs:InitialLevel (Results 1 – 7 of 7) sorted by relevance
257 ctx->sRCParams.InitialLevel = (3 * ctx->sRCParams.BufferSize) >> 4; in pnw__MPEG4ES_process_sequence_param()259 ctx->sRCParams.InitialLevel += (frame_size / 2); in pnw__MPEG4ES_process_sequence_param()260 ctx->sRCParams.InitialLevel /= frame_size; in pnw__MPEG4ES_process_sequence_param()261 ctx->sRCParams.InitialLevel *= frame_size; in pnw__MPEG4ES_process_sequence_param()262 ctx->sRCParams.InitialDelay = ctx->sRCParams.BufferSize - ctx->sRCParams.InitialLevel; in pnw__MPEG4ES_process_sequence_param()
243 ctx->sRCParams.InitialLevel = (3 * ctx->sRCParams.BufferSize) >> 4; in pnw__H263ES_process_sequence_param()245 ctx->sRCParams.InitialLevel += (frame_size / 2); in pnw__H263ES_process_sequence_param()246 ctx->sRCParams.InitialLevel /= frame_size; in pnw__H263ES_process_sequence_param()247 ctx->sRCParams.InitialLevel *= frame_size; in pnw__H263ES_process_sequence_param()248 ctx->sRCParams.InitialDelay = ctx->sRCParams.BufferSize - ctx->sRCParams.InitialLevel; in pnw__H263ES_process_sequence_param()
305 ctx->sRCParams.InitialLevel = ctx->buffer_size - ctx->initial_buffer_fullness; in pnw__H264ES_process_sequence_param()312 ctx->sRCParams.InitialLevel = (3 * ctx->sRCParams.BufferSize) >> 4; in pnw__H264ES_process_sequence_param()314 ctx->sRCParams.InitialLevel += (frame_size / 2); in pnw__H264ES_process_sequence_param()315 ctx->sRCParams.InitialLevel /= frame_size; in pnw__H264ES_process_sequence_param()316 ctx->sRCParams.InitialLevel *= frame_size; in pnw__H264ES_process_sequence_param()317 ctx->sRCParams.InitialDelay = ctx->buffer_size - ctx->sRCParams.InitialLevel; in pnw__H264ES_process_sequence_param()1136 ctx->sRCParams.InitialLevel = (3 * ctx->sRCParams.BufferSize) >> 4; in pnw__H264ES_process_misc_param()1137 ctx->sRCParams.InitialLevel += (frame_size / 2); in pnw__H264ES_process_misc_param()1138 ctx->sRCParams.InitialLevel /= frame_size; in pnw__H264ES_process_misc_param()1139 ctx->sRCParams.InitialLevel *= frame_size; in pnw__H264ES_process_misc_param()[all …]
126 IMG_UINT32 InitialLevel; member161 IMG_INT32 InitialLevel; /* Initial Level of Buffer */ member
1052 …EO_DEBUG_GENERAL, "psPicParams->sInParams.InitialLevel %d\n", psPicParams->sInParams.InitialLevel); in pnw_EndPicture()1496 psPicParams->sInParams.InitialLevel = psRCParams->InitialLevel; in pnw__update_rcdata()
100 IMG_UINT32 InitialLevel; member130 IMG_UINT32 InitialLevel; /* Initial Level of Buffer */ member
818 psRCParams->InitialLevel = (3 * psRCParams->BufferSize) >> 4; in lnc__setup_rcdata()1110 psPicParams->sInParams.InitialLevel = psRCParams->InitialLevel; in lnc__update_rcdata()