OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:videoe_mutex_app
(Results
1 - 3
of
3
) sorted by null
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEnc_Utils.c
738
pthread_mutex_lock(&pComponentPrivate->
videoe_mutex_app
);
739
pthread_cond_wait(&pComponentPrivate->unpopulate_cond, &pComponentPrivate->
videoe_mutex_app
);
740
pthread_mutex_unlock(&pComponentPrivate->
videoe_mutex_app
);
760
pthread_mutex_lock(&pComponentPrivate->
videoe_mutex_app
);
761
pthread_cond_wait(&pComponentPrivate->unpopulate_cond, &pComponentPrivate->
videoe_mutex_app
);
762
pthread_mutex_unlock(&pComponentPrivate->
videoe_mutex_app
);
782
pthread_mutex_lock(&pComponentPrivate->
videoe_mutex_app
);
783
pthread_cond_wait(&pComponentPrivate->unpopulate_cond, &pComponentPrivate->
videoe_mutex_app
);
784
pthread_mutex_unlock(&pComponentPrivate->
videoe_mutex_app
);
846
pthread_mutex_lock(&pComponentPrivate->
videoe_mutex_app
);
[
all
...]
OMX_VideoEncoder.c
[
all
...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
OMX_VideoEnc_Utils.h
658
pthread_mutex_t
videoe_mutex_app
;
member in struct:VIDENC_COMPONENT_PRIVATE
Completed in 2518 milliseconds