Home
last modified time | relevance | path

Searched refs:crop_count (Results 1 – 3 of 3) sorted by relevance

/device/lge/bullhead/camera/QCamera2/HAL3/
DQCamera3HWI.cpp7849 int32_t *crop_count = in setReprocParameters() local
7855 if ((0 < *crop_count) && (*crop_count < MAX_NUM_STREAMS)) { in setReprocParameters()
7891 ALOGE("%s: Invalid reprocess crop count %d!", __func__, *crop_count); in setReprocParameters()
/device/huawei/angler/camera/QCamera2/HAL3/
DQCamera3HWI.cpp7852 int32_t *crop_count = in setReprocParameters() local
7858 if ((0 < *crop_count) && (*crop_count < MAX_NUM_STREAMS)) { in setReprocParameters()
7894 ALOGE("%s: Invalid reprocess crop count %d!", __func__, *crop_count); in setReprocParameters()
/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3HWI.cpp9059 int32_t *crop_count = in setReprocParameters() local
9065 if ((0 < *crop_count) && (*crop_count < MAX_NUM_STREAMS)) { in setReprocParameters()
9099 LOGE("Invalid reprocess crop count %d!", *crop_count); in setReprocParameters()