Searched refs:pCreatePhaseArgs (Results 1 – 4 of 4) sorted by relevance
3181 H264VE_GPP_SN_Obj_CreatePhase* pCreatePhaseArgs = NULL; in OMX_VIDENC_InitDSP_H264Enc() local3247 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 …]
350 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()
775 void printMpeg4Params(MP4VE_GPP_SN_Obj_CreatePhase* pCreatePhaseArgs,778 void printH264CreateParams(H264VE_GPP_SN_Obj_CreatePhase* pCreatePhaseArgs, struct OMX_TI_Debug *db…
534 OMX_U16 *pCreatePhaseArgs; member