Home
last modified time | relevance | path

Searched refs:sws_isSupportedInput (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libswscale/
Dswscale.h128 int sws_isSupportedInput(enum AVPixelFormat pix_fmt);
Dutils.c277 int sws_isSupportedInput(enum AVPixelFormat pix_fmt) in sws_isSupportedInput() function
1231 if (!sws_isSupportedInput(srcFormat)) { in sws_init_context()
/third_party/ffmpeg/libswscale/tests/
Dswscale.c270 if (!sws_isSupportedInput(srcFormat) || in selfTest()
281 if (!sws_isSupportedInput(dstFormat) || in selfTest()
/third_party/flutter/skia/experimental/ffmpeg/
DSkVideoEncoder.cpp245 SkASSERT(sws_isSupportedInput(AV_PIX_FMT_RGBA) > 0); in beginRecording()
/third_party/skia/experimental/ffmpeg/
DSkVideoEncoder.cpp244 SkASSERT(sws_isSupportedInput(fmt) > 0); in beginRecording()
/third_party/ffmpeg/fftools/
Dcmdutils.c1759 # define sws_isSupportedInput(x) 0 in show_pix_fmts() macro
1766 sws_isSupportedInput (pix_fmt) ? 'I' : '.', in show_pix_fmts()
/third_party/ffmpeg/libavfilter/
Dvf_scale.c355 if ((sws_isSupportedInput(pix_fmt) || in query_formats()
/third_party/ffmpeg/doc/
DAPIchanges3225 Add sws_isSupportedInput() and sws_isSupportedOutput() functions.