HomeSort by relevance Sort by last modified time
    Searched refs:OMX_INTEL_COLOR_FormatYUV420PackedSemiPlanar (Results 1 - 10 of 10) sorted by null

  /hardware/intel/img/hwcomposer/ips/tangier/
TngDisplayQuery.cpp 31 case OMX_INTEL_COLOR_FormatYUV420PackedSemiPlanar:
  /hardware/intel/img/hwcomposer/ips/common/
GrallocBufferBase.cpp 71 case OMX_INTEL_COLOR_FormatYUV420PackedSemiPlanar:
OverlayPlaneBase.cpp 404 case OMX_INTEL_COLOR_FormatYUV420PackedSemiPlanar:
565 if (format != OMX_INTEL_COLOR_FormatYUV420PackedSemiPlanar &&
716 case OMX_INTEL_COLOR_FormatYUV420PackedSemiPlanar: // Intel codec NV12
808 case OMX_INTEL_COLOR_FormatYUV420PackedSemiPlanar: // NV12
    [all...]
  /hardware/intel/img/hwcomposer/ips/anniedale/
PlaneCapabilities.cpp 64 case OMX_INTEL_COLOR_FormatYUV420PackedSemiPlanar:
109 case OMX_INTEL_COLOR_FormatYUV420PackedSemiPlanar:
AnnOverlayPlane.cpp 292 case OMX_INTEL_COLOR_FormatYUV420PackedSemiPlanar: // NV12
764 if (format != OMX_INTEL_COLOR_FormatYUV420PackedSemiPlanar &&
801 if (format != OMX_INTEL_COLOR_FormatYUV420PackedSemiPlanar &&
  /hardware/intel/common/wrs_omxil_core/core/inc/khronos/openmax/include/
OMX_IntelVideoExt.h 211 #define OMX_INTEL_COLOR_FormatYUV420PackedSemiPlanar (OMX_COLOR_FORMATTYPE)0x7FA00E00
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderUtils.cpp 28 #define OMX_INTEL_COLOR_FormatYUV420PackedSemiPlanar 0x7FA00E00
180 /* only support OMX_INTEL_COLOR_FormatYUV420PackedSemiPlanar
211 } else if (h->iFormat == OMX_INTEL_COLOR_FormatYUV420PackedSemiPlanar) {
315 if (HAL_PIXEL_FORMAT_NV12 == tmp.format || OMX_INTEL_COLOR_FormatYUV420PackedSemiPlanar == tmp.format)
586 //only support HAL_PIXEL_FORMAT_NV12 & OMX_INTEL_COLOR_FormatYUV420PackedSemiPlanar
587 if (HAL_PIXEL_FORMAT_NV12 != tmp.format && OMX_INTEL_COLOR_FormatYUV420PackedSemiPlanar != tmp.format) {
  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderVP9Hybrid.cpp 331 port_def.format.video.eColorFormat = (OMX_COLOR_FORMATTYPE)OMX_INTEL_COLOR_FormatYUV420PackedSemiPlanar;
OMXVideoDecoderBase.cpp     [all...]
OMXVideoDecoderVP9HWR.cpp 786 port_def.format.video.eColorFormat = OMX_INTEL_COLOR_FormatYUV420PackedSemiPlanar;

Completed in 101 milliseconds