Searched refs:stopOnSyncSample (Results 1 – 2 of 2) sorted by relevance
102 void MediaTrackTranscoder::stop(bool stopOnSyncSample) { in stop() argument105 if (mState == STARTED || (mStopRequest == STOP_ON_SYNC && !stopOnSyncSample)) { in stop()106 mStopRequest = stopOnSyncSample ? STOP_ON_SYNC : STOP_NOW; in stop()
79 void stop(bool stopOnSyncSample = false);