Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/vndk/
DC2AllocatorGralloc.cpp39 using PixelFormat4 = ::android::hardware::graphics::common::V1_2::PixelFormat; typedef
479 format = static_cast<uint32_t>(PixelFormat4::RGBX_8888); in PopulatePlaneLayout()
482 format = static_cast<uint32_t>(PixelFormat4::RGBA_8888); in PopulatePlaneLayout()
490 case static_cast<uint32_t>(PixelFormat4::RGBA_1010102): { in PopulatePlaneLayout()
565 case static_cast<uint32_t>(PixelFormat4::RGBA_8888): in PopulatePlaneLayout()
568 case static_cast<uint32_t>(PixelFormat4::RGBX_8888): { in PopulatePlaneLayout()
625 case static_cast<uint32_t>(PixelFormat4::BLOB): { in PopulatePlaneLayout()
638 case static_cast<uint32_t>(PixelFormat4::YCBCR_422_SP): in PopulatePlaneLayout()
640 case static_cast<uint32_t>(PixelFormat4::YCRCB_420_SP): in PopulatePlaneLayout()
642 case static_cast<uint32_t>(PixelFormat4::YCBCR_422_I): in PopulatePlaneLayout()
[all …]