Searched refs:pCreatePhaseArgs (Results 1 - 5 of 5) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
H A DOMX_VideoEnc_Utils.c3181 H264VE_GPP_SN_Obj_CreatePhase* pCreatePhaseArgs = NULL; local
3247 VIDENC_MALLOC(pCreatePhaseArgs,
3253 pCreatePhaseArgs->usNumStreams = 2;
3254 pCreatePhaseArgs->usStreamId = VIDENC_INPUT_PORT;
3255 pCreatePhaseArgs->usBuffTypeInStream = 0;
3256 pCreatePhaseArgs->usMaxBuffsInStream = (OMX_U16)pPortDefIn->nBufferCountActual;
3257 pCreatePhaseArgs->usStreamId2 = VIDENC_OUTPUT_PORT;
3258 pCreatePhaseArgs->usBuffTypeInStream2 = 0;
3259 pCreatePhaseArgs->usMaxBuffsInStream2 = (OMX_U16)pPortDefOut->nBufferCountActual;
3261 pCreatePhaseArgs
3457 MP4VE_GPP_SN_Obj_CreatePhase* pCreatePhaseArgs = NULL; local
4261 printMpeg4Params(MP4VE_GPP_SN_Obj_CreatePhase* pCreatePhaseArgs, struct OMX_TI_Debug *dbg) argument
4301 printH264CreateParams(H264VE_GPP_SN_Obj_CreatePhase* pCreatePhaseArgs, struct OMX_TI_Debug *dbg) argument
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDec_Utils.c6793 WMV9DEC_SNCreatePhArg* pCreatePhaseArgs = NULL; local
6931 OMX_MALLOC_STRUCT(pCreatePhaseArgs, WMV9DEC_SNCreatePhArg,pComponentPrivate->nMemUsage[VIDDDEC_Enum_MemLevel4]);
6932 if (pCreatePhaseArgs == NULL) {
6936 pCreatePhaseArgs->unNumOfStreams = 2;
6937 pCreatePhaseArgs->unInputStreamID = 0;
6938 pCreatePhaseArgs->unInputBufferType = 0;
6939 pCreatePhaseArgs->unInputNumBufsPerStream = (OMX_U16)nInpBuff;
6940 pCreatePhaseArgs->unOutputStreamID = 1;
6941 pCreatePhaseArgs->unOutputBufferType = 0;
6942 pCreatePhaseArgs
7029 H264VDEC_SNCreatePhArg* pCreatePhaseArgs = NULL; local
7229 MP4VD_GPP_SN_Obj_CreatePhase* pCreatePhaseArgs = NULL; local
7423 MP2VDEC_SNCreatePhArg* pCreatePhaseArgs = NULL; local
7601 SPARKVD_GPP_SN_Obj_CreatePhase* pCreatePhaseArgs = NULL; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/inc/
H A DOMX_G722Enc_Utils.h534 OMX_U16 *pCreatePhaseArgs; member in struct:G722ENC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
H A DOMX_G722Enc_Utils.c350 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;
2134 if (pComponentPrivate->pCreatePhaseArgs == NULL) {
2135 G722ENC_MEMPRINT("%d:::[FREE] %p\n",__LINE__,pComponentPrivate->pCreatePhaseArgs);
2136 free(pComponentPrivate->pCreatePhaseArgs);
2137 pComponentPrivate->pCreatePhaseArgs = NULL;
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
H A 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 *dbg);

Completed in 97 milliseconds