Searched refs:ui8SlotsInUse (Results 1 – 5 of 5) sorted by relevance
/hardware/intel/img/psb_video/src/ |
D | tng_hostcode.c | 169 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 …]
|
D | tng_H264ES.c | 686 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()
|
D | tng_hostcode.h | 366 IMG_UINT8 ui8SlotsInUse; // Number of source slots used member
|
D | tng_MPEG4ES.c | 295 ctx->ui8SlotsInUse = psRCParams->ui16BFrames + 2; in tng__MPEG4ES_process_sequence_param()
|
D | tng_H263ES.c | 283 ctx->ui8SlotsInUse = psRCParams->ui16BFrames + 2; in tng__H263ES_process_sequence_param()
|