HomeSort by relevance Sort by last modified time
    Searched refs:unpopulate_cond (Results 1 - 6 of 6) sorted by null

  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
OMX_JpegEnc_Utils.h 466 pthread_cond_t unpopulate_cond; member in struct:JPEGENC_COMPONENT_PRIVATE
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
OMX_VideoEnc_Utils.h 660 pthread_cond_t unpopulate_cond; member in struct:VIDENC_COMPONENT_PRIVATE
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEnc_Utils.c 739 pthread_cond_wait(&pComponentPrivate->unpopulate_cond, &pComponentPrivate->videoe_mutex_app);
761 pthread_cond_wait(&pComponentPrivate->unpopulate_cond, &pComponentPrivate->videoe_mutex_app);
783 pthread_cond_wait(&pComponentPrivate->unpopulate_cond, &pComponentPrivate->videoe_mutex_app);
    [all...]
OMX_VideoEncoder.c     [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEncoder.c 244 pthread_cond_signal(&pComponentPrivate->unpopulate_cond);
    [all...]
OMX_JpegEnc_Utils.c 531 pthread_cond_destroy(&pComponentPrivate->unpopulate_cond);
    [all...]

Completed in 90 milliseconds