Home
last modified time | relevance | path

Searched refs:subsampling (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/graphics/mapper/3.0/
Dtypes.hal60 * Buffer chroma subsampling is defined in the format.
61 * e.g. PixelFormat::YCBCR_420_888 has subsampling 4:2:0.
/hardware/interfaces/graphics/mapper/2.0/
Dtypes.hal41 * Buffer chroma subsampling is defined in the format.
42 * e.g. PixelFormat::YCBCR_420_888 has subsampling 4:2:0.
/hardware/google/av/codec2/include/
DC2Config.h1374 : bitDepth(8), subsampling(C2Color::YUV_420) { } in C2ColorInfoStruct()
1377 C2Color::subsampling_t subsampling; member
1382 : bitDepth(bitDepth_), subsampling(subsampling_) { } in C2ColorInfoStruct()
1387 : bitDepth(bitDepth_), subsampling(subsampling_) { in C2ColorInfoStruct()
1400 C2FIELD(subsampling, "subsampling")
2044 C2Color::subsampling_t subsampling; member
2050 C2FIELD(subsampling, "subsampling")
/hardware/qcom/camera/msm8998/usbcamcore/src/
DQCameraMjpegDecode.cpp341 header.main.width, header.main.height, (int)header.main.subsampling); in decoder_test()