Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/vndk/
DC2AllocatorGralloc.cpp429 channel = C2PlaneInfo::CHANNEL_CB; in Gralloc4Mapper_lock()
524 C2PlaneInfo::CHANNEL_CB, // channel in PopulatePlaneLayout()
688 C2PlaneInfo::CHANNEL_CB, // channel in PopulatePlaneLayout()
752 C2PlaneInfo::CHANNEL_CB, // channel in PopulatePlaneLayout()
818 C2PlaneInfo::CHANNEL_CB, // channel in PopulatePlaneLayout()
/frameworks/av/media/codec2/sfplugin/tests/
DCCodecBuffers_test.cpp501 C2PlaneInfo::CHANNEL_CB, in YUVPlanarLayout()
550 C2PlaneInfo::CHANNEL_CB, in YUVSemiPlanarLayout()
599 C2PlaneInfo::CHANNEL_CB, in YVUSemiPlanarLayout()
/frameworks/av/media/codec2/sfplugin/utils/
DCodec2BufferUtils.cpp302 && layout.planes[layout.PLANE_U].channel == C2PlaneInfo::CHANNEL_CB in IsYUV420()
325 && layout.planes[layout.PLANE_U].channel == C2PlaneInfo::CHANNEL_CB in IsYUV420_10bit()
/frameworks/av/media/codec2/core/include/
DC2Buffer.h1619 CHANNEL_CB, ///< Cb enumerator
/frameworks/av/media/codec2/sfplugin/
DCodec2Buffer.cpp314 || uPlane.channel != C2PlaneInfo::CHANNEL_CB in GraphicView2MediaImageConverter()