HomeSort by relevance Sort by last modified time
    Searched full:m_lock (Results 51 - 61 of 61) sorted by null

1 23

  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp 598 pthread_mutex_init(&m_lock, NULL);
710 pthread_mutex_destroy(&m_lock);
769 pthread_mutex_lock(&pThis->m_lock);
788 pthread_mutex_unlock(&pThis->m_lock);
    [all...]
omx_vdec_msm8974.cpp 665 pthread_mutex_init(&m_lock, NULL);
790 pthread_mutex_destroy(&m_lock);
854 pthread_mutex_lock(&pThis->m_lock);
873 pthread_mutex_unlock(&pThis->m_lock);
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Utils.c 543 if(pTempCBuffer->m_lock != NULL) {
544 free(pTempCBuffer->m_lock);
545 pTempCBuffer->m_lock = NULL;
547 OMX_MALLOC_STRUCT(pTempCBuffer->m_lock, pthread_mutex_t,pComponentPrivate->nMemUsage[VIDDDEC_Enum_MemLevel3]);
548 /*pTempCBuffer->m_lock = malloc(sizeof(pthread_mutex_t));*/
549 pthread_mutex_init(pTempCBuffer->m_lock, NULL);
581 if(pthread_mutex_lock(pTempCBuffer->m_lock) != 0) {
594 if(pthread_mutex_unlock(pTempCBuffer->m_lock) != 0) {
621 if(pTempCBuffer->m_lock != NULL) {
622 free(pTempCBuffer->m_lock);
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
omx_vdec.h 670 pthread_mutex_t m_lock; member in class:omx_vdec
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
omx_vdec.h 768 pthread_mutex_t m_lock; member in class:omx_vdec
    [all...]
omx_vdec_hevc.h 691 pthread_mutex_t m_lock; member in class:omx_vdec
    [all...]
  /external/deqp/modules/egl/
teglGLES2SharingThreadedTests.cpp 292 de::Mutex m_lock; member in class:deqp::egl::GLES2ThreadTest::FenceSync
311 m_lock.lock();
313 m_lock.unlock();
322 m_lock.lock();
330 m_lock.unlock();
351 m_lock.lock();
364 m_lock.unlock();
    [all...]
  /device/asus/flo/camera/QCamera2/HAL/
QCamera2HWI.cpp 945 pthread_mutex_init(&m_lock, NULL);
975 pthread_mutex_destroy(&m_lock);
    [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCamera2HWI.cpp 945 pthread_mutex_init(&m_lock, NULL);
975 pthread_mutex_destroy(&m_lock);
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h 595 pthread_mutex_t* m_lock; member in struct:VIDDEC_CIRCULAR_BUFFER
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL/
QCamera2HWI.cpp     [all...]

Completed in 1161 milliseconds

1 23