Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc4/src/hidl_common/
DSharedMetadata.h53 android::status_t set_crop_rect(const private_handle_t *hnd, const Rect &crop_rectangle);
DSharedMetadata.cpp54 android::status_t set_crop_rect(const private_handle_t *hnd, const Rect &crop) in set_crop_rect() function
DMapperMetadata.cpp683 err = set_crop_rect(handle, crops[0]); in set_metadata()
/hardware/google/gchips/gralloc4/src/stable-c/
DGrallocMapper.cpp283 common::set_crop_rect(hnd, value[0]); in setStandardMetadataHelper()