Home | History | Annotate | Download | only in HAL3

Lines Matching full:edge_application

9426         cam_edge_application_t edge_application;
9427 edge_application.edge_mode = frame_settings.find(ANDROID_EDGE_MODE).data.u8[0];
9428 if (edge_application.edge_mode == CAM_EDGE_MODE_OFF) {
9429 edge_application.sharpness = 0;
9431 edge_application.sharpness = gCamCapability[mCameraId]->sharpness_ctrl.def_value; //default
9433 if (ADD_SET_PARAM_ENTRY_TO_BATCH(hal_metadata, CAM_INTF_META_EDGE_MODE, edge_application)) {