Lines Matching refs:AVClass
62 * Describe the class of an AVClass context structure. That is an
64 * AVClass struct (e.g. AVCodecContext, AVFormatContext etc.).
66 typedef struct AVClass {
69 * context structure type to which the AVClass is associated.
139 * @return AVClass for the next AVOptions-enabled child or NULL if there are
146 const struct AVClass* (*child_class_iterate)(void **iter);
147 } AVClass;
232 * pointer to an AVClass struct or NULL if general log.
248 * pointer to an AVClass struct or NULL if general log.
270 * pointer to an AVClass struct.
315 * pointer to an AVClass struct.
328 * @param ctx The AVClass context
330 * @return The AVClass class_name