Home
last modified time | relevance | path

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

/aosp12/hardware/google/gchips/gralloc4/src/hidl_common/
H A DMapperMetadata.cpp812 err = android::gralloc4::encodePixelFormatFourCC(drm_fourcc_from_handle(&partial_handle), &vec); in getFromBufferDescriptorInfo()
834 …(((partial_handle.consumer_usage | partial_handle.producer_usage) & BufferUsage::PROTECTED)) ? 1 :… in getFromBufferDescriptorInfo()
841 if (partial_handle.alloc_format & MALI_GRALLOC_INTFMT_AFBC_BASIC) in getFromBufferDescriptorInfo()
857 int format_index = get_format_index(partial_handle.alloc_format & MALI_GRALLOC_INTFMT_FMT_MASK); in getFromBufferDescriptorInfo()
874 err = get_plane_layouts(&partial_handle, &layouts); in getFromBufferDescriptorInfo()
884 get_format_dataspace(partial_handle.alloc_format & MALI_GRALLOC_INTFMT_FMT_MASK, in getFromBufferDescriptorInfo()
885partial_handle.consumer_usage | partial_handle.producer_usage, partial_handle.width, in getFromBufferDescriptorInfo()
886 partial_handle.height, &dataspace); in getFromBufferDescriptorInfo()
895 const int num_planes = get_num_planes(&partial_handle); in getFromBufferDescriptorInfo()
901 .right = static_cast<int32_t>(partial_handle.plane_info[plane_index].alloc_width), in getFromBufferDescriptorInfo()
[all …]