Home
last modified time | relevance | path

Searched refs:InitialLevel (Results 1 – 7 of 7) sorted by relevance

/hardware/intel/img/psb_video/src/
Dpnw_MPEG4ES.c257 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()
Dpnw_H263ES.c243 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()
Dpnw_H264ES.c305 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 …]
Dpnw_hostcode.h126 IMG_UINT32 InitialLevel; member
161 IMG_INT32 InitialLevel; /* Initial Level of Buffer */ member
Dpnw_hostcode.c1052 …EO_DEBUG_GENERAL, "psPicParams->sInParams.InitialLevel %d\n", psPicParams->sInParams.InitialLevel); in pnw_EndPicture()
1496 psPicParams->sInParams.InitialLevel = psRCParams->InitialLevel; in pnw__update_rcdata()
/hardware/intel/img/psb_video/src/mrst/
Dlnc_hostcode.h100 IMG_UINT32 InitialLevel; member
130 IMG_UINT32 InitialLevel; /* Initial Level of Buffer */ member
Dlnc_hostcode.c818 psRCParams->InitialLevel = (3 * psRCParams->BufferSize) >> 4; in lnc__setup_rcdata()
1110 psPicParams->sInParams.InitialLevel = psRCParams->InitialLevel; in lnc__update_rcdata()