Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dtng_hostcode.c878 int slot_index = 0; in tng__provide_buffer_BFrames() local
888 slot_index = psFrameInfo->last_slot; in tng__provide_buffer_BFrames()
902 slot_index = 1; in tng__provide_buffer_BFrames()
904 tng_send_source_frame(ctx, slot_index, slot_index); in tng__provide_buffer_BFrames()
905 ++slot_index; in tng__provide_buffer_BFrames()
906 } while(slot_index < i32SlotBuf); in tng__provide_buffer_BFrames()
908 slot_index = ui32FrameIdx - 1; in tng__provide_buffer_BFrames()
909 tng_send_source_frame(ctx, slot_index, slot_index); in tng__provide_buffer_BFrames()
912 tng_send_source_frame(ctx, slot_index , display_order); in tng__provide_buffer_BFrames()