Searched refs:add_camera_metadata_entry (Results 1 – 4 of 4) sorted by relevance
/system/media/camera/fuzz/ |
D | libcamera_metadata_fuzzer.cpp | 45 add_camera_metadata_entry(m, tag, data, data_count); in LLVMFuzzerTestOneInput() 59 add_camera_metadata_entry(m, tag, tag_data, data_count); in LLVMFuzzerTestOneInput() 68 add_camera_metadata_entry(m, tag, tag_data, data_count); in LLVMFuzzerTestOneInput()
|
/system/media/camera/tests/ |
D | camera_metadata_tests.cpp | 228 result = add_camera_metadata_entry(m, in TEST() 241 result = add_camera_metadata_entry(m, in TEST() 254 result = add_camera_metadata_entry(m, in TEST() 267 result = add_camera_metadata_entry(m, in TEST() 286 result = add_camera_metadata_entry(m, in TEST() 380 result = add_camera_metadata_entry(m, in add_test_metadata() 405 result = add_camera_metadata_entry(m, in TEST() 454 result = add_camera_metadata_entry(m, in TEST() 796 result = add_camera_metadata_entry(m, in TEST() 802 result = add_camera_metadata_entry(m, in TEST() [all …]
|
/system/media/camera/include/system/ |
D | camera_metadata.h | 350 int add_camera_metadata_entry(camera_metadata_t *dst,
|
/system/media/camera/src/ |
D | camera_metadata.c | 709 int add_camera_metadata_entry(camera_metadata_t *dst, in add_camera_metadata_entry() function
|