Searched refs:RGBA (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dpixfmt.h36 * PIX_FMT_RGB32 is handled in an endian-specific manner. An RGBA
93 PIX_FMT_RGBA, ///< packed RGBA 8:8:8:8, 32bpp, RGBARGBA...
170 #define PIX_FMT_RGB32_1 PIX_FMT_NE(RGBA, ABGR)
171 #define PIX_FMT_BGR32 PIX_FMT_NE(ABGR, RGBA)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddvbsubdec.c153 #define RGBA(r,g,b,a) (((a) << 24) | ((r) << 16) | ((g) << 8) | (b)) macro
368 default_clut.clut4[0] = RGBA( 0, 0, 0, 0);
369 default_clut.clut4[1] = RGBA(255, 255, 255, 255);
370 default_clut.clut4[2] = RGBA( 0, 0, 0, 255);
371 default_clut.clut4[3] = RGBA(127, 127, 127, 255);
373 default_clut.clut16[0] = RGBA( 0, 0, 0, 0);
384 default_clut.clut16[i] = RGBA(r, g, b, 255);
387 default_clut.clut256[0] = RGBA( 0, 0, 0, 0);
422 default_clut.clut256[i] = RGBA(r, g, b, a);
977 clut->clut4[entry_id] = RGBA(
[all...]
H A Dpgssubdec.c33 #define RGBA(r,g,b,a) (((a) << 24) | ((r) << 16) | ((g) << 8) | (b)) macro
257 ctx->clut[color_id] = RGBA(r,g,b,alpha);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddvbsubdec.c152 #define RGBA(r,g,b,a) (((unsigned)(a) << 24) | ((r) << 16) | ((g) << 8) | (b)) macro
394 default_clut.clut4[0] = RGBA( 0, 0, 0, 0);
395 default_clut.clut4[1] = RGBA(255, 255, 255, 255);
396 default_clut.clut4[2] = RGBA( 0, 0, 0, 255);
397 default_clut.clut4[3] = RGBA(127, 127, 127, 255);
399 default_clut.clut16[0] = RGBA( 0, 0, 0, 0);
410 default_clut.clut16[i] = RGBA(r, g, b, 255);
413 default_clut.clut256[0] = RGBA( 0, 0, 0, 0);
448 default_clut.clut256[i] = RGBA(r, g, b, a);
1118 clut->clut4[entry_id] = RGBA(
[all...]
H A Dlibzvbi-teletextdec.c32 #define RGBA(r,g,b,a) (((a) << 24) | ((r) << 16) | ((g) << 8) | (b)) macro
275 ((uint32_t *)sub_rect->pict.data[1])[ci] = RGBA(r, g, b, a);
278 ((uint32_t *)sub_rect->pict.data[1])[cmax] = RGBA(0, 0, 0, 0);
H A Dpgssubdec.c36 #define RGBA(r,g,b,a) (((a) << 24) | ((r) << 16) | ((g) << 8) | (b)) macro
361 palette->clut[color_id] = RGBA(r,g,b,alpha);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dpixfmt.h40 * AV_PIX_FMT_RGB32 is handled in an endian-specific manner. An RGBA
100 AV_PIX_FMT_RGBA, ///< packed RGBA 8:8:8:8, 32bpp, RGBARGBA...
172 AV_PIX_FMT_RGBA64BE, ///< packed RGBA 16:16:16:16, 64bpp, 16R, 16G, 16B, 16A, the 2-byte value for each R/G/B/A component is stored as big-endian
173 AV_PIX_FMT_RGBA64LE, ///< packed RGBA 16:16:16:16, 64bpp, 16R, 16G, 16B, 16A, the 2-byte value for each R/G/B/A component is stored as little-endian
174 AV_PIX_FMT_BGRA64BE, ///< packed RGBA 16:16:16:16, 64bpp, 16B, 16G, 16R, 16A, the 2-byte value for each R/G/B/A component is stored as big-endian
175 AV_PIX_FMT_BGRA64LE, ///< packed RGBA 16:16:16:16, 64bpp, 16B, 16G, 16R, 16A, the 2-byte value for each R/G/B/A component is stored as little-endian
226 AV_PIX_FMT_RGBA64BE_LIBAV, ///< packed RGBA 16:16:16:16, 64bpp, 16R, 16G, 16B, 16A, the 2-byte value for each R/G/B/A component is stored as big-endian
227 AV_PIX_FMT_RGBA64LE_LIBAV, ///< packed RGBA 16:16:16:16, 64bpp, 16R, 16G, 16B, 16A, the 2-byte value for each R/G/B/A component is stored as little-endian
228 AV_PIX_FMT_BGRA64BE_LIBAV, ///< packed RGBA 16:16:16:16, 64bpp, 16B, 16G, 16R, 16A, the 2-byte value for each R/G/B/A component is stored as big-endian
229 AV_PIX_FMT_BGRA64LE_LIBAV, ///< packed RGBA 1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/
H A Dswscale_unscaled.c375 if ( CONV_IS(ABGR, RGBA)
378 || CONV_IS(RGBA, ABGR)) conv = shuffle_bytes_3210;
382 || CONV_IS(ARGB, RGBA)) conv = shuffle_bytes_1230;
383 else if (CONV_IS(BGRA, RGBA)
384 || CONV_IS(RGBA, BGRA)) conv = shuffle_bytes_2103;
386 || CONV_IS(RGBA, ARGB)) conv = shuffle_bytes_3012;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/x86/
H A Dswscale.c473 case_rgb(rgba, RGBA, mmx);
522 case_rgb(rgba, RGBA, sse2);
571 case_rgb(rgba, RGBA, avx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/
H A Dswscale_unscaled.c1163 if ( CONV_IS(ABGR, RGBA)
1166 || CONV_IS(RGBA, ABGR)) conv = shuffle_bytes_3210;
1170 || CONV_IS(ARGB, RGBA)) conv = shuffle_bytes_1230;
1171 else if (CONV_IS(BGRA, RGBA)
1172 || CONV_IS(RGBA, BGRA)) conv = shuffle_bytes_2103;
1174 || CONV_IS(RGBA, ARGB)) conv = shuffle_bytes_3012;

Completed in 302 milliseconds