Searched refs:mVideoEncodeBufferMutex (Results 1 – 3 of 3) sorted by relevance
956 pthread_mutex_init(&(pComponentPrivate->mVideoEncodeBufferMutex), NULL); in OMX_ComponentInit()2836 if (pthread_mutex_lock(&(pComponentPrivate->mVideoEncodeBufferMutex)) != 0) in EmptyThisBuffer()2883 pthread_mutex_unlock(&(pComponentPrivate->mVideoEncodeBufferMutex)); in EmptyThisBuffer()2890 if (pthread_mutex_unlock(&(pComponentPrivate->mVideoEncodeBufferMutex)) != 0) in EmptyThisBuffer()2998 if (pthread_mutex_lock(&(pComponentPrivate->mVideoEncodeBufferMutex)) != 0) in FillThisBuffer()3013 pthread_mutex_unlock(&(pComponentPrivate->mVideoEncodeBufferMutex)); in FillThisBuffer()3020 if (pthread_mutex_unlock(&(pComponentPrivate->mVideoEncodeBufferMutex)) != 0) in FillThisBuffer()3221 &(pComponentPrivate->mVideoEncodeBufferMutex)); in ComponentDeInit()3223 nRet = pthread_mutex_destroy(&(pComponentPrivate->mVideoEncodeBufferMutex)); in ComponentDeInit()3228 pthread_mutex_unlock(&(pComponentPrivate->mVideoEncodeBufferMutex)); in ComponentDeInit()[all …]
2258 if (pthread_mutex_lock(&(pComponentPrivate->mVideoEncodeBufferMutex)) != 0) in OMX_VIDENC_Process_FreeOutBuf()2266 pthread_mutex_unlock(&(pComponentPrivate->mVideoEncodeBufferMutex)); in OMX_VIDENC_Process_FreeOutBuf()2274 if (pthread_mutex_unlock(&(pComponentPrivate->mVideoEncodeBufferMutex)) != 0) in OMX_VIDENC_Process_FreeOutBuf()2401 if (pthread_mutex_lock(&(pComponentPrivate->mVideoEncodeBufferMutex)) != 0) in OMX_VIDENC_Process_FilledInBuf()2409 pthread_mutex_unlock(&(pComponentPrivate->mVideoEncodeBufferMutex)); in OMX_VIDENC_Process_FilledInBuf()2421 if (pthread_mutex_unlock(&(pComponentPrivate->mVideoEncodeBufferMutex)) != 0) in OMX_VIDENC_Process_FilledInBuf()
623 pthread_mutex_t mVideoEncodeBufferMutex; member