Home
last modified time | relevance | path

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

/frameworks/av/include/media/stagefright/
DOMXCodec.h232 List<int64_t> mDecodingTimeList; member
/frameworks/av/media/libstagefright/
DOMXCodec.cpp2192 if (mDecodingTimeList.empty()) { in getDecodingTimeUs()
2199 List<int64_t>::iterator it = mDecodingTimeList.begin(); in getDecodingTimeUs()
2201 mDecodingTimeList.erase(it); in getDecodingTimeUs()
3221 mDecodingTimeList.push_back(lastBufferTimeUs); in drainInputBuffer()