Home
last modified time | relevance | path

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

/packages/services/Car/cpp/computepipe/runner/input_manager/
DVideoDecoder.h71 void decoderThreadFunction();
DVideoDecoder.cpp89 mDecoderThead = std::make_unique<std::thread>(&VideoDecoder::decoderThreadFunction, this); in startDecoding()
194 void VideoDecoder::decoderThreadFunction() { in decoderThreadFunction() function in android::automotive::computepipe::runner::input_manager::VideoDecoder