Searched refs:mDecoderThread (Results 1 – 5 of 5) sorted by relevance
140 if (mDecoderThread.IsRunning() && !mDecoderTaskRunner->RunsTasksInCurrentSequence()) { in ~DecodeComponent()143 mDecoderThread.Stop(); in ~DecodeComponent()158 if (!mDecoderThread.Start()) { in start()162 mDecoderTaskRunner = mDecoderThread.task_runner(); in start()222 if (mDecoderThread.IsRunning()) { in stop()225 mDecoderThread.Stop(); in stop()258 if (mDecoderThread.IsRunning()) { in release()261 mDecoderThread.Stop(); in release()295 if (!mDecoderThread.IsRunning()) { in setListener_vb()
98 private Thread mDecoderThread; field in SampleTunerTvInputService.TvInputSessionImpl117 if (mDecoderThread != null) { in onRelease()118 mDecoderThread.interrupt(); in onRelease()119 mDecoderThread = null; in onRelease()176 mDecoderThread = in onTune()180 mDecoderThread.start(); in onTune()
93 private final Thread mDecoderThread; field in MediaDecoder142 mDecoderThread = new Thread(this); in MediaDecoder()173 mDecoderThread.start(); in start()183 mDecoderThread.interrupt(); in stop()
69 private DecoderThread mDecoderThread; field in VideoManager158 mDecoderThread.exit(); in stop()209 mDecoderThread = new DecoderThread(); in startDecoding()210 mDecoderThread.start(); in startDecoding()
141 ::base::Thread mDecoderThread{"DecodeComponentDecoderThread"};