Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/sfplugin/utils/
H A DCodec2BufferUtils.cpp540 const uint8_t *pBlue = src.data()[C2PlanarLayout::PLANE_B]; in ConvertRGBToPlanarYUV()
577 pBlue += layout.planes[C2PlanarLayout::PLANE_B].colInc; in ConvertRGBToPlanarYUV()
587 pBlue -= layout.planes[C2PlanarLayout::PLANE_B].colInc * src.width(); in ConvertRGBToPlanarYUV()
590 pBlue += layout.planes[C2PlanarLayout::PLANE_B].rowInc; in ConvertRGBToPlanarYUV()
/aosp12/frameworks/av/media/codec2/vndk/
H A DC2AllocatorGralloc.cpp478 addr[C2PlanarLayout::PLANE_B] = (uint8_t *)pointer + 2; in map()
508 layout->planes[C2PlanarLayout::PLANE_B] = { in map()
/aosp12/frameworks/av/media/codec2/core/include/
H A DC2Buffer.h1714 PLANE_B = 2, enumerator