Searched refs:sws_isSupportedInput (Results 1 – 8 of 8) sorted by relevance
128 int sws_isSupportedInput(enum AVPixelFormat pix_fmt);
277 int sws_isSupportedInput(enum AVPixelFormat pix_fmt) in sws_isSupportedInput() function1231 if (!sws_isSupportedInput(srcFormat)) { in sws_init_context()
270 if (!sws_isSupportedInput(srcFormat) || in selfTest()281 if (!sws_isSupportedInput(dstFormat) || in selfTest()
245 SkASSERT(sws_isSupportedInput(AV_PIX_FMT_RGBA) > 0); in beginRecording()
244 SkASSERT(sws_isSupportedInput(fmt) > 0); in beginRecording()
1759 # define sws_isSupportedInput(x) 0 in show_pix_fmts() macro1766 sws_isSupportedInput (pix_fmt) ? 'I' : '.', in show_pix_fmts()
355 if ((sws_isSupportedInput(pix_fmt) || in query_formats()
3225 Add sws_isSupportedInput() and sws_isSupportedOutput() functions.