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

  /external/opencore/fileformats/mp3/parser/src/
mp3parser.cpp     [all...]
  /external/opencore/fileformats/id3parcom/src/
pv_id3_parcom.cpp 268 int32 currentFilePosn = 0;
271 currentFilePosn = iInputFile->Tell();
272 if (currentFilePosn == -1)
284 if (iInputFile->Seek(currentFilePosn, Oscl_File::SEEKSET) == -1)
304 if (iInputFile->Seek(currentFilePosn, Oscl_File::SEEKSET) == -1)
318 if (iInputFile->Seek(currentFilePosn, Oscl_File::SEEKSET) == -1)
    [all...]

Completed in 592 milliseconds