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

/frameworks/av/include/media/stagefright/
H A DOMXCodec.h232 List<int64_t> mDecodingTimeList; member in struct:android::OMXCodec
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp2059 if (mDecodingTimeList.empty()) {
2066 List<int64_t>::iterator it = mDecodingTimeList.begin();
2068 mDecodingTimeList.erase(it);
3113 mDecodingTimeList.push_back(lastBufferTimeUs);

Completed in 36 milliseconds