Home
last modified time | relevance | path

Searched defs:mFirstFramePos (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/av/media/module/extractors/mp3/include/
H A DMP3Extractor.h51 off64_t mFirstFramePos = -1; variable
/aosp_15_r20/frameworks/av/media/module/extractors/mp3/
H A DMP3Extractor.cpp232 off64_t mFirstFramePos = 0; member in android::MP3Source