OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pCreatePhaseArgs
(Results
1 - 5
of
5
) sorted by null
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEnc_Utils.c
[
all
...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Utils.c
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/inc/
OMX_G722Enc_Utils.h
534
OMX_U16 *
pCreatePhaseArgs
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
OMX_G722Enc_Utils.c
350
pComponentPrivate->
pCreatePhaseArgs
= arr;
641
if (pComponentPrivate->
pCreatePhaseArgs
!= NULL) {
642
G722ENC_MEMPRINT("%d:::[FREE] %p\n",__LINE__,pComponentPrivate->
pCreatePhaseArgs
);
643
/* free(pComponentPrivate->
pCreatePhaseArgs
);*/
644
pComponentPrivate->
pCreatePhaseArgs
= NULL;
[
all
...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
OMX_VideoEnc_Utils.h
775
void printMpeg4Params(MP4VE_GPP_SN_Obj_CreatePhase*
pCreatePhaseArgs
,
778
void printH264CreateParams(H264VE_GPP_SN_Obj_CreatePhase*
pCreatePhaseArgs
, struct OMX_TI_Debug *dbg);
Completed in 97 milliseconds