• Home
  • Raw
  • Download

Lines Matching refs:ui8SlotsInUse

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()
3105 tng_cmdbuf_set_phys(psMtxEncContext->aui32WeightedPredictionVirtAddr, ctx->ui8SlotsInUse, in tng__setvideo_cmdbuf()
3114 tng_cmdbuf_set_phys(psMtxEncContext->aui32LTRefHeader, ctx->ui8SlotsInUse, in tng__setvideo_cmdbuf()
3130 tng_cmdbuf_set_phys(psMtxEncContext->pFirstPassOutParamAddr, ctx->ui8SlotsInUse, in tng__setvideo_cmdbuf()
3138 … tng_cmdbuf_set_phys(psMtxEncContext->pFirstPassOutBestMultipassParamAddr, ctx->ui8SlotsInUse, in tng__setvideo_cmdbuf()
3145 tng_cmdbuf_set_phys(psMtxEncContext->pMBCtrlInParamsAddr, ctx->ui8SlotsInUse, in tng__setvideo_cmdbuf()
3559 for (ui8SlotIdx = 0; ui8SlotIdx < ctx->ui8SlotsInUse; ui8SlotIdx++) in tng__set_headers()