Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc4/src/hidl_common/
DMapperMetadata.cpp294 int32_t format_index = get_format_index(base_format); in get_plane_layouts() local
295 if (format_index < 0) in get_plane_layouts()
300 const format_info_t format_info = formats[format_index]; in get_plane_layouts()
480 int format_index = get_format_index(handle->alloc_format & MALI_GRALLOC_INTFMT_FMT_MASK); in get_metadata() local
481 if (format_index < 0) in get_metadata()
487 if (formats[format_index].is_yuv) in get_metadata()
838 int format_index = get_format_index(partial_handle.alloc_format & MALI_GRALLOC_INTFMT_FMT_MASK); in getFromBufferDescriptorInfo() local
839 if (format_index < 0) in getFromBufferDescriptorInfo()
845 if (formats[format_index].is_yuv) in getFromBufferDescriptorInfo()
/hardware/google/gchips/gralloc4/src/stable-c/
DGrallocMapper.cpp135 int format_index = get_format_index(hnd->alloc_format & MALI_GRALLOC_INTFMT_FMT_MASK); in getStandardMetadataHelper() local
136 if (formats[format_index].is_yuv) siting = android::gralloc4::ChromaSiting_Unknown; in getStandardMetadataHelper()