Home
last modified time | relevance | path

Searched refs:YV12 (Results 1 – 20 of 20) sorted by relevance

/external/v4l2_codec2/common/
DFourcc.cpp26 case YV12: in fromUint32()
60 case VideoPixelFormat::YV12: in fromVideoPixelFormat()
61 return Fourcc(YV12); in fromVideoPixelFormat()
93 case VideoPixelFormat::YV12: in fromVideoPixelFormat()
148 case YV12: in toVideoPixelFormat()
150 return VideoPixelFormat::YV12; in toVideoPixelFormat()
201 case YV12: in toSinglePlanar()
209 return Fourcc(YV12); in toSinglePlanar()
233 case YV12: in isMultiPlanar()
265 static_assert(Fourcc::YV12 == V4L2_PIX_FMT_YVU420, "Mismatch Fourcc");
DVideoPixelFormat.cpp31 case VideoPixelFormat::YV12: in videoPixelFormatToString()
105 case VideoPixelFormat::YV12: in bitDepth()
162 case VideoPixelFormat::YV12: in RequiresEvenSizeAllocation()
202 case VideoPixelFormat::YV12: in numPlanes()
299 case VideoPixelFormat::YV12: in bytesPerElement()
342 case VideoPixelFormat::YV12: in SampleSize()
DFormatConverter.cpp129 halFormat = HalPixelFormat::YV12; in initialize()
211 inputFormat = VideoPixelFormat::YV12; in convertBlock()
223 case convertMap(VideoPixelFormat::YV12, VideoPixelFormat::I420): in convertBlock()
228 case convertMap(VideoPixelFormat::YV12, VideoPixelFormat::NV12): in convertBlock()
DVideoTypes.cpp90 case HalPixelFormat::YV12: in HalPixelFormatToString()
/external/v4l2_codec2/common/include/v4l2_codec2/common/
DVideoTypes.h35 YV12 = static_cast<int32_t>(HPixelFormat::YV12), enumerator
DVideoPixelFormat.h20 YV12, // 12bpp YVU planar 1x1 Y, 2x2 VU samples. enumerator
DFourcc.h64 YV12 = composeFourcc('Y', 'V', '1', '2'), enumerator
/external/libvpx/libvpx/
Dvpxenc.h30 YV12, // 4:2:0 with uv flipped, only 8-bit depth enumerator
Dvpxenc.c698 global->color_type = YV12; in parse_global_config()
1644 case YV12: input.fmt = VPX_IMG_FMT_YV12; break; in main()
DCHANGELOG601 * For raw I420/YV12 output instead of Y4M, the --i420 or --yv12
/external/libaom/libaom/apps/
Daomenc.h31 YV12, // 4:2:0 with uv flipped, only 8-bit depth enumerator
Daomenc.c1201 global->color_type = YV12; in parse_global_config()
2274 case YV12: input.fmt = AOM_IMG_FMT_YV12; break; in main()
/external/minigbm/cros_gralloc/gralloc3/
DCrosGralloc3Utils.cc84 case PixelFormat::YV12: in getPixelFormatString()
245 case PixelFormat::YV12: in convertToDrmFormat()
/external/crosvm/devices/src/virtio/video/encoder/
Dlibvda_encoder.rs41 libvda::PixelFormat::YV12 => Format::YUV420, in new()
190 Format::YUV420 => libvda::PixelFormat::YV12, in start_session()
/external/crosvm/devices/src/virtio/video/decoder/
Dcapability.rs22 libvda::PixelFormat::YV12 => Format::YUV420, in from_pixel_format()
/external/minigbm/cros_gralloc/gralloc4/
DCrosGralloc4Utils.cc88 case PixelFormat::YV12: in getPixelFormatString()
249 case PixelFormat::YV12: in convertToDrmFormat()
/external/mesa3d/docs/relnotes/
D17.0.1.rst180 - android: fix droid_create_image_from_prime_fd_yuv for YV12
/external/v4l2_codec2/components/
DV4L2Decoder.cpp32 Fourcc::YU12, Fourcc::YV12, Fourcc::YM12, Fourcc::YM21,
DV4L2EncodeComponent.cpp146 HalPixelFormat halFormat = (format == VideoPixelFormat::I420) ? HalPixelFormat::YV12 in getVideoFrameStride()
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_encode.c179 CONV_FORMAT(YV12)