Home
last modified time | relevance | path

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

/frameworks/av/libvideoeditor/lvpp/
DVideoEditorPreviewController.cpp56 mOverlayState(OVERLAY_CLEAR), in VideoEditorPreviewController()
147 mOverlayState = OVERLAY_CLEAR; in ~VideoEditorPreviewController()
1192 if ((pController->mOverlayState == OVERLAY_UPDATE) && in notify()
1200 pController->mOverlayState == OVERLAY_CLEAR; in notify()
1285 pController->mOverlayState = OVERLAY_UPDATE; in notify()
1289 pController->mOverlayState = OVERLAY_CLEAR; in notify()
DVideoEditorPreviewController.h114 OverlayState mOverlayState; variable