Searched refs:edge_mode (Results 1 - 2 of 2) sorted by relevance

/hardware/qcom/camera/QCamera2/stack/common/
H A Dcam_types.h529 uint8_t edge_mode; member in struct:__anon479
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3HWI.cpp1853 camMetadata.update(ANDROID_EDGE_MODE, &(edgeApplication->edge_mode), 1);
3333 static const uint8_t edge_mode = ANDROID_EDGE_MODE_HIGH_QUALITY; local
3334 settings.update(ANDROID_EDGE_MODE, &edge_mode, 1);
3668 edge_application.edge_mode = frame_settings.find(ANDROID_EDGE_MODE).data.u8[0];
3669 if (edge_application.edge_mode == CAM_EDGE_MODE_OFF) {

Completed in 84 milliseconds