Home
last modified time | relevance | path

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

/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
DOMX_VideoEnc_DSP.h360 typedef struct MP4VE_GPP_SN_UALGInputParams { struct
386 } MP4VE_GPP_SN_UALGInputParams; argument
DOMX_VideoEnc_Utils.h688 MP4VE_GPP_SN_UALGInputParams* pTempUalgInpParams;
780 void printMpeg4UAlgInParam(MP4VE_GPP_SN_UALGInputParams* pUalgInpParams, int printAlways, struct OM…
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
DOMX_VideoEnc_Utils.c2649 MP4VE_GPP_SN_UALGInputParams* pUalgInpParams = NULL; in OMX_VIDENC_Queue_Mpeg4_Buffer()
2661 pUalgInpParams = (MP4VE_GPP_SN_UALGInputParams*)pBufferPrivate->pUalgParam; in OMX_VIDENC_Queue_Mpeg4_Buffer()
2730 … memcpy(pComponentPrivate->pTempUalgInpParams,pUalgInpParams,sizeof(MP4VE_GPP_SN_UALGInputParams)); in OMX_VIDENC_Queue_Mpeg4_Buffer()
2739 sizeof(MP4VE_GPP_SN_UALGInputParams), in OMX_VIDENC_Queue_Mpeg4_Buffer()
2769 sizeof(MP4VE_GPP_SN_UALGInputParams), in OMX_VIDENC_Queue_Mpeg4_Buffer()
3840 MP4VE_GPP_SN_UALGInputParams* pUalgParam; in OMX_VIDENC_Allocate_DSPResources()
3843 sizeof(MP4VE_GPP_SN_UALGInputParams) + 256, in OMX_VIDENC_Allocate_DSPResources()
3844 MP4VE_GPP_SN_UALGInputParams, in OMX_VIDENC_Allocate_DSPResources()
3849 pUalgParam = (MP4VE_GPP_SN_UALGInputParams*)pTemp; in OMX_VIDENC_Allocate_DSPResources()
3854 sizeof(MP4VE_GPP_SN_UALGInputParams) + 256, in OMX_VIDENC_Allocate_DSPResources()
[all …]
DOMX_VideoEncoder.c3528 pBufferPrivate->pUalgParam = (MP4VE_GPP_SN_UALGInputParams*)pTemp; in FreeBuffer()