OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bufferReturned_mutex
(Results
1 - 14
of
14
) sorted by null
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEnc_Utils.c
544
pthread_mutex_destroy(&
bufferReturned_mutex
);
[
all
...]
OMX_AacEncoder.c
376
pthread_mutex_init(&
bufferReturned_mutex
, NULL);
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/inc/
OMX_WbAmrDecoder.h
263
pthread_mutex_t
bufferReturned_mutex
;
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/inc/
OMX_AmrDecoder.h
319
pthread_mutex_t
bufferReturned_mutex
;
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/inc/
OMX_AacDec_Utils.h
408
pthread_mutex_t
bufferReturned_mutex
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/
OMX_AacEnc_Utils.h
322
pthread_mutex_t
bufferReturned_mutex
;
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/inc/
OMX_Mp3Dec_Utils.h
294
pthread_mutex_t
bufferReturned_mutex
;
[
all
...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEnc_Utils.c
346
pthread_mutex_lock(&
bufferReturned_mutex
);
349
pthread_cond_wait(&bufferReturned_condition, &
bufferReturned_mutex
);
351
pthread_mutex_unlock(&
bufferReturned_mutex
);
357
pthread_mutex_lock(&
bufferReturned_mutex
);
359
pthread_mutex_unlock(&
bufferReturned_mutex
);
364
pthread_mutex_lock(&
bufferReturned_mutex
);
370
pthread_mutex_unlock(&
bufferReturned_mutex
);
[
all
...]
OMX_VideoEncoder.c
[
all
...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
OMX_VideoEnc_Utils.h
557
pthread_mutex_t
bufferReturned_mutex
;
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDec_Utils.c
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
OMX_Mp3Dec_Utils.c
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDec_Utils.c
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
OMX_AmrDec_Utils.c
[
all
...]
Completed in 146 milliseconds