Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dtng_hostcode.c169 ctx->ui8SlotsInUse = psRCParams->ui16BFrames + 2; in tng__alloc_context_buffer()
257 tng__alloc_init_buffer(ps_driver_data, ctx->ui8SlotsInUse * ps_mem_size->slice_map, in tng__alloc_context_buffer()
261 tng__alloc_init_buffer(ps_driver_data, ctx->ui8SlotsInUse * ps_mem_size->weighted_prediction, in tng__alloc_context_buffer()
266 tng__alloc_init_buffer(ps_driver_data, ctx->ui8SlotsInUse * ps_mem_size->lt_ref_header, in tng__alloc_context_buffer()
275 …tng__alloc_init_buffer(ps_driver_data, ctx->ui8SlotsInUse * ctx->ctx_mem_size.first_pass_out_param… in tng__alloc_context_buffer()
280 …tng__alloc_init_buffer(ps_driver_data, ctx->ui8SlotsInUse * ctx->ctx_mem_size.first_pass_out_best_… in tng__alloc_context_buffer()
285 tng__alloc_init_buffer(ps_driver_data, ctx->ui8SlotsInUse * ctx->ctx_mem_size.mb_ctrl_in_params, in tng__alloc_context_buffer()
924 __FUNCTION__, (int)ui32FrameIdx, ctx->ui8SlotsInUse, ui32FrameIdx); in tng__provide_buffer_PFrames()
2612 ctx->ui8SlotsInUse = psRCParams->ui16BFrames + 2; in tng__setvideo_params()
3100 tng_cmdbuf_set_phys(psMtxEncContext->aui32SliceMap, ctx->ui8SlotsInUse, in tng__setvideo_cmdbuf()
[all …]
Dtng_H264ES.c686 ctx->ui8SlotsInUse = ui32IPCount + 1; //Bframes + 2 in tng__H264ES_process_sequence_param()
731 psFrameInfo->slot_consume_dpy_order = (int *)malloc(ctx->ui8SlotsInUse * sizeof(int)); in tng__H264ES_process_sequence_param()
732 psFrameInfo->slot_consume_enc_order = (int *)malloc(ctx->ui8SlotsInUse * sizeof(int)); in tng__H264ES_process_sequence_param()
Dtng_hostcode.h366 IMG_UINT8 ui8SlotsInUse; // Number of source slots used member
Dtng_MPEG4ES.c295 ctx->ui8SlotsInUse = psRCParams->ui16BFrames + 2; in tng__MPEG4ES_process_sequence_param()
Dtng_H263ES.c283 ctx->ui8SlotsInUse = psRCParams->ui16BFrames + 2; in tng__H263ES_process_sequence_param()