Home
last modified time | relevance | path

Searched refs:mStarted (Results 1 – 6 of 6) sorted by relevance

/hardware/google/av/media/codecs/mpeg4_h263/
DC2SoftMpeg4Enc.cpp239 mStarted(false), in C2SoftMpeg4Enc()
270 if (!mStarted) { in onStop()
276 mStarted = false; in onStop()
372 if (mStarted) { in initEncoder()
395 mStarted = true; in initEncoder()
412 if (!mStarted && C2_OK != initEncoder()) { in process()
DC2SoftMpeg4Enc.h58 bool mStarted; member
/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/include/hwc2onfbadapter/
DHWC2OnFbAdapter.h120 bool mStarted{false};
/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/
DHWC2OnFbAdapter.cpp846 mStarted = true; in start()
853 mStarted = false; in stop()
877 if (!mStarted) { in vsyncLoop()
883 mCondition.wait(lock, [this] { return mCallbackEnabled || !mStarted; }); in vsyncLoop()
884 if (!mStarted) { in vsyncLoop()
/hardware/google/av/media/codecs/avc/
DC2SoftAvcEnc.cpp373 mStarted(false), in C2SoftAvcEnc()
840 CHECK(!mStarted); in initEncoder()
1057 mStarted = true; in initEncoder()
1068 if (!mStarted) { in releaseEncoder()
1101 mStarted = false; in releaseEncoder()
DC2SoftAvcEnc.h166 bool mStarted; member