Home
last modified time | relevance | path

Searched refs:AVClass (Results 1 - 25 of 827) sorted by relevance

12345678910>>...34

/third_party/ffmpeg/libavcodec/
H A Doptions.c58 static const AVClass *codec_child_class_iterate(void **iter) in codec_child_class_iterate()
77 static const AVClass av_codec_context_class = {
133 *(const AVClass**)s->priv_data = codec->priv_class; in init_context_defaults()
183 const AVClass *avcodec_get_class(void) in avcodec_get_class()
207 static const AVClass av_frame_class = {
214 const AVClass *avcodec_get_frame_class(void) in avcodec_get_frame_class()
234 static const AVClass av_subtitle_rect_class = {
241 const AVClass *avcodec_get_subtitle_rect_class(void) in avcodec_get_subtitle_rect_class()
H A Dbsf.h72 const AVClass *av_class;
127 * must be a pointer to AVClass, which will be set by libavcodec generic
130 const AVClass *priv_class;
232 * Get the AVClass for AVBSFContext. It can be used in combination with
237 const AVClass *av_bsf_get_class(void);
H A Dlibilbc.c49 const AVClass *class;
63 static const AVClass ilbc_dec_class = {
133 const AVClass *class;
147 static const AVClass ilbc_enc_class = {
H A Davdct.h30 const AVClass *av_class;
86 const AVClass *avcodec_dct_get_class(void);
H A Dlibwebpenc_common.h40 AVClass *class; // class for AVOptions
61 extern const AVClass ff_libwebpenc_class;
H A Dopus_metadata_bsf.c25 const AVClass *class;
50 static const AVClass opus_metadata_class = {
H A Dqsvenc_mpeg2.c37 AVClass *class;
78 static const AVClass class = {
H A Dqsvenc_jpeg.c37 AVClass *class;
70 static const AVClass class = {
/third_party/ffmpeg/libavformat/
H A Drawdec.h30 const AVClass *class; /**< Class for private options. */
38 const AVClass *class; /**< Class for private options. */
43 extern const AVClass ff_rawvideo_demuxer_class;
44 extern const AVClass ff_raw_demuxer_class;
H A Doptions.c72 static const AVClass *format_child_class_iterate(void **iter) in format_child_class_iterate()
78 const AVClass *ret = NULL; in format_child_class_iterate()
125 static const AVClass av_format_context_class = {
197 const AVClass *avformat_get_class(void) in avformat_get_class()
225 static const AVClass stream_class = {
232 const AVClass *av_stream_get_class(void) in av_stream_get_class()
H A Durl.h35 extern const AVClass ffurl_context_class;
38 const AVClass *av_class; /**< information for av_log(). Set by url_open(). */
89 const AVClass *priv_data_class;
331 const AVClass *ff_urlcontext_child_class_iterate(void **iter);
H A Dprotocols.c79 const AVClass *ff_urlcontext_child_class_iterate(void **iter) in ff_urlcontext_child_class_iterate()
81 const AVClass *ret = NULL; in ff_urlcontext_child_class_iterate()
109 const AVClass *avio_protocol_get_class(const char *name) in avio_protocol_get_class()
H A Dv210.c30 const AVClass *class; /**< Class for private options. */
91 static const AVClass v210_demuxer_class = {
112 static const AVClass v210x_demuxer_class = {
H A Drawvideodec.c32 const AVClass *class; /**< Class for private options. */
145 static const AVClass rawvideo_demuxer_class = {
164 static const AVClass bitpacked_demuxer_class = {
185 static const AVClass v210_demuxer_class = {
H A Dmpjpeg.c29 AVClass *class;
57 static const AVClass mpjpeg_muxer_class = {
H A Davformat.h71 * av_opt_next() / av_opt_find() on an allocated AVFormatContext (or its AVClass
76 * if its AVClass is non-NULL, and the protocols layer. See the discussion on
538 const AVClass *priv_class; ///< AVClass for the private context
686 const AVClass *priv_class; ///< AVClass for the private context
965 const AVClass *av_class;
1243 const AVClass *av_class;
1943 * Get the AVClass for AVFormatContext. It can be used in combination with
1948 const AVClass *avformat_get_clas
[all...]
H A Dgsmdec.c33 AVClass *class;
98 static const AVClass gsm_class = {
H A Dg729dec.c29 AVClass *class;
89 static const AVClass g729_demuxer_class = {
H A Dg726.c29 AVClass *class;
70 static const AVClass g726_demuxer_class = {
/third_party/ffmpeg/libavutil/
H A Dlog.c239 return (*(AVClass **) ptr)->class_name; in av_default_item_name()
244 return (*(AVClass **) ptr)->category; in av_default_get_category()
256 AVClass *avc = *(AVClass **) ptr; in get_category()
297 AVClass* avc = avcl ? *(AVClass **) avcl : NULL; in format_line()
306 AVClass** parent = *(AVClass ***) (((uint8_t *) avcl) + in format_line()
428 AVClass* avc = avcl ? *(AVClass **) avc in av_vlog()
[all...]
H A Dlog.h62 * Describe the class of an AVClass context structure. That is an
64 * AVClass struct (e.g. AVCodecContext, AVFormatContext etc.).
66 typedef struct AVClass { struct
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; typedef
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 struc
[all...]
/third_party/ffmpeg/libavfilter/
H A Dframesync.h147 const AVClass *class;
295 const AVClass *ff_framesync_child_class_iterate(void **iter);
298 static const AVClass name##_class = { \
H A Daf_resample.c39 const AVClass *class;
54 const AVClass *avr_class = avresample_get_class(); in init()
310 static const AVClass *resample_child_class_next(const AVClass *prev) in resample_child_class_next()
316 static const AVClass *resample_child_class_iterate(void **iter) in resample_child_class_iterate()
318 const AVClass *c = *iter ? NULL : avresample_get_class(); in resample_child_class_iterate()
329 static const AVClass resample_class = {
H A Davfilter.h207 * must be a pointer to AVClass, which will be set by libavfilter generic
210 const AVClass *priv_class;
409 const AVClass *av_class; ///< needed for av_log() and filters common options
834 * @return AVClass for AVFilterContext.
838 const AVClass *avfilter_get_class(void);
872 const AVClass *av_class;
H A Dvidstabutils.c54 const AVClass *class;
62 AVClass class = { in vs2av_log()

Completed in 13 milliseconds

12345678910>>...34