Searched refs:pInBufSupplier (Results 1 – 2 of 2) sorted by relevance
360 …OMX_MALLOC_STRUCT(pComponentPrivate->pInBufSupplier, OMX_PARAM_BUFFERSUPPLIERTYPE,pComponentPrivat… in OMX_ComponentInit()2774 if(pComponentPrivate->pInBufSupplier) { in VIDDEC_ComponentDeInit()2775 free(pComponentPrivate->pInBufSupplier); in VIDDEC_ComponentDeInit()2776 pComponentPrivate->pInBufSupplier = NULL; in VIDDEC_ComponentDeInit()
859 OMX_PARAM_BUFFERSUPPLIERTYPE* pInBufSupplier; member