Home
last modified time | relevance | path

Searched refs:RGB161616 (Results 1 - 7 of 7) sorted by relevance

/third_party/backends/backend/genesys/
H A Dimage_pixel.cpp43 { PixelFormat::RGB161616, 16, 3, ColorOrder::RGB },
151 case PixelFormat::RGB161616: { in get_pixel_from_row()
214 case PixelFormat::RGB161616: { in set_pixel_to_row()
260 case PixelFormat::RGB161616: in get_raw_pixel_from_row()
301 case PixelFormat::RGB161616: in set_raw_pixel_to_row()
334 case PixelFormat::RGB161616: in get_raw_channel_from_row()
368 case PixelFormat::RGB161616: in set_raw_channel_to_row()
422 template Pixel get_pixel_from_row<PixelFormat::RGB161616>(const std::uint8_t* data, std::size_t x);
431 template RawPixel get_raw_pixel_from_row<PixelFormat::RGB161616>(const std::uint8_t* data, std::size_t x);
446 template std::uint16_t get_raw_channel_from_row<PixelFormat::RGB161616>(
[all...]
H A Dimage.cpp127 case PixelFormat::RGB161616: { in convert_pixel_row_impl()
128 convert_pixel_row_impl2<SrcFormat, PixelFormat::RGB161616>(in_data, out_data, count); in convert_pixel_row_impl()
172 case PixelFormat::RGB161616: { in convert_pixel_row_format()
173 convert_pixel_row_impl<PixelFormat::RGB161616>(in_data, out_data, out_format, count); in convert_pixel_row_format()
232 case PixelFormat::RGB161616: in is_supported_write_tiff_file_image_format()
H A Dimage_pipeline.cpp344 return PixelFormat::RGB161616; in get_output_format()
392 case PixelFormat::RGB161616: in get_output_format()
460 case PixelFormat::RGB161616: in get_output_format()
478 case PixelFormat::RGB161616: {
H A Dimage_pixel.h41 RGB161616, member in genesys::PixelFormat
H A Dlow.cpp436 pipeline.push_node<ImagePipelineNodeFormatConvert>(PixelFormat::RGB161616); in read_unshuffled_image_from_scanner()
534 pipeline.push_node<ImagePipelineNodeFormatConvert>(PixelFormat::RGB161616); in read_shuffled_image_from_scanner()
1218 pipeline.push_node<ImagePipelineNodeFormatConvert>(PixelFormat::RGB161616); in build_image_pipeline()
/third_party/backends/testsuite/backend/genesys/
H A Dtests_image.cpp67 ASSERT_EQ(get_pixel_from_row(data.data(), 0, PixelFormat::RGB161616), in test_get_pixel_from_row()
69 ASSERT_EQ(get_pixel_from_row(data.data(), 1, PixelFormat::RGB161616), in test_get_pixel_from_row()
172 set_pixel_to_row(data.data(), 0, pixel, PixelFormat::RGB161616); in test_set_pixel_to_row()
178 set_pixel_to_row(data.data(), 1, pixel, PixelFormat::RGB161616); in test_set_pixel_to_row()
230 ASSERT_EQ(get_raw_pixel_from_row(data.data(), 0, PixelFormat::RGB161616), in test_get_raw_pixel_from_row()
232 ASSERT_EQ(get_raw_pixel_from_row(data.data(), 1, PixelFormat::RGB161616), in test_get_raw_pixel_from_row()
335 set_raw_pixel_to_row(data.data(), 0, pixel, PixelFormat::RGB161616); in test_set_raw_pixel_to_row()
341 set_raw_pixel_to_row(data.data(), 1, pixel, PixelFormat::RGB161616); in test_set_raw_pixel_to_row()
395 ASSERT_EQ(get_raw_channel_from_row(data.data(), 0, 0, PixelFormat::RGB161616), 0x3412); in test_get_raw_channel_from_row()
396 ASSERT_EQ(get_raw_channel_from_row(data.data(), 0, 1, PixelFormat::RGB161616), in test_get_raw_channel_from_row()
[all...]
H A Dtests_image_pipeline.cpp347 stack.push_first_node<ImagePipelineNodeArraySource>(4, 1, PixelFormat::RGB161616, in test_node_swap_16bit_endian()
354 ASSERT_EQ(stack.get_output_format(), PixelFormat::RGB161616); in test_node_swap_16bit_endian()
385 stack.push_first_node<ImagePipelineNodeArraySource>(4, 1, PixelFormat::RGB161616, in test_node_invert_16_bits()
392 ASSERT_EQ(stack.get_output_format(), PixelFormat::RGB161616); in test_node_invert_16_bits()
936 stack.push_first_node<ImagePipelineNodeArraySource>(1, 1, PixelFormat::RGB161616, in test_node_calibrate_16bit()
943 ASSERT_EQ(stack.get_output_format(), PixelFormat::RGB161616); in test_node_calibrate_16bit()

Completed in 9 milliseconds