Home
last modified time | relevance | path

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

/external/minigbm/
Ddri.c346 drv_get_standard_fourcc(data->format), in dri_bo_import()
365 drv_get_standard_fourcc(data->format), data->fds, in dri_bo_import()
Ddrv.h223 uint32_t drv_get_standard_fourcc(uint32_t fourcc_internal);
Ddrv.c757 uint32_t drv_get_standard_fourcc(uint32_t fourcc_internal) in drv_get_standard_fourcc() function
/external/minigbm/cros_gralloc/gralloc0/
Dgralloc0.cc324 info->drm_fourcc = drv_get_standard_fourcc(hnd->format); in gralloc0_perform()
/external/minigbm/cros_gralloc/gralloc4/
DCrosGralloc4Mapper.cc469 drv_get_standard_fourcc(crosBuffer->get_format()), &encodedMetadata); in get()
748 status = android::gralloc4::encodePixelFormatFourCC(drv_get_standard_fourcc(drmFormat), in getFromBufferDescriptorInfo()
/external/minigbm/cros_gralloc/mapper_stablec/
DMapper.cpp340 return provide(drv_get_standard_fourcc(crosBuffer->get_format())); in getStandardMetadata()