Home
last modified time | relevance | path

Searched refs:CHANNEL_CR (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/codec2/vndk/
DC2AllocatorGralloc.cpp433 channel = C2PlaneInfo::CHANNEL_CR; in Gralloc4Mapper_lock()
537 C2PlaneInfo::CHANNEL_CR, // channel in PopulatePlaneLayout()
701 C2PlaneInfo::CHANNEL_CR, // channel in PopulatePlaneLayout()
765 C2PlaneInfo::CHANNEL_CR, // channel in PopulatePlaneLayout()
831 C2PlaneInfo::CHANNEL_CR, // channel in PopulatePlaneLayout()
/frameworks/av/media/codec2/sfplugin/tests/
DCCodecBuffers_test.cpp514 C2PlaneInfo::CHANNEL_CR, in YUVPlanarLayout()
563 C2PlaneInfo::CHANNEL_CR, in YUVSemiPlanarLayout()
612 C2PlaneInfo::CHANNEL_CR, in YVUSemiPlanarLayout()
/frameworks/av/media/codec2/sfplugin/utils/
DCodec2BufferUtils.cpp308 && layout.planes[layout.PLANE_V].channel == C2PlaneInfo::CHANNEL_CR in IsYUV420()
330 && layout.planes[layout.PLANE_V].channel == C2PlaneInfo::CHANNEL_CR in IsYUV420_10bit()
/frameworks/av/media/codec2/core/include/
DC2Buffer.h1618 CHANNEL_CR, ///< Cr enumerator
/frameworks/av/media/codec2/sfplugin/
DCodec2Buffer.cpp315 || vPlane.channel != C2PlaneInfo::CHANNEL_CR) { in GraphicView2MediaImageConverter()