Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/itf/
DIOutputMixExt.cpp88 assert( /* 0 <= i && */ i < MAX_TRACK); in track_check()
198 assert(MAX_TRACK > i); in IOutputMixExt_FillBuffer()
346 for (i = 0; i < MAX_TRACK; ++i, ++track) { in IOutputMixExt_init()
399 assert(MAX_TRACK > i); in IOutputMixExt_checkAudioPlayerSourceSink()
/frameworks/wilhelm/src/
Ditfstruct.h437 #define MAX_TRACK 32 // see mActiveMask macro
451 Track mTracks[MAX_TRACK];