Home | History | Annotate | Download | only in HAL3

Lines Matching refs:edge_mode

2828         camMetadata.update(ANDROID_EDGE_MODE, &(edgeApplication->edge_mode), 1);
5523 static const uint8_t edge_mode = ANDROID_EDGE_MODE_FAST;
5524 settings.update(ANDROID_EDGE_MODE, &edge_mode, 1);
6064 edge_application.edge_mode = frame_settings.find(ANDROID_EDGE_MODE).data.u8[0];
6065 if (edge_application.edge_mode == CAM_EDGE_MODE_OFF) {