HomeSort by relevance Sort by last modified time
    Searched refs:SEG_QUEUE_DEPTH (Results 1 - 2 of 2) sorted by null

  /external/sonivox/arm-wt-22k/lib_src/
jet_data.h 137 #define SEG_QUEUE_DEPTH 3
141 S_JET_SEGMENT segQueue[SEG_QUEUE_DEPTH];
jet.c 147 if (++seg_num == SEG_QUEUE_DEPTH)
449 for (index = 0; index < SEG_QUEUE_DEPTH; index++)
634 /* if less than SEG_QUEUE_DEPTH segments queued up, prepare file for playback */
635 if (++easHandle->jetHandle->numQueuedSegments < SEG_QUEUE_DEPTH)
671 for (index = 0; index < SEG_QUEUE_DEPTH; index++)
710 for (index = 0; index < SEG_QUEUE_DEPTH; index++)
    [all...]

Completed in 126 milliseconds