Home
last modified time | relevance | path

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

/external/opencore/fileformats/id3parcom/include/
Dpv_id3_parcom.h268 return iByteOffsetToStartOfAudioFrames; in GetByteOffsetToStartOfAudioFrames()
897 uint32 iByteOffsetToStartOfAudioFrames; variable
/external/opencore/fileformats/id3parcom/src/
Dpv_id3_parcom.cpp88 iByteOffsetToStartOfAudioFrames(0), in PVID3ParCom()
317 iByteOffsetToStartOfAudioFrames = 0; in ParseID3Tag()
585 aTagSize = iByteOffsetToStartOfAudioFrames; in IsID3V2Present()
594 aTagSize = iByteOffsetToStartOfAudioFrames; in IsID3V2Present()
1048 iByteOffsetToStartOfAudioFrames = in ReadHeaderID3V2()
1052iByteOffsetToStartOfAudioFrames += ID3V2_TAG_NUM_BYTES_HEADER; //header & footer are of same size. in ReadHeaderID3V2()
1056 iByteOffsetToStartOfAudioFrames = 0; in ReadHeaderID3V2()