OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AlloBuf_mutex
(Results
26 - 49
of
49
) sorted by null
1
2
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/inc/
OMX_AmrEnc_Utils.h
857
pthread_mutex_t
AlloBuf_mutex
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDecoder.c
389
pthread_mutex_init(&pComponentPrivate->
AlloBuf_mutex
, NULL);
[
all
...]
OMX_WbAmrDec_Utils.c
523
pthread_mutex_destroy(&pComponentPrivate->
AlloBuf_mutex
);
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/inc/
OMX_WbAmrEnc_Utils.h
703
pthread_mutex_t
AlloBuf_mutex
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/inc/
OMX_WmaDec_Utils.h
816
pthread_mutex_t
AlloBuf_mutex
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Dec_Utils.c
520
pthread_mutex_destroy(&pComponentPrivate->
AlloBuf_mutex
);
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
OMX_G711Enc_Utils.c
444
pthread_mutex_destroy(&pComponentPrivate->
AlloBuf_mutex
);
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
OMX_G722Dec_Utils.c
650
pthread_mutex_destroy(&pComponentPrivate->
AlloBuf_mutex
);
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
OMX_G722Enc_Utils.c
764
pthread_mutex_destroy(&pComponentPrivate->
AlloBuf_mutex
);
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
OMX_G726Dec_Utils.c
521
pthread_mutex_destroy(&pComponentPrivate->
AlloBuf_mutex
);
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
OMX_AmrEncoder.c
482
pthread_mutex_init(&pComponentPrivate->
AlloBuf_mutex
, NULL);
[
all
...]
OMX_AmrEnc_Utils.c
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDec_Utils.c
604
pthread_mutex_destroy(&pComponentPrivate->
AlloBuf_mutex
);
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEncoder.c
356
pthread_mutex_init(&pComponentPrivate->
AlloBuf_mutex
, NULL);
[
all
...]
OMX_AacEnc_Utils.c
541
pthread_mutex_destroy(&pComponentPrivate->
AlloBuf_mutex
);
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Enc_Utils.c
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
OMX_G729Dec_Utils.c
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
OMX_G729Enc_Utils.c
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
OMX_Mp3Decoder.c
363
pthread_mutex_init(&pComponentPrivate->
AlloBuf_mutex
, NULL);
[
all
...]
OMX_Mp3Dec_Utils.c
537
pthread_mutex_destroy(&pComponentPrivate->
AlloBuf_mutex
);
557
pthread_mutex_lock(&pComponentPrivate->
AlloBuf_mutex
);
562
pthread_mutex_unlock(&pComponentPrivate->
AlloBuf_mutex
);
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
OMX_AmrDecoder.c
412
pthread_mutex_init(&pComponentPrivate->
AlloBuf_mutex
, NULL);
[
all
...]
OMX_AmrDec_Utils.c
552
pthread_mutex_destroy(&pComponentPrivate->
AlloBuf_mutex
);
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
OMX_WbAmrEncoder.c
459
pthread_mutex_init(&pComponentPrivate->
AlloBuf_mutex
, NULL);
[
all
...]
OMX_WbAmrEnc_Utils.c
485
pthread_mutex_destroy(&pComponentPrivate->
AlloBuf_mutex
);
[
all
...]
Completed in 1392 milliseconds
1
2