Home
last modified time | relevance | path

Searched refs:get_file_name (Results 1 – 3 of 3) sorted by relevance

/external/libxcam/tests/
Dtest-soft-image.cpp98 const char *get_file_name () const { in get_file_name() function in SoftElement
307 combine_name (elements[0]->get_file_name (), element_name, file_name); in add_element()
327 XCAM_LOG_ERROR ("open file(%s) failed", elements[i]->get_file_name ()); in elements_open_file()
401 …std::snprintf (img_name, XCAM_TEST_MAX_STR_SIZE, "%s_%d.jpg", outs[i]->get_file_name (), frame_num… in write_image()
487 … CHECK (ins[i]->rewind_file (), "rewind buffer from file(%s) failed", ins[i]->get_file_name ()); in run_stitcher()
497 CHECK (ret, "read buffer from file(%s) failed.", ins[i]->get_file_name ()); in run_stitcher()
664 !strlen (ins[0]->get_file_name ()) || !strlen (outs[0]->get_file_name ())) { in main()
671 printf ("input%d file:\t\t%s\n", i, ins[i]->get_file_name ()); in main()
673 printf ("output file:\t\t%s\n", outs[0]->get_file_name ()); in main()
690 CHECK (ins[i]->open_file ("rb"), "open file(%s) failed", ins[i]->get_file_name ()); in main()
[all …]
/external/libxcam/modules/soft/
Dsoft_image.h316 "soft image file(%s) read buf failed, file is not open", XCAM_STR (get_file_name ())); in read_buf()
320 "soft image file(%s) read buf failed, buf is not valid", XCAM_STR (get_file_name ())); in read_buf()
330 … "soft image file(%s) read buf failed, image_line:%d", XCAM_STR (get_file_name ()), index); in read_buf()
341 "soft image file(%s) write buf failed, file is not open", XCAM_STR (get_file_name ())); in write_buf()
345 "soft image file(%s) write buf failed, buf is not valid", XCAM_STR (get_file_name ())); in write_buf()
355 … "soft image file(%s) write buf failed, image_line:%d", XCAM_STR (get_file_name ()), index); in write_buf()
/external/libxcam/xcore/
Dfile_handle.h43 const char* get_file_name () const { in get_file_name() function