Searched refs:BGR888 (Results 1 - 6 of 6) sorted by relevance
/third_party/backends/backend/genesys/ |
H A D | image_pixel.cpp | 44 { PixelFormat::BGR888, 8, 3, ColorOrder::BGR }, 144 case PixelFormat::BGR888: { in get_pixel_from_row() 207 case PixelFormat::BGR888: { in set_pixel_to_row() 256 case PixelFormat::BGR888: { in get_raw_pixel_from_row() 294 case PixelFormat::BGR888: { in set_raw_pixel_to_row() 332 case PixelFormat::BGR888: in get_raw_channel_from_row() 363 case PixelFormat::BGR888: { in set_raw_channel_to_row() 420 template Pixel get_pixel_from_row<PixelFormat::BGR888>(const std::uint8_t* data, std::size_t x); 429 template RawPixel get_raw_pixel_from_row<PixelFormat::BGR888>(const std::uint8_t* data, std::size_t x); 442 template std::uint16_t get_raw_channel_from_row<PixelFormat::BGR888>( [all...] |
H A D | image.cpp | 119 case PixelFormat::BGR888: { in convert_pixel_row_impl() 120 convert_pixel_row_impl2<SrcFormat, PixelFormat::BGR888>(in_data, out_data, count); in convert_pixel_row_impl() 164 case PixelFormat::BGR888: { in convert_pixel_row_format() 165 convert_pixel_row_impl<PixelFormat::BGR888>(in_data, out_data, out_format, count); in convert_pixel_row_format()
|
H A D | image_pipeline.cpp | 338 return PixelFormat::BGR888; in get_output_format() 391 case PixelFormat::BGR888: return PixelFormat::I8; in get_output_format() 458 case PixelFormat::BGR888: in get_output_format() 482 case PixelFormat::BGR888:
|
H A D | image_pixel.h | 39 BGR888, member in genesys::PixelFormat 98 // has the index 0. E.g. 0-th channel in RGB888 is the red byte, but in BGR888 is the blue byte.
|
H A D | low.cpp | 431 if (pipeline.get_output_format() == PixelFormat::BGR888) { in read_unshuffled_image_from_scanner() 529 if (pipeline.get_output_format() == PixelFormat::BGR888) { in read_shuffled_image_from_scanner() 1213 if (pipeline.get_output_format() == PixelFormat::BGR888) { in build_image_pipeline()
|
/third_party/backends/testsuite/backend/genesys/ |
H A D | tests_image.cpp | 59 ASSERT_EQ(get_pixel_from_row(data.data(), 0, PixelFormat::BGR888), in test_get_pixel_from_row() 61 ASSERT_EQ(get_pixel_from_row(data.data(), 1, PixelFormat::BGR888), in test_get_pixel_from_row() 148 set_pixel_to_row(data.data(), 0, pixel, PixelFormat::BGR888); in test_set_pixel_to_row() 154 set_pixel_to_row(data.data(), 1, pixel, PixelFormat::BGR888); in test_set_pixel_to_row() 222 ASSERT_EQ(get_raw_pixel_from_row(data.data(), 0, PixelFormat::BGR888), in test_get_raw_pixel_from_row() 224 ASSERT_EQ(get_raw_pixel_from_row(data.data(), 1, PixelFormat::BGR888), in test_get_raw_pixel_from_row() 311 set_raw_pixel_to_row(data.data(), 0, pixel, PixelFormat::BGR888); in test_set_raw_pixel_to_row() 317 set_raw_pixel_to_row(data.data(), 1, pixel, PixelFormat::BGR888); in test_set_raw_pixel_to_row() 387 ASSERT_EQ(get_raw_channel_from_row(data.data(), 0, 0, PixelFormat::BGR888), 0x12); in test_get_raw_channel_from_row() 388 ASSERT_EQ(get_raw_channel_from_row(data.data(), 0, 1, PixelFormat::BGR888), in test_get_raw_channel_from_row() [all...] |
Completed in 8 milliseconds