Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dtng_hostcode.c874 static VAStatus tng__provide_buffer_BFrames(context_ENC_p ctx, IMG_UINT32 ui32StreamIndex) in tng__provide_buffer_BFrames() argument
882 IMG_UINT32 ui32FrameIdx = ctx->ui32FrameCount[ui32StreamIndex]; in tng__provide_buffer_BFrames()
884 if (ui32StreamIndex == 0) in tng__provide_buffer_BFrames()
918 VAStatus tng__provide_buffer_PFrames(context_ENC_p ctx, IMG_UINT32 ui32StreamIndex) in tng__provide_buffer_PFrames() argument
920 IMG_UINT32 ui32FrameIdx = ctx->ui32FrameCount[ui32StreamIndex]; in tng__provide_buffer_PFrames()
1210 static void tng__prepare_mv_estimates(context_ENC_p ctx, IMG_UINT32 ui32StreamIndex) in tng__prepare_mv_estimates() argument
1212 context_ENC_mem* ps_mem = &(ctx->ctx_mem[ui32StreamIndex]); in tng__prepare_mv_estimates()
1251 context_ENC_mem *ps_mem = &(ctx->ctx_mem[ui32StreamIndex]); in tng__prepare_mv_estimates()
1661 IMG_UINT32 ui32StreamIndex in tng__save_slice_params_template() argument
1665 context_ENC_mem *ps_mem = &(ctx->ctx_mem[ui32StreamIndex]); in tng__save_slice_params_template()
[all …]
Dtng_trace.h42 int apSliceParamsTemplates_dump(context_ENC_p ctx, IMG_UINT32 ui32StreamIndex, IMG_UINT32 ui32Slice…
Dtng_hostair.h37 IMG_UINT32 tng_fill_slice_map(context_ENC_p ctx, IMG_INT32 i32SlotNum, IMG_UINT32 ui32StreamIndex);
Dtng_trace.c336 int apSliceParamsTemplates_dump(context_ENC_p ctx, IMG_UINT32 ui32StreamIndex, IMG_UINT32 ui32Slice… in apSliceParamsTemplates_dump() argument
339 context_ENC_mem *ps_mem = &(ctx->ctx_mem[ui32StreamIndex]); in apSliceParamsTemplates_dump()
366 static int apPicHdrTemplates_dump(context_ENC_p ctx, IMG_UINT32 ui32StreamIndex, IMG_UINT32 count) in apPicHdrTemplates_dump() argument
369 context_ENC_mem *ps_mem = &(ctx->ctx_mem[ui32StreamIndex]); in apPicHdrTemplates_dump()
432 static int apSeqHeader_dump(context_ENC_p ctx, IMG_UINT32 ui32StreamIndex) in apSeqHeader_dump() argument
435 context_ENC_mem *ps_mem = &(ctx->ctx_mem[ui32StreamIndex]); in apSeqHeader_dump()
526 static int pMBCtrlInParamsAddr_dump(context_ENC_p ctx, IMG_UINT32 __maybe_unused ui32StreamIndex) in pMBCtrlInParamsAddr_dump() argument
Dtng_hostair.c89 IMG_UINT32 tng_fill_slice_map(context_ENC_p ctx, IMG_INT32 i32SlotNum, IMG_UINT32 ui32StreamIndex) in tng_fill_slice_map() argument
91 context_ENC_mem *ps_mem = &(ctx->ctx_mem[ui32StreamIndex]); in tng_fill_slice_map()
101 …EO_DEBUG_GENERAL, "%s: stream id = %d, addr = 0x%x\n", __FUNCTION__, ui32StreamIndex, ps_mem->bufs… in tng_fill_slice_map()