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

  /external/opencore/fileformats/mp3/parser/include/
mp3parser.h 108 int32 FrameLengthInBytes;
  /external/opencore/fileformats/mp3/parser/src/
mp3parser.cpp 858 MP3Utils::SeektoOffset(fpUsed, mp3ConfigInfo.FrameLengthInBytes - MP3_FRAME_HEADER_SIZE, Oscl_File::SEEKCUR);
860 frameDur = frameDur + (uint32)((OsclFloat) mp3ConfigInfo.FrameLengthInBytes * 8000.00f / mp3ConfigInfo.BitRate);
948 uint32 FrameLengthInBytes;
953 aMP3ConfigInfo.FrameLengthInBytes = 0;
    [all...]

Completed in 20 milliseconds