Home
last modified time | relevance | path

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

/third_party/ffmpeg/libswscale/
H A Dswscale.h135 int sws_isSupportedInput(enum AVPixelFormat pix_fmt);
H A Dutils.c306 int sws_isSupportedInput(enum AVPixelFormat pix_fmt) in sws_isSupportedInput() function
1352 if (!sws_isSupportedInput(srcFormat)) { in sws_init_context()
/third_party/ffmpeg/libswscale/tests/
H A Dswscale.c270 if (!sws_isSupportedInput(srcFormat) || in selfTest()
281 if (!sws_isSupportedInput(dstFormat) || in selfTest()
/third_party/skia/experimental/ffmpeg/
H A DSkVideoEncoder.cpp244 SkASSERT(sws_isSupportedInput(fmt) > 0); in beginRecording()
/third_party/ffmpeg/fftools/
H A Dopt_common.c970 # define sws_isSupportedInput(x) 0 in show_pix_fmts() macro
977 sws_isSupportedInput (pix_fmt) ? 'I' : '.', in show_pix_fmts()
/third_party/ffmpeg/libavfilter/
H A Dvf_scale.c355 if ((sws_isSupportedInput(pix_fmt) || in query_formats()

Completed in 10 milliseconds