Home | History | Annotate | Download | only in src

Lines Matching refs:slot_index

878     int slot_index = 0;
888 slot_index = psFrameInfo->last_slot;
902 slot_index = 1;
904 tng_send_source_frame(ctx, slot_index, slot_index);
905 ++slot_index;
906 } while(slot_index < i32SlotBuf);
908 slot_index = ui32FrameIdx - 1;
909 tng_send_source_frame(ctx, slot_index, slot_index);
912 tng_send_source_frame(ctx, slot_index , display_order);