Home
last modified time | relevance | path

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

/external/libvpx/mips-dspr2/
Dvpx_version.h6 #define VERSION_STRING_NOSP "v1.3.0-3825-gd4a47a6" macro
/external/libvpx/armv7a-neon/
Dvpx_version.h6 #define VERSION_STRING_NOSP "v1.3.0-3825-gd4a47a6" macro
/external/libvpx/armv7a/
Dvpx_version.h6 #define VERSION_STRING_NOSP "v1.3.0-3825-gd4a47a6" macro
/external/libvpx/mips/
Dvpx_version.h6 #define VERSION_STRING_NOSP "v1.3.0-3825-gd4a47a6" macro
/external/libvpx/x86/
Dvpx_version.h6 #define VERSION_STRING_NOSP "v1.3.0" macro
/external/libvpx/generic/
Dvpx_version.h6 #define VERSION_STRING_NOSP "v1.3.0-3825-gd4a47a6" macro
/external/libvpx/libvpx/test/
Ddecode_perf_test.cc96 printf("\t\"version\" : \"%s\",\n", VERSION_STRING_NOSP); in TEST_P()
Dencode_perf_test.cc156 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()