Home
last modified time | relevance | path

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

/frameworks/av/libvideoeditor/lvpp/
DVideoEditorPreviewController.cpp61 mSemThreadWait(NULL) { in VideoEditorPreviewController()
604 M4OSA_semaphoreOpen(&mSemThreadWait, 1); in startPreview()
648 if (mSemThreadWait != NULL) { in stopPreview()
649 err = M4OSA_semaphorePost(mSemThreadWait); in stopPreview()
671 if(mSemThreadWait != NULL) { in stopPreview()
672 err = M4OSA_semaphoreClose(mSemThreadWait); in stopPreview()
674 mSemThreadWait = NULL; in stopPreview()
1134 if (pController->mSemThreadWait != NULL) { in threadProc()
1135 err = M4OSA_semaphoreWait(pController->mSemThreadWait, in threadProc()
1141 if (pController->mSemThreadWait != NULL) { in threadProc()
[all …]
DVideoEditorPreviewController.h121 M4OSA_Context mSemThreadWait; variable