Home
last modified time | relevance | path

Searched refs:pCreatePhaseArgs (Results 1 – 4 of 4) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
DOMX_VideoEnc_Utils.c3181 H264VE_GPP_SN_Obj_CreatePhase* pCreatePhaseArgs = NULL; in OMX_VIDENC_InitDSP_H264Enc() local
3247 VIDENC_MALLOC(pCreatePhaseArgs, in OMX_VIDENC_InitDSP_H264Enc()
3253 pCreatePhaseArgs->usNumStreams = 2; in OMX_VIDENC_InitDSP_H264Enc()
3254 pCreatePhaseArgs->usStreamId = VIDENC_INPUT_PORT; in OMX_VIDENC_InitDSP_H264Enc()
3255 pCreatePhaseArgs->usBuffTypeInStream = 0; in OMX_VIDENC_InitDSP_H264Enc()
3256 pCreatePhaseArgs->usMaxBuffsInStream = (OMX_U16)pPortDefIn->nBufferCountActual; in OMX_VIDENC_InitDSP_H264Enc()
3257 pCreatePhaseArgs->usStreamId2 = VIDENC_OUTPUT_PORT; in OMX_VIDENC_InitDSP_H264Enc()
3258 pCreatePhaseArgs->usBuffTypeInStream2 = 0; in OMX_VIDENC_InitDSP_H264Enc()
3259 pCreatePhaseArgs->usMaxBuffsInStream2 = (OMX_U16)pPortDefOut->nBufferCountActual; in OMX_VIDENC_InitDSP_H264Enc()
3261 pCreatePhaseArgs->ulWidth = pPortDefIn->format.video.nFrameWidth; in OMX_VIDENC_InitDSP_H264Enc()
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
DOMX_G722Enc_Utils.c350 pComponentPrivate->pCreatePhaseArgs = arr; in G722ENC_Fill_LCMLInitParams()
641 if (pComponentPrivate->pCreatePhaseArgs != NULL) { in G722Enc_FreeCompResources()
642 G722ENC_MEMPRINT("%d:::[FREE] %p\n",__LINE__,pComponentPrivate->pCreatePhaseArgs); in G722Enc_FreeCompResources()
644 pComponentPrivate->pCreatePhaseArgs = NULL; in G722Enc_FreeCompResources()
2134 if (pComponentPrivate->pCreatePhaseArgs == NULL) { in G722ENC_CommandToLoaded()
2135 G722ENC_MEMPRINT("%d:::[FREE] %p\n",__LINE__,pComponentPrivate->pCreatePhaseArgs); in G722ENC_CommandToLoaded()
2136 free(pComponentPrivate->pCreatePhaseArgs); in G722ENC_CommandToLoaded()
2137 pComponentPrivate->pCreatePhaseArgs = NULL; in G722ENC_CommandToLoaded()
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
DOMX_VideoEnc_Utils.h775 void printMpeg4Params(MP4VE_GPP_SN_Obj_CreatePhase* pCreatePhaseArgs,
778 void printH264CreateParams(H264VE_GPP_SN_Obj_CreatePhase* pCreatePhaseArgs, struct OMX_TI_Debug *db…
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/inc/
DOMX_G722Enc_Utils.h534 OMX_U16 *pCreatePhaseArgs; member