Searched refs:BGR161616 (Results 1 - 7 of 7) sorted by relevance
/third_party/backends/backend/genesys/ |
H A D | image_pixel.cpp | 45 { PixelFormat::BGR161616, 16, 3, ColorOrder::BGR }, 158 case PixelFormat::BGR161616: { in get_pixel_from_row() 224 case PixelFormat::BGR161616: in set_pixel_to_row() 261 case PixelFormat::BGR161616: { in get_raw_pixel_from_row() 302 case PixelFormat::BGR161616: { in set_raw_pixel_to_row() 335 case PixelFormat::BGR161616: in get_raw_channel_from_row() 369 case PixelFormat::BGR161616: { in set_raw_channel_to_row() 423 template Pixel get_pixel_from_row<PixelFormat::BGR161616>(const std::uint8_t* data, std::size_t x); 432 template RawPixel get_raw_pixel_from_row<PixelFormat::BGR161616>(const std::uint8_t* data, std::size_t x); 448 template std::uint16_t get_raw_channel_from_row<PixelFormat::BGR161616> [all...] |
H A D | image.cpp | 131 case PixelFormat::BGR161616: { in convert_pixel_row_impl() 132 convert_pixel_row_impl2<SrcFormat, PixelFormat::BGR161616>(in_data, out_data, count); in convert_pixel_row_impl() 176 case PixelFormat::BGR161616: { in convert_pixel_row_format() 177 convert_pixel_row_impl<PixelFormat::BGR161616>(in_data, out_data, out_format, count); in convert_pixel_row_format()
|
H A D | image_pipeline.cpp | 347 return PixelFormat::BGR161616; in get_output_format() 393 case PixelFormat::BGR161616: return PixelFormat::I16; in get_output_format() 461 case PixelFormat::BGR161616: in get_output_format() 483 case PixelFormat::BGR161616: {
|
H A D | image_pixel.h | 42 BGR161616, member in genesys::PixelFormat
|
H A D | low.cpp | 435 if (pipeline.get_output_format() == PixelFormat::BGR161616) { in read_unshuffled_image_from_scanner() 533 if (pipeline.get_output_format() == PixelFormat::BGR161616) { in read_shuffled_image_from_scanner() 1217 if (pipeline.get_output_format() == PixelFormat::BGR161616) { in build_image_pipeline()
|
/third_party/backends/testsuite/backend/genesys/ |
H A D | tests_image.cpp | 71 ASSERT_EQ(get_pixel_from_row(data.data(), 0, PixelFormat::BGR161616), in test_get_pixel_from_row() 73 ASSERT_EQ(get_pixel_from_row(data.data(), 1, PixelFormat::BGR161616), in test_get_pixel_from_row() 184 set_pixel_to_row(data.data(), 0, pixel, PixelFormat::BGR161616); in test_set_pixel_to_row() 190 set_pixel_to_row(data.data(), 1, pixel, PixelFormat::BGR161616); in test_set_pixel_to_row() 234 ASSERT_EQ(get_raw_pixel_from_row(data.data(), 0, PixelFormat::BGR161616), in test_get_raw_pixel_from_row() 236 ASSERT_EQ(get_raw_pixel_from_row(data.data(), 1, PixelFormat::BGR161616), in test_get_raw_pixel_from_row() 347 set_raw_pixel_to_row(data.data(), 0, pixel, PixelFormat::BGR161616); in test_set_raw_pixel_to_row() 353 set_raw_pixel_to_row(data.data(), 1, pixel, PixelFormat::BGR161616); in test_set_raw_pixel_to_row() 401 ASSERT_EQ(get_raw_channel_from_row(data.data(), 0, 0, PixelFormat::BGR161616), 0x3412); in test_get_raw_channel_from_row() 402 ASSERT_EQ(get_raw_channel_from_row(data.data(), 0, 1, PixelFormat::BGR161616), in test_get_raw_channel_from_row() [all...] |
H A D | tests_image_pipeline.cpp | 227 stack.push_node<ImagePipelineNodeFormatConvert>(PixelFormat::BGR161616); in test_node_format_convert() 232 ASSERT_EQ(stack.get_output_format(), PixelFormat::BGR161616); in test_node_format_convert()
|
Completed in 8 milliseconds