Home
last modified time | relevance | path

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

/external/minigbm/
Ddri.c369 drv_get_standard_fourcc(data->format), in dri_bo_import()
388 drv_get_standard_fourcc(data->format), data->fds, in dri_bo_import()
Ddrv.h196 uint32_t drv_get_standard_fourcc(uint32_t fourcc_internal);
Ddrv.c716 uint32_t drv_get_standard_fourcc(uint32_t fourcc_internal) in drv_get_standard_fourcc() function
/external/minigbm/cros_gralloc/gralloc0/
Dgralloc0.cc294 info->drm_fourcc = drv_get_standard_fourcc(hnd->format); in gralloc0_perform()
/external/minigbm/cros_gralloc/gralloc4/
DCrosGralloc4Mapper.cc485 drv_get_standard_fourcc(crosBuffer->get_format()), &encodedMetadata); in get()
720 status = android::gralloc4::encodePixelFormatFourCC(drv_get_standard_fourcc(drmFormat), in getFromBufferDescriptorInfo()
/external/minigbm/cros_gralloc/mapper_stablec/
DMapper.cpp364 return provide(drv_get_standard_fourcc(crosBuffer->get_format())); in getStandardMetadata()