OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sInPortFormat
(Results
1 - 15
of
15
) sorted by null
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/inc/
OMX_WbAmrDecoder.h
496
OMX_AUDIO_PARAM_PORTFORMATTYPE
sInPortFormat
;
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDecoder.c
354
pComponentPrivate->
sInPortFormat
.nPortIndex = WBAMR_DEC_INPUT_PORT;
355
pComponentPrivate->
sInPortFormat
.nIndex = OMX_IndexParamAudioAmr;
356
pComponentPrivate->
sInPortFormat
.eEncoding = OMX_AUDIO_CodingAMR;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Decoder.c
389
pComponentPrivate->
sInPortFormat
.nPortIndex = G711DEC_INPUT_PORT;
390
pComponentPrivate->
sInPortFormat
.nIndex = OMX_IndexParamAudioPcm;
391
pComponentPrivate->
sInPortFormat
.eEncoding = OMX_AUDIO_CodingG711;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/inc/
OMX_G711Dec_Utils.h
539
OMX_AUDIO_PARAM_PORTFORMATTYPE
sInPortFormat
;
OMX_G711Decoder.h
465
OMX_AUDIO_PARAM_PORTFORMATTYPE
sInPortFormat
;
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/inc/
OMX_G722Dec_Utils.h
386
OMX_AUDIO_PARAM_PORTFORMATTYPE
sInPortFormat
;
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/inc/
OMX_G726Dec_Utils.h
400
OMX_AUDIO_PARAM_PORTFORMATTYPE
sInPortFormat
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/inc/
OMX_AmrDecoder.h
576
OMX_AUDIO_PARAM_PORTFORMATTYPE
sInPortFormat
;
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDecoder.c
342
pComponentPrivate->
sInPortFormat
.eEncoding = OMX_AUDIO_CodingWMA;
343
pComponentPrivate->
sInPortFormat
.nIndex = 0;
344
pComponentPrivate->
sInPortFormat
.nPortIndex = INPUT_PORT;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
OMX_AmrDecoder.c
382
pComponentPrivate->
sInPortFormat
.nPortIndex = NBAMRDEC_INPUT_PORT;
383
pComponentPrivate->
sInPortFormat
.nIndex = OMX_IndexParamAudioAmr;
384
pComponentPrivate->
sInPortFormat
.eEncoding = OMX_AUDIO_CodingAMR;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/inc/
OMX_AacDec_Utils.h
697
OMX_AUDIO_PARAM_PORTFORMATTYPE
sInPortFormat
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/
OMX_AacEnc_Utils.h
349
OMX_AUDIO_PARAM_PORTFORMATTYPE
sInPortFormat
;
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/inc/
OMX_Mp3Dec_Utils.h
548
OMX_AUDIO_PARAM_PORTFORMATTYPE
sInPortFormat
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/inc/
OMX_WmaDec_Utils.h
624
OMX_AUDIO_PARAM_PORTFORMATTYPE
sInPortFormat
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEncoder.c
342
pComponentPrivate->
sInPortFormat
.eEncoding = OMX_AUDIO_CodingPCM;
343
pComponentPrivate->
sInPortFormat
.nIndex = 1;/*OMX_IndexParamAudioPcm; */
344
pComponentPrivate->
sInPortFormat
.nPortIndex = INPUT_PORT;
[
all
...]
Completed in 208 milliseconds