OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mFileLength
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
AudioFileReaderThread.c
290
if ((theItem->
mFileLength
- theItem->mReadFilePosition) < theItem->mChunkSize)
291
dataChunkSize = theItem->
mFileLength
- theItem->mReadFilePosition;
323
theItem->mReadFilePosition = theItem->
mFileLength
;
385
if ((afm->
mFileLength
- afm->mReadFilePosition) < afm->mChunkSize)
386
dataChunkSize = afm->
mFileLength
- afm->mReadFilePosition;
477
if (pos < 0 || pos >= afm->
mFileLength
) {
479
(unsigned int)pos, (unsigned int)afm->
mFileLength
);
488
if (pos <= 0 || pos > afm->
mFileLength
) {
490
pos = afm->
mFileLength
;
493
afm->
mFileLength
= pos
[
all
...]
AudioFilePlayer.h
142
SInt64
mFileLength
;
Completed in 12 milliseconds