Searched defs:mTimeUs (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.h65 int64_t mTimeUs; member in struct:android::SoftMPEG4Encoder::__anon656
/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DSoftAVCEncoder.h76 int64_t mTimeUs; member in struct:android::SoftAVCEncoder::__anon630
/frameworks/av/media/libstagefright/
H A DOggExtractor.cpp96 int64_t mTimeUs; member in struct:android::MyVorbisExtractor::TOCEntry
329 if (timeUs < entry.mTimeUs) {
331 } else if (timeUs > entry.mTimeUs) {
657 entry.mTimeUs = page.mGranulePosition * 1000000ll / mVi.rate;

Completed in 25 milliseconds