Lines Matching refs:BGR161616
45 { PixelFormat::BGR161616, 16, 3, ColorOrder::BGR },
158 case PixelFormat::BGR161616: {
224 case PixelFormat::BGR161616:
261 case PixelFormat::BGR161616: {
302 case PixelFormat::BGR161616: {
335 case PixelFormat::BGR161616:
369 case PixelFormat::BGR161616: {
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>
458 template void set_pixel_to_row<PixelFormat::BGR161616>(std::uint8_t* data, std::size_t x, Pixel pixel);
467 template void set_raw_pixel_to_row<PixelFormat::BGR161616>(std::uint8_t* data, std::size_t x, RawPixel pixel);
483 template void set_raw_channel_to_row<PixelFormat::BGR161616>(