Home
last modified time | relevance | path

Searched refs:vpx_codec_version (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/libvpx/vpx/
H A Dvpx_codec.h245 int vpx_codec_version(void);
254 #define vpx_codec_version_major() ((vpx_codec_version() >> 16) & 0xff)
257 #define vpx_codec_version_minor() ((vpx_codec_version() >> 8) & 0xff)
260 #define vpx_codec_version_patch() ((vpx_codec_version() >> 0) & 0xff)
H A Dexports_com9 text vpx_codec_version
/aosp_15_r20/external/libvpx/vpx/src/
H A Dvpx_codec.c24 int vpx_codec_version(void) { return VERSION_PACKED; } in vpx_codec_version() function
/aosp_15_r20/out/soong/.intermediates/external/libvpx/libvpx/android_arm64_armv8-2a_cortex-a55_shared_cfi_apex31/
Dlibvpx.so.toc79 74: FUNC GLOBAL DEFAULT 15 vpx_codec_version