Home
last modified time | relevance | path

Searched refs:mStopPending (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/libvideoeditor/lvpp/
DVideoEditorSRC.cpp47 mStopPending = false; in VideoEditorSRC()
144 if (mStopPending) { in read()
146 mStopPending = false; in read()
245 mStopPending = true; in getNextBuffer()
DVideoEditorSRC.h69 bool mStopPending; variable