Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dtng_hostcode.c882 IMG_UINT32 ui32FrameIdx = ctx->ui32FrameCount[ui32StreamIndex]; in tng__provide_buffer_BFrames() local
885 getFrameDpyOrder(ui32FrameIdx, psRCParams->ui16BFrames, ctx->ui32IntraCnt, in tng__provide_buffer_BFrames()
892 …__FUNCTION__, (int)ui32FrameIdx, (int)psRCParams->ui16BFrames, (int)psRCParams->ui32IntraFreq, ctx… in tng__provide_buffer_BFrames()
898 if (ui32FrameIdx < ui32SlotBuf) { in tng__provide_buffer_BFrames()
899 if (ui32FrameIdx == 0) { in tng__provide_buffer_BFrames()
901 } else if (ui32FrameIdx == 1) { in tng__provide_buffer_BFrames()
908 slot_index = ui32FrameIdx - 1; in tng__provide_buffer_BFrames()
920 IMG_UINT32 ui32FrameIdx = ctx->ui32FrameCount[ui32StreamIndex]; in tng__provide_buffer_PFrames() local
924 __FUNCTION__, (int)ui32FrameIdx, ctx->ui8SlotsInUse, ui32FrameIdx); in tng__provide_buffer_PFrames()
926 tng_send_source_frame(ctx, ctx->ui8SlotsCoded, ui32FrameIdx); in tng__provide_buffer_PFrames()
[all …]