Home | History | Annotate | Download | only in libcamera

Lines Matching refs:SET_METHOD

4445 #define SET_METHOD(m) m : HAL_camera_device_##m
4448 SET_METHOD(set_preview_window),
4449 SET_METHOD(set_callbacks),
4450 SET_METHOD(enable_msg_type),
4451 SET_METHOD(disable_msg_type),
4452 SET_METHOD(msg_type_enabled),
4453 SET_METHOD(start_preview),
4454 SET_METHOD(stop_preview),
4455 SET_METHOD(preview_enabled),
4456 SET_METHOD(store_meta_data_in_buffers),
4457 SET_METHOD(start_recording),
4458 SET_METHOD(stop_recording),
4459 SET_METHOD(recording_enabled),
4460 SET_METHOD(release_recording_frame),
4461 SET_METHOD(auto_focus),
4462 SET_METHOD(cancel_auto_focus),
4463 SET_METHOD(take_picture),
4464 SET_METHOD(cancel_picture),
4465 SET_METHOD(set_parameters),
4466 SET_METHOD(get_parameters),
4467 SET_METHOD(put_parameters),
4468 SET_METHOD(send_command),
4469 SET_METHOD(release),
4470 SET_METHOD(dump),
4473 #undef SET_METHOD