Home
last modified time | relevance | path

Searched refs:sws_isSupportedOutput (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/libswscale/
H A Dswscale.h141 int sws_isSupportedOutput(enum AVPixelFormat pix_fmt);
H A Dutils.c312 int sws_isSupportedOutput(enum AVPixelFormat pix_fmt) in sws_isSupportedOutput() function
1357 if (!sws_isSupportedOutput(dstFormat)) { in sws_init_context()
/third_party/ffmpeg/libswscale/tests/
H A Dswscale.c271 !sws_isSupportedOutput(srcFormat)) in selfTest()
282 !sws_isSupportedOutput(dstFormat)) in selfTest()
/third_party/skia/experimental/ffmpeg/
H A DSkVideoEncoder.cpp245 SkASSERT(sws_isSupportedOutput(AV_PIX_FMT_YUV420P) > 0); in beginRecording()
/third_party/ffmpeg/fftools/
H A Dopt_common.c971 # define sws_isSupportedOutput(x) 0 in show_pix_fmts() macro
978 sws_isSupportedOutput(pix_fmt) ? 'O' : '.', in show_pix_fmts()
/third_party/ffmpeg/libavfilter/
H A Dvf_scale.c368 if ((sws_isSupportedOutput(pix_fmt) || pix_fmt == AV_PIX_FMT_PAL8 || in query_formats()

Completed in 10 milliseconds