Searched refs:eFormat (Results 1 – 7 of 7) sorted by relevance
71 if ((pSrc->eFormat == VIDEO_FORMAT_RGBA) || in Process()72 (pSrc->eFormat == VIDEO_FORMAT_BGRA) || in Process()73 (pSrc->eFormat == VIDEO_FORMAT_ABGR) || in Process()74 (pSrc->eFormat == VIDEO_FORMAT_ARGB)) { in Process()77 } else if (pSrc->eFormat == VIDEO_FORMAT_I420) { in Process()
226 if (pSrcPixMap.eFormat != VIDEO_FORMAT_I420 && pSrcPixMap.eFormat != VIDEO_FORMAT_YV12) in CheckValid()230 if (pDstPixMap.eFormat != pSrcPixMap.eFormat) in CheckValid()
318 OMX_OTHER_FORMATTYPE eFormat; /**< Type of data expected for this channel */ member329 OMX_OTHER_FORMATTYPE eFormat; /**< Type of data expected for this channel */ member
703 OMX_VIDEO_WMVFORMATTYPE eFormat; member748 OMX_VIDEO_RVFORMATTYPE eFormat; member
216 OMX_AUDIO_MP3STREAMFORMATTYPE eFormat; /**< MP3 stream format */ member357 OMX_AUDIO_WMAFORMATTYPE eFormat; /**< Version of WMA stream / data */ member394 OMX_AUDIO_RAFORMATTYPE eFormat; /**< is the RealAudio audio format */ member
587 sSrcPixMap.eFormat = VIDEO_FORMAT_I420; in BilateralDenoising()604 sSrcPixMap.eFormat = VIDEO_FORMAT_I420; in DetectSceneChange()611 sRefPixMap.eFormat = VIDEO_FORMAT_I420; in DetectSceneChange()641 sSrcPixMap.eFormat = VIDEO_FORMAT_I420; in DownsamplePadding()654 sDstPicMap.eFormat = VIDEO_FORMAT_I420; in DownsamplePadding()694 sCurPixMap.eFormat = VIDEO_FORMAT_I420; in VaaCalculation()701 sRefPixMap.eFormat = VIDEO_FORMAT_I420; in VaaCalculation()744 sSrcPixMap.eFormat = VIDEO_FORMAT_I420; in BackgroundDetection()755 sRefPixMap.eFormat = VIDEO_FORMAT_I420; in BackgroundDetection()785 pSrc.eFormat = VIDEO_FORMAT_I420; in AdaptiveQuantCalculation()[all …]
117 EVideoFormat eFormat; member