Searched refs:set_raw_channel_to_row (Results 1 - 4 of 4) sorted by relevance
/third_party/backends/testsuite/backend/genesys/ |
H A D | tests_image.cpp | 417 set_raw_channel_to_row(data.data(), 0, 0, 1, PixelFormat::I1); in test_set_raw_channel_to_row() 422 set_raw_channel_to_row(data.data(), 2, 0, 1, PixelFormat::I1); in test_set_raw_channel_to_row() 427 set_raw_channel_to_row(data.data(), 8, 0, 1, PixelFormat::I1); in test_set_raw_channel_to_row() 432 set_raw_channel_to_row(data.data(), 0, 0, 1, PixelFormat::RGB111); in test_set_raw_channel_to_row() 437 set_raw_channel_to_row(data.data(), 0, 1, 1, PixelFormat::RGB111); in test_set_raw_channel_to_row() 442 set_raw_channel_to_row(data.data(), 0, 2, 1, PixelFormat::RGB111); in test_set_raw_channel_to_row() 447 set_raw_channel_to_row(data.data(), 8, 0, 1, PixelFormat::RGB111); in test_set_raw_channel_to_row() 452 set_raw_channel_to_row(data.data(), 0, 0, 0x12, PixelFormat::I8); in test_set_raw_channel_to_row() 457 set_raw_channel_to_row(data.data(), 2, 0, 0x12, PixelFormat::I8); in test_set_raw_channel_to_row() 463 set_raw_channel_to_row(dat in test_set_raw_channel_to_row() [all...] |
/third_party/backends/backend/genesys/ |
H A D | image_pipeline.cpp | 316 set_raw_channel_to_row(out_data, x, 0, ch0, output_format_); in get_next_row_data() 317 set_raw_channel_to_row(out_data, x, 1, ch1, output_format_); in get_next_row_data() 318 set_raw_channel_to_row(out_data, x, 2, ch2, output_format_); in get_next_row_data() 379 set_raw_channel_to_row(out_data, x, 0, ch, output_format_); in get_next_row_data() 447 set_raw_channel_to_row(out_data, x, 0, static_cast<std::uint16_t>(mono), output_format_); in get_next_row_data() 521 set_raw_channel_to_row(out_data, x, 0, ch0, format); in get_next_row_data() 522 set_raw_channel_to_row(out_data, x, 1, ch1, format); in get_next_row_data() 523 set_raw_channel_to_row(out_data, x, 2, ch2, format); in get_next_row_data() 684 set_raw_channel_to_row(out_data, dst_x, c, avg[c] / count, format); in get_next_row_data() 701 set_raw_channel_to_row(out_dat in get_next_row_data() [all...] |
H A D | image_pixel.cpp | 342 void set_raw_channel_to_row(std::uint8_t* data, std::size_t x, unsigned channel, in set_raw_channel_to_row() function 411 void set_raw_channel_to_row(std::uint8_t* data, std::size_t x, unsigned channel, std::uint16_t pixel) in set_raw_channel_to_row() function 413 set_raw_channel_to_row(data, x, channel, pixel, Format); in set_raw_channel_to_row() 469 template void set_raw_channel_to_row<PixelFormat::I1>( 471 template void set_raw_channel_to_row<PixelFormat::RGB111>( 473 template void set_raw_channel_to_row<PixelFormat::I8>( 475 template void set_raw_channel_to_row<PixelFormat::RGB888>( 477 template void set_raw_channel_to_row<PixelFormat::BGR888>( 479 template void set_raw_channel_to_row<PixelFormat::I16>( 481 template void set_raw_channel_to_row<PixelForma [all...] |
H A D | image_pixel.h | 101 void set_raw_channel_to_row(std::uint8_t* data, std::size_t x, unsigned channel, std::uint16_t pixel, 117 void set_raw_channel_to_row(std::uint8_t* data, std::size_t x, unsigned channel,
|
Completed in 4 milliseconds