Home
last modified time | relevance | path

Searched refs:bgr8 (Results 1 – 19 of 19) sorted by relevance

/third_party/boost/libs/gil/doc/html/_sources/design/
Dpixel.rst.txt148 bgr8_pixel_t bgr8(255,0,0); // pixels can be initialized with the channels directly
149 rgb8_pixel_t rgb8(bgr8); // compatible pixels can also be copy-constructed
151 rgb8 = bgr8; // assignment and equality is defined between compatible pixels
152 assert(rgb8 == bgr8); // assignment and equality operate on the semantic channels
155 assert(at_c<0>(rgb8) != at_c<0>(bgr8));
156 assert(dynamic_at_c(bgr8,0) != dynamic_at_c(rgb8,0));
157 assert(rgb8[0] != bgr8[0]); // same as above (but operator[] is defined for pixels only)
246 assert(semantic_at_c<0>(rgb8) == semantic_at_c<0>(bgr8));
249 assert(get_color<red_t>(rgb8) == get_color<red_t>(bgr8));
252 assert(get_color(rgb8,red_t()) == get_color(bgr8,red_t()));
[all …]
/third_party/boost/libs/gil/doc/design/
Dpixel.rst148 bgr8_pixel_t bgr8(255,0,0); // pixels can be initialized with the channels directly
149 rgb8_pixel_t rgb8(bgr8); // compatible pixels can also be copy-constructed
151 rgb8 = bgr8; // assignment and equality is defined between compatible pixels
152 assert(rgb8 == bgr8); // assignment and equality operate on the semantic channels
155 assert(at_c<0>(rgb8) != at_c<0>(bgr8));
156 assert(dynamic_at_c(bgr8,0) != dynamic_at_c(rgb8,0));
157 assert(rgb8[0] != bgr8[0]); // same as above (but operator[] is defined for pixels only)
246 assert(semantic_at_c<0>(rgb8) == semantic_at_c<0>(bgr8));
249 assert(get_color<red_t>(rgb8) == get_color<red_t>(bgr8));
252 assert(get_color(rgb8,red_t()) == get_color(bgr8,red_t()));
[all …]
/third_party/boost/libs/gil/test/legacy/
Dpixel.cpp290 bgr8_pixel_t bgr8(rgb8); in test_pixel() local
291 error_if(bgr8[0] == rgb8[0]); in test_pixel()
292 error_if(dynamic_at_c(bgr8,0) == dynamic_at_c(rgb8,0)); in test_pixel()
293 error_if(gil::at_c<0>(bgr8) == gil::at_c<0>(rgb8)); in test_pixel()
294 error_if(semantic_at_c<0>(bgr8) != semantic_at_c<0>(rgb8)); in test_pixel()
295 error_if(get_color(bgr8,blue_t()) != get_color(rgb8,blue_t())); in test_pixel()
/third_party/ffmpeg/tests/ref/fate/
Dsws-pixdesc-query400 bgr8
497 bgr8
546 bgr8
674 bgr8
845 bgr8
894 bgr8
Dfilter-pixdesc-bgr81 pixdesc-bgr8 0abb130e5224af5e2e10149f1680fa2e
Dfilter-pixfmts-transpose17 bgr8 b6ee15f70989d2f52f184e32b3af2c18
Dfilter-pixfmts-fieldorder17 bgr8 cfc405aaf0162b4edfe9b3e047c5624d
Dfilter-pixfmts-crop17 bgr8 142275ecc024d3f7b66c168ac2279ae2
Dfilter-pixfmts-hflip17 bgr8 67fb3fd116f0c0eb36d8ed03bdfbb0a6
Dfilter-pixfmts-copy17 bgr8 898a66734bda0572dfab1edd8239f6a2
Dfilter-pixfmts-null17 bgr8 898a66734bda0572dfab1edd8239f6a2
Dfilter-pixfmts-field17 bgr8 47b2118262ad932cacf731cb66905ffd
Dfilter-pixfmts-scale17 bgr8 2c57e76ccf04d51de6acafcf35d6fa70
Dfilter-pixfmts-vflip17 bgr8 f2e4aabfe9e6039beb1f2b8c43c83e3c
Dfilter-pixfmts-il17 bgr8 ef01593604512621b3d175f8b6c2ec9e
Dimgutils74 bgr8 planes: 2, linesizes: 64 0 0 0, plane_sizes: 3072 1024 0 0, plane_…
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_derived.c179 boolean bgr8; in check_linear_rasterizer() local
184 bgr8 = (lp->framebuffer.nr_cbufs == 1 && lp->framebuffer.cbufs[0] && in check_linear_rasterizer()
194 bgr8 && in check_linear_rasterizer()
/third_party/ffmpeg/tests/fate/
Dgif.mak21 FATE_GIF_ENC_PIXFMT = rgb8 bgr8 rgb4_byte bgr4_byte gray pal8
/third_party/boost/libs/gil/doc/html/
Dsearchindex.js1 …32_pixel_t:13,bgr232_ptr_t:13,bgr232_ref_t:13,bgr556:13,bgr556_pixel_t:13,bgr8:13,bgr8_image_t:[12… property