Home
last modified time | relevance | path

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

/third_party/boost/libs/gil/test/extension/io/
Djpeg_write_test.cpp31 write_view( jpeg_out + "gray8_test.jpg" in BOOST_AUTO_TEST_CASE()
41 write_view( jpeg_out + "rgb8_test.jpg" in BOOST_AUTO_TEST_CASE()
51 write_view( jpeg_out + "cmyk8_test.jpg" in BOOST_AUTO_TEST_CASE()
79 write_view( jpeg_out + "fast_dct_write_test.jpg" in BOOST_AUTO_TEST_CASE()
92 color_space_write_test< jpeg_tag >( jpeg_out + "rgb_color_space_test.jpg" in BOOST_AUTO_TEST_CASE()
93 , jpeg_out + "bgr_color_space_test.jpg" in BOOST_AUTO_TEST_CASE()
Djpeg_test.cpp201 std::string filename( jpeg_out + "write_test_string.jpg" ); in BOOST_AUTO_TEST_CASE()
213 std::string filename( jpeg_out + "write_test_ofstream.jpg" ); in BOOST_AUTO_TEST_CASE()
226 std::string filename( jpeg_out + "write_test_file.jpg" ); in BOOST_AUTO_TEST_CASE()
239 std::string filename( jpeg_out + "write_test_info.jpg" ); in BOOST_AUTO_TEST_CASE()
275 std::string filename( jpeg_out + "stream_test.jpg" ); in BOOST_AUTO_TEST_CASE()
328 write_view( jpeg_out + "old_dynamic_image_test.jpg" in BOOST_AUTO_TEST_CASE()
Djpeg_old_test.cpp66 jpeg_write_view( jpeg_out + "old_write_test.jpg" in BOOST_AUTO_TEST_CASE()
92 jpeg_write_view( jpeg_out + "old_dynamic_image_test.jpg" in BOOST_AUTO_TEST_CASE()
Dall_formats_test.cpp45 fs::create_directories(fs::path(jpeg_out)); in BOOST_AUTO_TEST_CASE()
46 write_view( jpeg_out + "all_formats_test.jpg", view( img ), jpeg_tag() ); in BOOST_AUTO_TEST_CASE()
Dsimple_all_formats.cpp38 fs::create_directories(fs::path(jpeg_out)); in test_jpeg()
39 gil::write_view(jpeg_out + "simple_all_format.jpg", gil::view(img), gil::jpeg_tag()); in test_jpeg()
Djpeg_read_test.cpp92 write_view( jpeg_out + "rgb8_test.jpg" in BOOST_AUTO_TEST_CASE()
113 write_view( jpeg_out + "fast_dct_read_test.jpg" in BOOST_AUTO_TEST_CASE()
Dpaths.hpp43 static const std::string jpeg_out = base + "output/"; variable
/third_party/boost/libs/gil/test/extension/io/jpeg/
Djpeg_write_test.cpp22 gil::write_view(jpeg_out + "gray8_test.jpg", create_mandel_view(200, 200, in test_write_gray8()
28 gil::write_view(jpeg_out + "rgb8_test.jpg", create_mandel_view(200, 200, in test_write_rgb8()
34 gil::write_view(jpeg_out + "cmyk8_test.jpg", create_mandel_view(200, 200, in test_write_cmyk8()
51 gil::write_view(jpeg_out + "fast_dct_write_test.jpg", gil::view(img), info); in test_dct_method_write_test()
60 jpeg_out + "rgb_color_space_test.jpg", in test_rgb_color_space_write_test()
61 jpeg_out + "bgr_color_space_test.jpg"); in test_rgb_color_space_write_test()
Djpeg_test.cpp161 std::string filename(jpeg_out + "write_test_string.jpg"); in test_write_view()
166 std::string filename(jpeg_out + "write_test_ofstream.jpg"); in test_write_view()
172 std::string filename(jpeg_out + "write_test_file.jpg"); in test_write_view()
178 std::string filename(jpeg_out + "write_test_info.jpg"); in test_write_view()
208 std::string filename(jpeg_out + "stream_test.jpg"); in test_stream()
252 gil::write_view(jpeg_out + "old_dynamic_image_test.jpg", gil::view(image), gil::jpeg_tag()); in test_dynamic_image()
Djpeg_old_test.cpp64 gil::jpeg_write_view(jpeg_out + "old_write_test.jpg", create_mandel_view(320, 240, b, g)); in test_old_write_view()
82 gil::jpeg_write_view(jpeg_out + "old_dynamic_image_test.jpg", gil::view(image)); in test_old_dynamic_image()
Djpeg_read_test.cpp69 gil::write_view(jpeg_out + "rgb8_test.jpg", gil::view(img), gil::jpeg_tag()); in test_read_reference_images()
84 gil::write_view(jpeg_out + "fast_dct_read_test.jpg", gil::view(img), gil::jpeg_tag()); in test_dct_method_read()