Home
last modified time | relevance | path

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

/packages/services/Car/cpp/computepipe/runner/input_manager/
DVideoDecoder.h69 bool readDecodedFrame(int64_t frameTimeMicros);
DVideoDecoder.cpp219 if (readDecodedFrame(frameTimeMicros)) { in decoderThreadFunction()
297 bool VideoDecoder::readDecodedFrame(int64_t frameTimeMicros) { in readDecodedFrame() function in android::automotive::computepipe::runner::input_manager::VideoDecoder