Home
last modified time | relevance | path

Searched refs:AV_IS_INPUT_DEVICE (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavdevice/
H A Dutils.c36 if (!iformat || !iformat->priv_class || !AV_IS_INPUT_DEVICE(iformat->priv_class->category)) { in ff_alloc_input_device_context()
/third_party/ffmpeg/libavutil/
H A Dlog.h49 #define AV_IS_INPUT_DEVICE(category) \ macro
/third_party/ffmpeg/fftools/
H A Dopt_common.c841 return AV_IS_INPUT_DEVICE(avclass->category) || AV_IS_OUTPUT_DEVICE(avclass->category); in is_device()
1333 if (!fmt || !fmt->priv_class || !AV_IS_INPUT_DEVICE(fmt->priv_class->category)) in print_device_sources()

Completed in 4 milliseconds