Searched refs:ps_mem_size (Results 1 – 4 of 4) sorted by relevance
/hardware/intel/img/psb_video/src/ |
D | tng_hostcode.c | 158 context_ENC_mem_size *ps_mem_size = &(ctx->ctx_mem_size); in tng__alloc_context_buffer() local 177 ps_mem_size->writeback = tng_align_KB(COMM_WB_DATA_BUF_SIZE); in tng__alloc_context_buffer() 178 …tng__alloc_init_buffer(ps_driver_data, WB_FIFO_SIZE * ps_mem_size->writeback, psb_bt_cpu_vpu, &(ct… in tng__alloc_context_buffer() 192 ps_mem_size->pic_template = ps_mem_size->slice_template = in tng__alloc_context_buffer() 193 ps_mem_size->seq_header = tng_align_KB(TNG_HEADER_SIZE); in tng__alloc_context_buffer() 194 tng__alloc_init_buffer(ps_driver_data, ps_mem_size->seq_header, in tng__alloc_context_buffer() 198 tng__alloc_init_buffer(ps_driver_data, ps_mem_size->seq_header, in tng__alloc_context_buffer() 201 tng__alloc_init_buffer(ps_driver_data, 4 * ps_mem_size->pic_template, in tng__alloc_context_buffer() 204 tng__alloc_init_buffer(ps_driver_data, NUM_SLICE_TYPES * ps_mem_size->slice_template, in tng__alloc_context_buffer() 207 ps_mem_size->mtx_context = tng_align_KB(MTX_CONTEXT_SIZE); in tng__alloc_context_buffer() [all …]
|
D | tng_trace.c | 180 context_ENC_mem_size *ps_mem_size = &(ctx->ctx_mem_size); in apReconstructured_dump() local 220 context_ENC_mem_size *ps_mem_size = &(ctx->ctx_mem_size); in apColocated_dump() local 260 context_ENC_mem_size *ps_mem_size = &(ctx->ctx_mem_size); in apPV_dump() local 300 context_ENC_mem_size *ps_mem_size = &(ctx->ctx_mem_size); in apWritebackRegions_dump() local 396 context_ENC_mem_size *ps_mem_size = &(ctx->ctx_mem_size); in auui32SliceMap_dump() local 458 context_ENC_mem_size *ps_mem_size = &(ctx->ctx_mem_size); in pFirstPassOutParamAddr_dump() local 494 context_ENC_mem_size *ps_mem_size = &(ctx->ctx_mem_size); in pFirstPassOutBestMultipassParamAddr_dump() local 530 context_ENC_mem_size *ps_mem_size = &(ctx->ctx_mem_size); in pMBCtrlInParamsAddr_dump() local 566 context_ENC_mem_size *ps_mem_size = &(ctx->ctx_mem_size); in apAboveParams_dump() local 602 context_ENC_mem_size *ps_mem_size = &(ctx->ctx_mem_size); in aui32LTRefHeader_dump() local [all …]
|
D | tng_hostair.c | 235 context_ENC_mem_size *ps_mem_size = &(ctx->ctx_mem_size); in tng__map_inp_ctrl_buf() local 247 *ppsInpCtrlBuf += ui8SlotNumber * ps_mem_size->mb_ctrl_in_params; in tng__map_inp_ctrl_buf()
|
D | tng_jpegES.c | 502 context_ENC_mem_size *ps_mem_size = &(ctx->ctx_mem_size); in SetSetupInterface() local 505 &(ctx->bufs_writeback), 0, ps_mem_size->writeback); in SetSetupInterface() 537 context_ENC_mem_size *ps_mem_size = &(ctx->ctx_mem_size); in SetMTXSetup() local
|