OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jpege_mutex_app
(Results
1 - 3
of
3
) sorted by null
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEnc_Utils.c
271
pthread_mutex_lock(&pComponentPrivate->
jpege_mutex_app
);
274
pthread_cond_wait(&pComponentPrivate->populate_cond, &pComponentPrivate->
jpege_mutex_app
);
277
pthread_mutex_unlock(&pComponentPrivate->
jpege_mutex_app
);
286
pthread_mutex_lock(&pComponentPrivate->
jpege_mutex_app
);
289
pthread_cond_wait(&pComponentPrivate->populate_cond, &pComponentPrivate->
jpege_mutex_app
);
292
pthread_mutex_unlock(&pComponentPrivate->
jpege_mutex_app
);
301
pthread_mutex_lock(&pComponentPrivate->
jpege_mutex_app
);
305
pthread_cond_wait(&pComponentPrivate->populate_cond, &pComponentPrivate->
jpege_mutex_app
);
307
pthread_mutex_unlock(&pComponentPrivate->
jpege_mutex_app
);
529
pthread_mutex_destroy(&pComponentPrivate->
jpege_mutex_app
);
[
all
...]
OMX_JpegEncoder.c
243
pthread_mutex_lock(&pComponentPrivate->
jpege_mutex_app
);
245
pthread_mutex_unlock(&pComponentPrivate->
jpege_mutex_app
);
394
pthread_mutex_lock(&pComponentPrivate->
jpege_mutex_app
);
396
pthread_mutex_unlock(&pComponentPrivate->
jpege_mutex_app
);
[
all
...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
OMX_JpegEnc_Utils.h
464
pthread_mutex_t
jpege_mutex_app
;
member in struct:JPEGENC_COMPONENT_PRIVATE
Completed in 2748 milliseconds