Home
last modified time | relevance | path

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

/external/libxcam/tests/
Dtest-soft-image.cpp314 elements_open_file (const SoftElements &elements, const char *option, const bool &nv12_output) in elements_open_file() argument
319 if (nv12_output) in elements_open_file()
381 write_image (const SoftElements &ins, const SoftElements &outs, const bool &nv12_output) { in write_image() argument
382 if (nv12_output) { in write_image()
410 ensure_output_format (const char *file_name, const SoftType &type, bool &nv12_output) in ensure_output_format() argument
421 nv12_output = false; in ensure_output_format()
478 bool nv12_output, bool save_output, int loop) in run_stitcher() argument
513 write_image (ins, outs, nv12_output); in run_stitcher()
561 bool nv12_output = true; in main() local
695 …CHECK (ensure_output_format (outs[0]->get_file_name (), type, nv12_output), "unsupported output fo… in main()
[all …]