OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pOutPortFormat
(Results
1 - 7
of
7
) sorted by null
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
OMX_G711Encoder.c
188
OMX_AUDIO_PARAM_PORTFORMATTYPE *
pOutPortFormat
= NULL;
326
pOutPortFormat
= pComponentPrivate->pCompPort[G711ENC_OUTPUT_PORT]->pPortFormat;
327
OMX_G711ENC_INIT_STRUCT(
pOutPortFormat
, OMX_AUDIO_PARAM_PORTFORMATTYPE);
329
pOutPortFormat
->nPortIndex = G711ENC_OUTPUT_PORT;
330
pOutPortFormat
->nIndex = OMX_IndexParamAudioPcm;
331
pOutPortFormat
->eEncoding = OMX_AUDIO_CodingG711;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
OMX_G722Encoder.c
198
OMX_AUDIO_PARAM_PORTFORMATTYPE *
pOutPortFormat
= NULL;
311
OMX_G722MALLOC_STRUCT(pComponentPrivate->
pOutPortFormat
, OMX_AUDIO_PARAM_PORTFORMATTYPE);
312
OMX_G722CONF_INIT_STRUCT(pComponentPrivate->
pOutPortFormat
, OMX_AUDIO_PARAM_PORTFORMATTYPE);
314
pOutPortFormat
= pComponentPrivate->
pOutPortFormat
;
315
OMX_G722CONF_INIT_STRUCT(
pOutPortFormat
, OMX_AUDIO_PARAM_PORTFORMATTYPE);
316
pOutPortFormat
->nPortIndex = G722ENC_OUTPUT_PORT;
317
pOutPortFormat
->nIndex = OMX_IndexParamAudioPcm;
318
pOutPortFormat
->eEncoding = OMX_AUDIO_CodingADPCM;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
OMX_G729Decoder.c
215
OMX_AUDIO_PARAM_PORTFORMATTYPE *
pOutPortFormat
= NULL;
414
OMX_G729MALLOC_STRUCT(pComponentPrivate->
pOutPortFormat
, OMX_AUDIO_PARAM_PORTFORMATTYPE);
415
OMX_G729CONF_INIT_STRUCT(pComponentPrivate->
pOutPortFormat
, OMX_AUDIO_PARAM_PORTFORMATTYPE);
416
pOutPortFormat
= (OMX_AUDIO_PARAM_PORTFORMATTYPE*) pComponentPrivate->
pOutPortFormat
;
417
OMX_G729CONF_INIT_STRUCT(
pOutPortFormat
, OMX_AUDIO_PARAM_PORTFORMATTYPE);
418
pOutPortFormat
->nPortIndex = G729DEC_OUTPUT_PORT;
419
pOutPortFormat
->nIndex = OMX_IndexParamAudioPcm;
420
pOutPortFormat
->eEncoding = OMX_AUDIO_CodingPCM;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
OMX_G729Encoder.c
202
OMX_AUDIO_PARAM_PORTFORMATTYPE *
pOutPortFormat
= NULL;
337
pOutPortFormat
= pComponentPrivate->pCompPort[G729ENC_OUTPUT_PORT]->pPortFormat;
338
OMX_G729CONF_INIT_STRUCT(
pOutPortFormat
, OMX_AUDIO_PARAM_PORTFORMATTYPE);
339
pOutPortFormat
->nPortIndex = G729ENC_OUTPUT_PORT;
340
pOutPortFormat
->nIndex = OMX_IndexParamAudioG729;
341
pOutPortFormat
->eEncoding = OMX_AUDIO_CodingG729;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/inc/
OMX_G722Enc_Utils.h
442
OMX_AUDIO_PARAM_PORTFORMATTYPE*
pOutPortFormat
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/inc/
OMX_G729Decoder.h
384
OMX_AUDIO_PARAM_PORTFORMATTYPE*
pOutPortFormat
;
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h
857
OMX_VIDEO_PARAM_PORTFORMATTYPE*
pOutPortFormat
;
[
all
...]
Completed in 211 milliseconds