Home
last modified time | relevance | path

Searched refs:eFormat (Results 1 – 7 of 7) sorted by relevance

/third_party/openh264/codec/processing/src/imagerotate/
Dimagerotate.cpp71 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()
/third_party/openh264/codec/processing/src/common/
DWelsFrameWork.cpp226 if (pSrcPixMap.eFormat != VIDEO_FORMAT_I420 && pSrcPixMap.eFormat != VIDEO_FORMAT_YV12) in CheckValid()
230 if (pDstPixMap.eFormat != pSrcPixMap.eFormat) in CheckValid()
/third_party/openmax/api/1.1.2/
DOMX_Other.h318 OMX_OTHER_FORMATTYPE eFormat; /**< Type of data expected for this channel */ member
329 OMX_OTHER_FORMATTYPE eFormat; /**< Type of data expected for this channel */ member
DOMX_Video.h703 OMX_VIDEO_WMVFORMATTYPE eFormat; member
748 OMX_VIDEO_RVFORMATTYPE eFormat; member
DOMX_Audio.h216 OMX_AUDIO_MP3STREAMFORMATTYPE eFormat; /**< MP3 stream format */ member
357 OMX_AUDIO_WMAFORMATTYPE eFormat; /**< Version of WMA stream / data */ member
394 OMX_AUDIO_RAFORMATTYPE eFormat; /**< is the RealAudio audio format */ member
/third_party/openh264/codec/encoder/core/src/
Dwels_preprocess.cpp587 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 …]
/third_party/openh264/codec/processing/interface/
DIWelsVP.h117 EVideoFormat eFormat; member