Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavdevice/
H A Dalldevices.c69 static const void *next_input(const AVInputFormat *prev, AVClassCategory c2) in next_input()
72 const AVClassCategory c1 = AV_CLASS_CATEGORY_DEVICE_INPUT; in next_input()
73 AVClassCategory category = AV_CLASS_CATEGORY_NA; in next_input()
95 static const void *next_output(const AVOutputFormat *prev, AVClassCategory c2) in next_output()
98 const AVClassCategory c1 = AV_CLASS_CATEGORY_DEVICE_OUTPUT; in next_output()
99 AVClassCategory category = AV_CLASS_CATEGORY_NA; in next_output()
/third_party/ffmpeg/libavutil/
H A Dlog.h47 }AVClassCategory; typedef
114 AVClassCategory category;
120 AVClassCategory (*get_category)(void* ctx);
333 AVClassCategory av_default_get_category(void *ptr);
H A Dlog.c242 AVClassCategory av_default_get_category(void *ptr) in av_default_get_category()
/third_party/ffmpeg/libavcodec/
H A Doptions.c68 static AVClassCategory get_category(void *ptr) in get_category()
/third_party/ffmpeg/libavformat/
H A Doptions.c118 static AVClassCategory get_category(void *ptr) in get_category()
/third_party/ffmpeg/fftools/
H A Dffprobe.c319 AVClassCategory category;
321 AVClassCategory parent_category;

Completed in 12 milliseconds