Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc4/src/hidl_common/
DSharedMetadata.h52 void get_crop_rect(const private_handle_t *hnd, std::optional<Rect> *crop);
DSharedMetadata.cpp48 void get_crop_rect(const private_handle_t *hnd, std::optional<Rect> *crop) in get_crop_rect() function
DMapperMetadata.cpp536 get_crop_rect(handle, &crop_rect); in get_metadata()
/hardware/google/gchips/gralloc4/src/stable-c/
DGrallocMapper.cpp159 common::get_crop_rect(hnd, &crop_rect); in getStandardMetadataHelper()