OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pPortParamTypeOthers
(Results
1 - 8
of
8
) sorted by null
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
OMX_VPP_Utils.h
370
OMX_PORT_PARAM_TYPE *
pPortParamTypeOthers
;
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
OMX_JpegEnc_Utils.h
385
OMX_PORT_PARAM_TYPE*
pPortParamTypeOthers
;
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEncoder.c
485
OMX_MALLOC(pComponentPrivate->
pPortParamTypeOthers
, sizeof(OMX_PORT_PARAM_TYPE));
568
OMX_CONF_INIT_STRUCT(pComponentPrivate->
pPortParamTypeOthers
, OMX_PORT_PARAM_TYPE);
569
pComponentPrivate->
pPortParamTypeOthers
->nPorts = 0;
570
pComponentPrivate->
pPortParamTypeOthers
->nStartPortNumber = -1;
[
all
...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDecoder.c
351
OMX_MALLOC_STRUCT(pComponentPrivate->
pPortParamTypeOthers
, OMX_PORT_PARAM_TYPE,pComponentPrivate->nMemUsage[VIDDDEC_Enum_MemLevel0]);
[
all
...]
OMX_VideoDec_Utils.c
842
OMX_CONF_INIT_STRUCT(pComponentPrivate->
pPortParamTypeOthers
, OMX_PORT_PARAM_TYPE, pComponentPrivate->dbg);
843
pComponentPrivate->
pPortParamTypeOthers
->nPorts = VIDDEC_ZERO;
844
pComponentPrivate->
pPortParamTypeOthers
->nStartPortNumber = VIDDEC_ZERO;
[
all
...]
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP.c
745
OMX_MALLOC(pComponentPrivate->
pPortParamTypeOthers
, sizeof(OMX_PORT_PARAM_TYPE));
[
all
...]
OMX_VPP_Utils.c
[
all
...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h
871
OMX_PORT_PARAM_TYPE*
pPortParamTypeOthers
;
[
all
...]
Completed in 35 milliseconds