Searched refs:audioThread (Results 1 – 4 of 4) sorted by relevance
244 audioThread = make_unique<thread>(&AVCodecE2EDemo::WriteAudioTrack, this); in Start()255 if (audioThread) { in WaitForEOS()256 audioThread->join(); in WaitForEOS()
262 audioThread = make_unique<thread>(&AVCodecE2EDemoAPI10::WriteAudioTrack, this); in Start()273 if (audioThread) { in WaitForEOS()274 audioThread->join(); in WaitForEOS()
49 std::unique_ptr<std::thread> audioThread; variable