Home | History | Annotate | Download | only in vpx

Lines Matching refs:DEPRECATED

48     /*!\brief Decorator indicating a function is deprecated */
49 #ifndef DEPRECATED
51 #define DEPRECATED __attribute__ ((deprecated))
52 #define DECLSPEC_DEPRECATED /**< \copydoc #DEPRECATED */
54 #define DEPRECATED
55 #define DECLSPEC_DEPRECATED __declspec(deprecated) /**< \copydoc #DEPRECATED */
57 #define DEPRECATED
58 #define DECLSPEC_DEPRECATED /**< \copydoc #DEPRECATED */
417 /*!\brief vpx_codec_control deprecated type definition macro
420 * deprecated and should not be used. Consult the documentation for your
429 vpx_codec_control_##id(vpx_codec_ctx_t*, int, typ) DEPRECATED UNUSED;\