Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/core/include/
DC2Config.h1425 : bitDepth(8), subsampling(C2Color::YUV_420) { } in C2ColorInfoStruct()
1428 C2Color::subsampling_t subsampling; member
1433 : bitDepth(bitDepth_), subsampling(subsampling_) { } in C2ColorInfoStruct()
1438 : bitDepth(bitDepth_), subsampling(subsampling_) { in C2ColorInfoStruct()
1451 C2FIELD(subsampling, "subsampling")
2156 C2Color::subsampling_t subsampling; member
2162 C2FIELD(subsampling, "subsampling")
/frameworks/av/media/codec2/sfplugin/tests/
DCCodecBuffers_test.cpp148 || desc.subsampling != C2Color::YUV_420 in TEST()
/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp1029 || desc.subsampling != C2Color::YUV_420 in configure()