Home
last modified time | relevance | path

Searched refs:add_camera_metadata_entry (Results 1 – 4 of 4) sorted by relevance

/system/media/camera/fuzz/
Dlibcamera_metadata_fuzzer.cpp45 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/
Dcamera_metadata_tests.cpp228 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/
Dcamera_metadata.h350 int add_camera_metadata_entry(camera_metadata_t *dst,
/system/media/camera/src/
Dcamera_metadata.c709 int add_camera_metadata_entry(camera_metadata_t *dst, in add_camera_metadata_entry() function