Home
last modified time | relevance | path

Searched refs:VERSION_STRING_NOSP (Results 1 – 14 of 14) sorted by relevance

/external/libvpx/config/arm/
Dvpx_version.h6 #define VERSION_STRING_NOSP "v1.6.1" macro
/external/libvpx/config/arm64/
Dvpx_version.h6 #define VERSION_STRING_NOSP "v1.6.1" macro
/external/libvpx/config/arm-neon/
Dvpx_version.h6 #define VERSION_STRING_NOSP "v1.6.1" macro
/external/libvpx/config/x86/
Dvpx_version.h6 #define VERSION_STRING_NOSP "v1.6.1" macro
/external/libvpx/config/mips32/
Dvpx_version.h6 #define VERSION_STRING_NOSP "v1.6.1" macro
/external/libvpx/config/mips32-msa/
Dvpx_version.h6 #define VERSION_STRING_NOSP "v1.6.1" macro
/external/libvpx/config/generic/
Dvpx_version.h6 #define VERSION_STRING_NOSP "v1.6.1" macro
/external/libvpx/config/x86_64/
Dvpx_version.h6 #define VERSION_STRING_NOSP "v1.6.1" macro
/external/libvpx/config/mips32-dspr2/
Dvpx_version.h6 #define VERSION_STRING_NOSP "v1.6.1" macro
/external/libvpx/config/mips64-msa/
Dvpx_version.h6 #define VERSION_STRING_NOSP "v1.6.1" macro
/external/libvpx/config/mips64/
Dvpx_version.h6 #define VERSION_STRING_NOSP "v1.6.1" macro
/external/libvpx/libvpx/test/
Ddecode_perf_test.cc99 printf("\t\"version\" : \"%s\",\n", VERSION_STRING_NOSP); in TEST_P()
250 printf("\t\"version\" : \"%s\",\n", VERSION_STRING_NOSP); in TEST_P()
Dencode_perf_test.cc172 printf("\t\"version\" : \"%s\",\n", VERSION_STRING_NOSP); in TEST_P()
/external/libvpx/libvpx/vpx/src/
Dvpx_codec.c25 const char *vpx_codec_version_str(void) { return VERSION_STRING_NOSP; } in vpx_codec_version_str()