Home
last modified time | relevance | path

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

/frameworks/av/include/media/stagefright/
DOMXCodec.h353 int64_t getDecodingTimeUs();
/frameworks/av/media/libstagefright/
DOMXCodec.cpp2189 int64_t OMXCodec::getDecodingTimeUs() { in getDecodingTimeUs() function in android::OMXCodec
2360 int64_t decodingTimeUs = isCodecSpecific? 0: getDecodingTimeUs(); in on_message()