Searched refs:wma_ip (Results 1 – 2 of 2) sorted by relevance
187 OMX_AUDIO_PARAM_WMATYPE *wma_ip = NULL; in OMX_ComponentInit() local228 OMX_MALLOC_GENERIC(wma_ip, OMX_AUDIO_PARAM_WMATYPE); in OMX_ComponentInit()235 ((WMADEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate)->wmaParams[INPUT_PORT] = wma_ip; in OMX_ComponentInit()364 wma_ip->nPortIndex = 0; in OMX_ComponentInit()365 wma_ip->nChannels = 2; in OMX_ComponentInit()366 wma_ip->nBitRate = 32000; in OMX_ComponentInit()367 wma_ip->nSamplingRate = 44100; in OMX_ComponentInit()508 OMX_MEMFREE_STRUCT(wma_ip); in OMX_ComponentInit()
868 OMX_AUDIO_PARAM_WMATYPE *wma_ip; member