OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nRuntimeOutputBuffers
(Results
1 - 25
of
31
) sorted by null
1
2
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/inc/
OMX_G729Decoder.h
585
OMX_U32
nRuntimeOutputBuffers
;
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/inc/
OMX_WbAmrDecoder.h
627
OMX_U16
nRuntimeOutputBuffers
;
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/inc/
OMX_G722Dec_Utils.h
396
OMX_U32
nRuntimeOutputBuffers
;
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/inc/
OMX_G726Dec_Utils.h
412
OMX_U32
nRuntimeOutputBuffers
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/inc/
OMX_G726Enc_Utils.h
665
OMX_U8
nRuntimeOutputBuffers
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/inc/
OMX_AmrDecoder.h
767
OMX_U32
nRuntimeOutputBuffers
;
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/inc/
OMX_AacDec_Utils.h
823
OMX_U32
nRuntimeOutputBuffers
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/
OMX_AacEnc_Utils.h
391
OMX_U32
nRuntimeOutputBuffers
;
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/inc/
OMX_G711Enc_Utils.h
813
OMX_U32
nRuntimeOutputBuffers
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/inc/
OMX_G729Enc_Utils.h
817
OMX_U32
nRuntimeOutputBuffers
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/inc/
OMX_Mp3Dec_Utils.h
540
OMX_U32
nRuntimeOutputBuffers
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/inc/
OMX_AmrEnc_Utils.h
712
OMX_U32
nRuntimeOutputBuffers
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/inc/
OMX_WbAmrEnc_Utils.h
554
OMX_U32
nRuntimeOutputBuffers
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/inc/
OMX_WmaDec_Utils.h
612
OMX_U32
nRuntimeOutputBuffers
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Enc_Utils.c
183
pComponentPrivate->
nRuntimeOutputBuffers
= (OMX_U8) nOpBuf;
560
for(i=0; i<pComponentPrivate->
nRuntimeOutputBuffers
; i++) {
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDec_Utils.c
125
pComponentPrivate->
nRuntimeOutputBuffers
= 0;
140
pComponentPrivate->
nRuntimeOutputBuffers
= nOpBuf;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
OMX_Mp3Dec_Utils.c
130
pComponentPrivate->
nRuntimeOutputBuffers
= 0;
147
pComponentPrivate->
nRuntimeOutputBuffers
= nOpBuf;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
OMX_G711Enc_Utils.c
123
pComponentPrivate->
nRuntimeOutputBuffers
= nOpBuf;
516
nOpBuf = pComponentPrivate->
nRuntimeOutputBuffers
;
[
all
...]
OMX_G711Encoder.c
354
pComponentPrivate->
nRuntimeOutputBuffers
= 0;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
OMX_G722Dec_Utils.c
250
pComponentPrivate->
nRuntimeOutputBuffers
= nOpBuf;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
OMX_G729Dec_Utils.c
148
pComponentPrivate->
nRuntimeOutputBuffers
= nOpBuf;
574
nOpBuf = pComponentPrivate->
nRuntimeOutputBuffers
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
OMX_G729Enc_Utils.c
137
pComponentPrivate->
nRuntimeOutputBuffers
= nOpBuf;
549
nOpBuf = pComponentPrivate->
nRuntimeOutputBuffers
;
[
all
...]
OMX_G729Encoder.c
410
pComponentPrivate->
nRuntimeOutputBuffers
=0;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEnc_Utils.c
133
pComponentPrivate->
nRuntimeOutputBuffers
= nOpBuf;
597
nOpBuf = pComponentPrivate->
nRuntimeOutputBuffers
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
OMX_AmrDec_Utils.c
154
pComponentPrivate->
nRuntimeOutputBuffers
= nOpBuf;
603
for(i=0; i<pComponentPrivate->
nRuntimeOutputBuffers
; i++){
[
all
...]
Completed in 46 milliseconds
1
2