Home | History | Annotate | Download | only in HAL3

Lines Matching full:edge_application

8219         cam_edge_application_t edge_application;
8220 edge_application.edge_mode = frame_settings.find(ANDROID_EDGE_MODE).data.u8[0];
8221 if (edge_application.edge_mode == CAM_EDGE_MODE_OFF) {
8222 edge_application.sharpness = 0;
8224 edge_application.sharpness = gCamCapability[mCameraId]->sharpness_ctrl.def_value; //default
8226 if (ADD_SET_PARAM_ENTRY_TO_BATCH(hal_metadata, CAM_INTF_META_EDGE_MODE, edge_application)) {