Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc3/src/
Dgralloc_vendor_interface.cpp113 auto format_index = get_format_index(descriptor.format); in createNativeHandle() local
114 if (format_index == -1) { in createNativeHandle()
119 uint8_t bpp = formats[format_index].bpp[i]; in createNativeHandle()
/hardware/google/gchips/gralloc4/src/libGralloc4Wrapper/
Dwrapper.cpp103 auto format_index = get_format_index(descriptor.format); in createNativeHandle() local
104 if (format_index == -1) { in createNativeHandle()
110 uint8_t bpp = formats[format_index].bpp[i]; in createNativeHandle()
/hardware/google/gchips/gralloc4/src/hidl_common/
DMapperMetadata.cpp289 int32_t format_index = get_format_index(handle->alloc_format & MALI_GRALLOC_INTFMT_FMT_MASK); in get_plane_layouts() local
290 if (format_index < 0) in get_plane_layouts()
295 const format_info_t format_info = formats[format_index]; in get_plane_layouts()
526 int format_index = get_format_index(handle->alloc_format & MALI_GRALLOC_INTFMT_FMT_MASK); in get_metadata() local
527 if (format_index < 0) in get_metadata()
533 if (formats[format_index].is_yuv) in get_metadata()
857 int format_index = get_format_index(partial_handle.alloc_format & MALI_GRALLOC_INTFMT_FMT_MASK); in getFromBufferDescriptorInfo() local
858 if (format_index < 0) in getFromBufferDescriptorInfo()
864 if (formats[format_index].is_yuv) in getFromBufferDescriptorInfo()