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)
455 for (index = 0; index < SEG_QUEUE_DEPTH; index++)
640 /* if less than SEG_QUEUE_DEPTH segments queued up, prepare file for playback */
641 if (++easHandle->jetHandle->numQueuedSegments < SEG_QUEUE_DEPTH)
677 for (index = 0; index < SEG_QUEUE_DEPTH; index++)
716 for (index = 0; index < SEG_QUEUE_DEPTH; index++)
    [all...]

Completed in 112 milliseconds