Home
last modified time | relevance | path

Searched refs:OMX_INTEL_COLOR_FormatYUV420PackedSemiPlanar (Results 1 – 9 of 9) sorted by relevance

/hardware/intel/img/hwcomposer/ips/tangier/
DTngDisplayQuery.cpp31 case OMX_INTEL_COLOR_FormatYUV420PackedSemiPlanar: in isVideoFormat()
/hardware/intel/img/hwcomposer/ips/anniedale/
DPlaneCapabilities.cpp64 case OMX_INTEL_COLOR_FormatYUV420PackedSemiPlanar: in isFormatSupported()
109 case OMX_INTEL_COLOR_FormatYUV420PackedSemiPlanar: in isSizeSupported()
DAnnOverlayPlane.cpp255 case OMX_INTEL_COLOR_FormatYUV420PackedSemiPlanar: // NV12 in bufferOffsetSetup()
734 if (format != OMX_INTEL_COLOR_FormatYUV420PackedSemiPlanar && in rotatedBufferReady()
771 if (format != OMX_INTEL_COLOR_FormatYUV420PackedSemiPlanar && in signalVideoRotation()
/hardware/intel/img/hwcomposer/ips/common/
DGrallocBufferBase.cpp71 case OMX_INTEL_COLOR_FormatYUV420PackedSemiPlanar: in initStride()
DOverlayPlaneBase.cpp404 case OMX_INTEL_COLOR_FormatYUV420PackedSemiPlanar: in getTTMMapper()
565 if (format != OMX_INTEL_COLOR_FormatYUV420PackedSemiPlanar && in rotatedBufferReady()
716 case OMX_INTEL_COLOR_FormatYUV420PackedSemiPlanar: // Intel codec NV12 in bufferOffsetSetup()
808 case OMX_INTEL_COLOR_FormatYUV420PackedSemiPlanar: // NV12 in coordinateSetup()
1130 if (format == OMX_INTEL_COLOR_FormatYUV420PackedSemiPlanar || in setDataBuffer()
/hardware/intel/common/libmix/videoencoder/
DVideoEncoderUtils.cpp28 #define OMX_INTEL_COLOR_FormatYUV420PackedSemiPlanar 0x7FA00E00 macro
211 } else if (h->iFormat == OMX_INTEL_COLOR_FormatYUV420PackedSemiPlanar) { in GetGfxBufferInfo()
315 …if (HAL_PIXEL_FORMAT_NV12 == tmp.format || OMX_INTEL_COLOR_FormatYUV420PackedSemiPlanar == tmp.for… in doMapping()
587 …if (HAL_PIXEL_FORMAT_NV12 != tmp.format && OMX_INTEL_COLOR_FormatYUV420PackedSemiPlanar != tmp.for… in doActionCopy()
/hardware/intel/common/wrs_omxil_core/core/inc/khronos/openmax/include/
DOMX_IntelVideoExt.h211 #define OMX_INTEL_COLOR_FormatYUV420PackedSemiPlanar (OMX_COLOR_FORMATTYPE)0x7FA00E00 macro
/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderBase.cpp913 port_def.format.video.eColorFormat = OMX_INTEL_COLOR_FormatYUV420PackedSemiPlanar;
1008 return OMX_INTEL_COLOR_FormatYUV420PackedSemiPlanar;
1014 return OMX_INTEL_COLOR_FormatYUV420PackedSemiPlanar;
DOMXVideoDecoderVP9HWR.cpp784 port_def.format.video.eColorFormat = OMX_INTEL_COLOR_FormatYUV420PackedSemiPlanar; in SetNativeBufferModeSpecific()