Lines Matching refs:BGR888
44 { PixelFormat::BGR888, 8, 3, ColorOrder::BGR },
144 case PixelFormat::BGR888: {
207 case PixelFormat::BGR888: {
256 case PixelFormat::BGR888: {
294 case PixelFormat::BGR888: {
332 case PixelFormat::BGR888:
363 case PixelFormat::BGR888: {
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>(
455 template void set_pixel_to_row<PixelFormat::BGR888>(std::uint8_t* data, std::size_t x, Pixel pixel);
464 template void set_raw_pixel_to_row<PixelFormat::BGR888>(std::uint8_t* data, std::size_t x, RawPixel pixel);
477 template void set_raw_channel_to_row<PixelFormat::BGR888>(