OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:populate_cond
(Results
1 - 6
of
6
) sorted by null
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
OMX_JpegEnc_Utils.h
465
pthread_cond_t
populate_cond
;
member in struct:JPEGENC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
OMX_VideoEnc_Utils.h
659
pthread_cond_t
populate_cond
;
member in struct:VIDENC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEnc_Utils.c
274
pthread_cond_wait(&pComponentPrivate->
populate_cond
, &pComponentPrivate->jpege_mutex_app);
289
pthread_cond_wait(&pComponentPrivate->
populate_cond
, &pComponentPrivate->jpege_mutex_app);
305
pthread_cond_wait(&pComponentPrivate->
populate_cond
, &pComponentPrivate->jpege_mutex_app);
530
pthread_cond_destroy(&pComponentPrivate->
populate_cond
);
[
all
...]
OMX_JpegEncoder.c
395
pthread_cond_signal(&pComponentPrivate->
populate_cond
);
[
all
...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEnc_Utils.c
850
pthread_cond_wait(&pComponentPrivate->
populate_cond
, &pComponentPrivate->videoe_mutex_app);
874
pthread_cond_wait(&pComponentPrivate->
populate_cond
, &pComponentPrivate->videoe_mutex_app);
[
all
...]
OMX_VideoEncoder.c
[
all
...]
Completed in 75 milliseconds