Home
last modified time | relevance | path

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

/external/libvpx/config/mips64/
Dvpx_version.h6 #define VERSION_STRING_NOSP "v1.5.0" macro
/external/libvpx/config/arm64/
Dvpx_version.h6 #define VERSION_STRING_NOSP "v1.5.0" macro
/external/libvpx/config/mips32/
Dvpx_version.h6 #define VERSION_STRING_NOSP "v1.5.0" macro
/external/libvpx/config/arm/
Dvpx_version.h6 #define VERSION_STRING_NOSP "v1.5.0" macro
/external/libvpx/config/x86_64/
Dvpx_version.h6 #define VERSION_STRING_NOSP "v1.5.0" macro
/external/libvpx/config/arm-neon/
Dvpx_version.h6 #define VERSION_STRING_NOSP "v1.5.0" macro
/external/libvpx/config/x86/
Dvpx_version.h6 #define VERSION_STRING_NOSP "v1.5.0" macro
/external/libvpx/config/mips32-dspr2/
Dvpx_version.h6 #define VERSION_STRING_NOSP "v1.5.0" macro
/external/libvpx/config/generic/
Dvpx_version.h6 #define VERSION_STRING_NOSP "v1.5.0" macro
/external/libvpx/libvpx/test/
Ddecode_perf_test.cc102 printf("\t\"version\" : \"%s\",\n", VERSION_STRING_NOSP); in TEST_P()
262 printf("\t\"version\" : \"%s\",\n", VERSION_STRING_NOSP); in TEST_P()
Dencode_perf_test.cc186 printf("\t\"version\" : \"%s\",\n", VERSION_STRING_NOSP); in TEST_P()
/external/libvpx/libvpx/vpx/src/
Dvpx_codec.c30 return VERSION_STRING_NOSP; in vpx_codec_version_str()