Searched refs:decoderThreadFunction (Results 1 – 2 of 2) sorted by relevance
/packages/services/Car/cpp/computepipe/runner/input_manager/ | ||
D | VideoDecoder.h | 71 void decoderThreadFunction(); |
D | VideoDecoder.cpp | 89 mDecoderThead = std::make_unique<std::thread>(&VideoDecoder::decoderThreadFunction, this); in startDecoding() |