OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pOutPortFormat
(Results
1 - 10
of
10
) sorted by null
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDecoder.c
358
OMX_MALLOC_STRUCT(pComponentPrivate->
pOutPortFormat
, OMX_VIDEO_PARAM_PORTFORMATTYPE,pComponentPrivate->nMemUsage[VIDDDEC_Enum_MemLevel0]);
386
if( pComponentPrivate->
pOutPortFormat
->eColorFormat != VIDDEC_COLORFORMAT420) {
393
if( pComponentPrivate->
pOutPortFormat
->eColorFormat != VIDDEC_COLORFORMAT420) {
400
if( pComponentPrivate->
pOutPortFormat
->eColorFormat != VIDDEC_COLORFORMAT420) {
407
if( pComponentPrivate->
pOutPortFormat
->eColorFormat != VIDDEC_COLORFORMAT420) {
415
if( pComponentPrivate->
pOutPortFormat
->eColorFormat != VIDDEC_COLORFORMAT420) {
423
if( pComponentPrivate->
pOutPortFormat
->eColorFormat != VIDDEC_COLORFORMAT420) {
431
if( pComponentPrivate->
pOutPortFormat
->eColorFormat != VIDDEC_COLORFORMAT420) {
460
if( pComponentPrivate->
pOutPortFormat
->eColorFormat != VIDDEC_COLORFORMAT420) {
[
all
...]
OMX_VideoDec_Utils.c
[
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/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
...]
OMX_G722Enc_Utils.c
737
if (pComponentPrivate->
pOutPortFormat
) {
738
G722ENC_MEMPRINT("%d:::[FREE] %p\n",__LINE__,pComponentPrivate->
pOutPortFormat
);
739
free (pComponentPrivate->
pOutPortFormat
);
740
pComponentPrivate->
pOutPortFormat
= NULL;
[
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/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/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/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h
857
OMX_VIDEO_PARAM_PORTFORMATTYPE*
pOutPortFormat
;
[
all
...]
Completed in 164 milliseconds