HomeSort by relevance Sort by last modified time
    Searched refs:DECLSPEC_DEPRECATED (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/
vpx_codec.h 60 #ifndef DECLSPEC_DEPRECATED
62 #define DECLSPEC_DEPRECATED /**< \copydoc #DEPRECATED */
64 #define DECLSPEC_DEPRECATED __declspec(deprecated) /**< \copydoc #DEPRECATED */
66 #define DECLSPEC_DEPRECATED /**< \copydoc #DEPRECATED */
68 #endif /* DECLSPEC_DEPRECATED */
443 DECLSPEC_DEPRECATED static vpx_codec_err_t \
446 DECLSPEC_DEPRECATED static vpx_codec_err_t \
  /external/libvpx/libvpx/vpx/
vpx_codec.h 60 #ifndef DECLSPEC_DEPRECATED
62 #define DECLSPEC_DEPRECATED /**< \copydoc #DEPRECATED */
64 #define DECLSPEC_DEPRECATED __declspec(deprecated) /**< \copydoc #DEPRECATED */
66 #define DECLSPEC_DEPRECATED /**< \copydoc #DEPRECATED */
68 #endif /* DECLSPEC_DEPRECATED */
434 DECLSPEC_DEPRECATED static vpx_codec_err_t \
437 DECLSPEC_DEPRECATED static vpx_codec_err_t \

Completed in 37 milliseconds