OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pInPortFormat
(Results
1 - 8
of
8
) sorted by null
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
OMX_G711Encoder.c
187
OMX_AUDIO_PARAM_PORTFORMATTYPE *
pInPortFormat
= NULL;
315
pInPortFormat
= pComponentPrivate->pCompPort[G711ENC_INPUT_PORT]->pPortFormat;
316
OMX_G711ENC_INIT_STRUCT(
pInPortFormat
, OMX_AUDIO_PARAM_PORTFORMATTYPE);
318
pInPortFormat
->nPortIndex = G711ENC_INPUT_PORT;
319
pInPortFormat
->nIndex = OMX_IndexParamAudioPcm;
320
pInPortFormat
->eEncoding = OMX_AUDIO_CodingPCM;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
OMX_G722Encoder.c
197
OMX_AUDIO_PARAM_PORTFORMATTYPE *
pInPortFormat
= NULL;
302
OMX_G722MALLOC_STRUCT(pComponentPrivate->
pInPortFormat
, OMX_AUDIO_PARAM_PORTFORMATTYPE);
303
OMX_G722CONF_INIT_STRUCT(pComponentPrivate->
pInPortFormat
, OMX_AUDIO_PARAM_PORTFORMATTYPE);
305
pInPortFormat
= pComponentPrivate->
pInPortFormat
;
306
OMX_G722CONF_INIT_STRUCT(
pInPortFormat
, OMX_AUDIO_PARAM_PORTFORMATTYPE);
307
pInPortFormat
->nPortIndex = G722ENC_INPUT_PORT;
308
pInPortFormat
->nIndex = OMX_IndexParamAudioPcm;
309
pInPortFormat
->eEncoding = OMX_AUDIO_CodingADPCM;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
OMX_G729Decoder.c
214
OMX_AUDIO_PARAM_PORTFORMATTYPE *
pInPortFormat
= NULL;
404
OMX_G729MALLOC_STRUCT(pComponentPrivate->
pInPortFormat
, OMX_AUDIO_PARAM_PORTFORMATTYPE);
405
OMX_G729CONF_INIT_STRUCT(pComponentPrivate->
pInPortFormat
, OMX_AUDIO_PARAM_PORTFORMATTYPE);
407
pInPortFormat
= pComponentPrivate->
pInPortFormat
;
408
OMX_G729CONF_INIT_STRUCT(
pInPortFormat
, OMX_AUDIO_PARAM_PORTFORMATTYPE);
409
pInPortFormat
->nPortIndex = G729DEC_INPUT_PORT;
410
pInPortFormat
->nIndex = OMX_IndexParamAudioG729;
411
pInPortFormat
->eEncoding = OMX_AUDIO_CodingG729;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
OMX_G729Encoder.c
201
OMX_AUDIO_PARAM_PORTFORMATTYPE *
pInPortFormat
= NULL;
328
pInPortFormat
= pComponentPrivate->pCompPort[G729ENC_INPUT_PORT]->pPortFormat;
329
OMX_G729CONF_INIT_STRUCT(
pInPortFormat
, OMX_AUDIO_PARAM_PORTFORMATTYPE);
330
pInPortFormat
->nPortIndex = G729ENC_INPUT_PORT;
331
pInPortFormat
->nIndex = OMX_IndexParamAudioPcm;
332
pInPortFormat
->eEncoding = OMX_AUDIO_CodingPCM;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/inc/
OMX_G722Enc_Utils.h
439
OMX_AUDIO_PARAM_PORTFORMATTYPE*
pInPortFormat
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/inc/
OMX_G729Decoder.h
381
OMX_AUDIO_PARAM_PORTFORMATTYPE*
pInPortFormat
;
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
OMX_VPP_Utils.h
372
OMX_VIDEO_PARAM_PORTFORMATTYPE *
pInPortFormat
;
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h
850
*
pInPortFormat
: Add desc here...
856
OMX_VIDEO_PARAM_PORTFORMATTYPE*
pInPortFormat
;
[
all
...]
Completed in 2841 milliseconds