Searched refs:bgr24 (Results 1 - 10 of 10) sorted by relevance
/third_party/ffmpeg/tests/fate/ |
H A D | bmp.mak | 29 fate-bmp-32bit: CMD = framecrc -i $(TARGET_SAMPLES)/bmp/test32.bmp -pix_fmt bgr24 -vf scale 32 fate-bmp-32bit-mask: CMD = framecrc -i $(TARGET_SAMPLES)/bmp/test32bf.bmp -pix_fmt bgr24 -vf scale
|
H A D | pixfmt.mak | 1 FATE_PIXFMT-$(CONFIG_SCALE_FILTER) = bgr24 \
|
H A D | vcodec.mak | 213 fate-vsynth%-huffyuvbgr24: ENCOPTS = -c:v huffyuv -pix_fmt bgr24 -sws_flags neighbor 371 fate-vsynth%-rgb: ENCOPTS = -pix_fmt bgr24 377 FATE_VCODEC_SCALE-$(call ENCDEC, RAWVIDEO, MOV) += mov-bgr24 mov-bpp15 mov-bpp16 378 fate-vsynth%-mov-bgr24: CODEC = rawvideo 379 fate-vsynth%-mov-bgr24: ENCOPTS = -pix_fmt bgr24 380 fate-vsynth%-mov-bgr24: FMT = mov
|
H A D | screen.mak | 88 fate-tdsc: CMD = framecrc -idct simple -i $(TARGET_SAMPLES)/tdsc/tdsc.asf -an -pix_fmt bgr24
|
H A D | image.mak | 4 fate-aliaspix-bgr: CMD = transcode alias_pix $(TARGET_SAMPLES)/aliaspix/first.pix image2 "-c alias_pix" "-map 0 -map 0 -pix_fmt:0 bgr24 -c:v:1 copy"
|
/third_party/ffmpeg/libswscale/ppc/ |
H A D | yuv2rgb_altivec.h | 49 YUV2PACKEDX_HEADER(bgr24); variable
|
H A D | yuv2rgb_altivec.c | 864 YUV2PACKEDX_WRAPPER(bgr24, AV_PIX_FMT_BGR24);
|
H A D | swscale_vsx.c | 1331 YUV2RGBWRAPPER(yuv2, rgb, bgr24, AV_PIX_FMT_BGR24, 0) 1339 YUV2RGBWRAPPERX2(yuv2, rgb, bgr24, AV_PIX_FMT_BGR24, 0)
|
/third_party/ffmpeg/libswscale/x86/ |
H A D | swscale.c | 322 INPUT_FUNC(bgr24, opt) 560 case_rgb(bgr24, BGR24, sse2); in ff_sws_init_swscale_x86() 574 case_rgb(bgr24, BGR24, ssse3); in ff_sws_init_swscale_x86() 609 case_rgb(bgr24, BGR24, avx); in ff_sws_init_swscale_x86()
|
/third_party/ffmpeg/libswscale/ |
H A D | output.c | 1876 YUV2RGBWRAPPER(yuv2, rgb, bgr24, AV_PIX_FMT_BGR24, 0)
|
Completed in 15 milliseconds