Searched refs:nextIdx (Results 1 – 1 of 1) sorted by relevance
247 s32 nextIdx = 1; // Index to control double buffer in LoadTexDataRL() local267 len[ nextIdx ] = OSRoundUp32B( fileInfo.length - offset ); in LoadTexDataRL()268 if ( len[ nextIdx ] > BUF_SIZE ) in LoadTexDataRL()270 len[ nextIdx ] = BUF_SIZE; in LoadTexDataRL()273 if ( len[ nextIdx ] > 0 ) in LoadTexDataRL()275 DVDReadAsync( &fileInfo, sReadBuf[ nextIdx ], (s32)len[ nextIdx ], offset, NULL ); in LoadTexDataRL()276 offset += len[ nextIdx ]; in LoadTexDataRL()285 nextIdx = (nextIdx == 0)? 1 : 0; in LoadTexDataRL()314 s32 nextIdx = 1; // Index to control double buffer in LoadTexDataLZ() local334 len[ nextIdx ] = OSRoundUp32B( fileInfo.length - offset ); in LoadTexDataLZ()[all …]