Home
last modified time | relevance | path

Searched refs:AV_PIX_FMT_BGR555 (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/libavutil/
Dpixfmt.h390 #define AV_PIX_FMT_BGR555 AV_PIX_FMT_NE(BGR555BE, BGR555LE) macro
/third_party/ffmpeg/libavdevice/
Dsdl2.c73 { AV_PIX_FMT_BGR555, SDL_PIXELFORMAT_BGR555 },
Dopengl_enc.c259 …{ AV_PIX_FMT_BGR555, &FF_OPENGL_FRAGMENT_SHADER_RGB_PACKET, GL_RGBA, FF_GL_UNSIGNED_SHORT_1_5…
717 if (pix_fmt == AV_PIX_FMT_RGB565 || pix_fmt == AV_PIX_FMT_BGR555 || in opengl_fill_color_map()
/third_party/ffmpeg/libswscale/x86/
Dswscale.c106 if (c->dstFormat == AV_PIX_FMT_RGB555 || c->dstFormat == AV_PIX_FMT_BGR555) in ff_updateMMXDitherTables()
/third_party/ffmpeg/libavfilter/
Dvsrc_testsrc.c974 …case AV_PIX_FMT_BGR555: ((uint16_t*)(dst + y*dst_linesize))[x] = ((r>>3)<<10) | ((g>>3)<<5) | (b>>… in rgbtest_put_pixel()
1031 AV_PIX_FMT_RGB555, AV_PIX_FMT_BGR555, in rgbtest_query_formats() enumerator
/third_party/ffmpeg/libavcodec/
D4xm.c1022 avctx->pix_fmt = AV_PIX_FMT_BGR555; in decode_init()
/third_party/ffmpeg/libswscale/
Dyuv2rgb.c717 case AV_PIX_FMT_BGR555: in ff_yuv2rgb_get_func_ptr()
Doutput.c1572 target == AV_PIX_FMT_RGB555 || target == AV_PIX_FMT_BGR555 || in yuv2rgb_write()
1587 } else if (target == AV_PIX_FMT_RGB555 || target == AV_PIX_FMT_BGR555) { in yuv2rgb_write()
Dutils.c1776 dstFormat == AV_PIX_FMT_BGR555 || dstFormat == AV_PIX_FMT_BGR565 || in sws_init_context()
Dswscale_unscaled.c2065 IS_DIFFERENT_ENDIANESS(srcFormat, dstFormat, AV_PIX_FMT_BGR555) || in ff_get_unscaled_swscale()
/third_party/ffmpeg/fftools/
Dffplay.c380 { AV_PIX_FMT_BGR555, SDL_PIXELFORMAT_BGR555 },