Searched refs:mStopRequest (Results 1 – 5 of 5) sorted by relevance
22 private boolean mStopRequest; field in CPULoadThread25 mStopRequest = false; in CPULoadThread()46 mStopRequest = true; in issueStopRequest()55 if (mStopRequest) { in run()
113 while (mStopRequest != STOP_NOW && !eosReached) { in runTranscodeLoop()119 if (mStopRequest == STOP_NOW) { in runTranscodeLoop()147 if (mStopRequest == STOP_ON_SYNC && info.flags & SAMPLE_FLAG_SYNC_SAMPLE) { in runTranscodeLoop()152 if (mStopRequest != NONE && !eosReached) { in runTranscodeLoop()159 if (mStopRequest == STOP_NOW) { in abortTranscodeLoop()
105 if (mState == STARTED || (mStopRequest == STOP_ON_SYNC && !stopOnSyncSample)) { in stop()106 mStopRequest = stopOnSyncSample ? STOP_ON_SYNC : STOP_NOW; in stop()
621 while (mStopRequest != STOP_NOW && !mEosFromEncoder && mStatus == AMEDIA_OK) { in runTranscodeLoop()625 if (mStopRequest == STOP_ON_SYNC && mLastSampleWasSync) { in runTranscodeLoop()634 if (mStopRequest != NONE && !mEosFromEncoder && mStatus == AMEDIA_OK) { in runTranscodeLoop()642 if (mStopRequest == STOP_NOW) { in abortTranscodeLoop()
133 std::atomic<StopRequest> mStopRequest = NONE; variable