Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc4/src/hidl_common/
DMapperMetadata.cpp763 …private_handle_t partial_handle(0, descriptor.alloc_sizes, descriptor.consumer_usage, descriptor.p… in getFromBufferDescriptorInfo() local
793 err = android::gralloc4::encodePixelFormatFourCC(drm_fourcc_from_handle(&partial_handle), &vec); in getFromBufferDescriptorInfo()
796 …err = android::gralloc4::encodePixelFormatModifier(drm_modifier_from_handle(&partial_handle), &vec… in getFromBufferDescriptorInfo()
815 …(((partial_handle.consumer_usage | partial_handle.producer_usage) & static_cast<uint64_t>(BufferUs… in getFromBufferDescriptorInfo()
822 if (partial_handle.alloc_format & MALI_GRALLOC_INTFMT_AFBC_BASIC) in getFromBufferDescriptorInfo()
838 int format_index = get_format_index(partial_handle.alloc_format & MALI_GRALLOC_INTFMT_FMT_MASK); in getFromBufferDescriptorInfo()
855 err = get_plane_layouts(&partial_handle, &layouts); in getFromBufferDescriptorInfo()
865 get_format_dataspace(partial_handle.alloc_format & MALI_GRALLOC_INTFMT_FMT_MASK, in getFromBufferDescriptorInfo()
866partial_handle.consumer_usage | partial_handle.producer_usage, partial_handle.width, in getFromBufferDescriptorInfo()
867 partial_handle.height, &dataspace); in getFromBufferDescriptorInfo()
[all …]