Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/linux-rga/core/
H A Dplatform_gralloc4.cpp78 using android::gralloc4::MetadataType_PlaneLayouts;
79 using android::gralloc4::decodePlaneLayouts;
80 using android::gralloc4::MetadataType_Usage;
81 using android::gralloc4::decodeUsage;
82 using android::gralloc4::MetadataType_PlaneLayouts;
83 using android::gralloc4::decodePlaneLayouts;
84 using android::gralloc4::MetadataType_PixelFormatFourCC;
85 using android::gralloc4::decodePixelFormatFourCC;
86 using android::gralloc4::MetadataType_PixelFormatModifier;
87 using android::gralloc4::decodePixelFormatModifier;
[all …]
H A DGrallocOps.cpp29 err = gralloc4::get_share_fd(handle, fd); in RkRgaGetHandleFd()
45 err = gralloc4::get_width(handle, &w); in RkRgaGetHandleAttributes()
52 err = gralloc4::get_height(handle, &h); in RkRgaGetHandleAttributes()
59 err = gralloc4::get_pixel_stride(handle, &pixel_stride); in RkRgaGetHandleAttributes()
66 err = gralloc4::get_format_requested(handle, &format); in RkRgaGetHandleAttributes()
73 err = gralloc4::get_allocation_size(handle, &size); in RkRgaGetHandleAttributes()
95 err = gralloc4::get_width(handle, &w); in RkRgaGetHandleMapAddress()
102 err = gralloc4::get_height(handle, &h); in RkRgaGetHandleMapAddress()
109 err = gralloc4::lock(handle, GRALLOC_USAGE_SW_READ_MASK, 0, 0, w, h, in RkRgaGetHandleMapAddress()
117 gralloc4::unlock(handle); in RkRgaGetHandleMapAddress()
/OK3568_Linux_fs/external/linux-rga/include/
H A Dplatform_gralloc4.h64 namespace gralloc4 {