Home
last modified time | relevance | path

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

/external/libaom/config/config/
Daom_version.h18 #define VERSION_STRING_NOSP "v2.0.0" macro
/external/libvpx/config/arm-neon/
Dvpx_version.h7 #define VERSION_STRING_NOSP "v1.8.2" macro
/external/libvpx/config/x86_64/
Dvpx_version.h7 #define VERSION_STRING_NOSP "v1.8.2" macro
/external/libvpx/config/generic/
Dvpx_version.h7 #define VERSION_STRING_NOSP "v1.8.2" macro
/external/libvpx/config/x86/
Dvpx_version.h7 #define VERSION_STRING_NOSP "v1.8.2" macro
/external/libvpx/config/arm64/
Dvpx_version.h7 #define VERSION_STRING_NOSP "v1.8.2" macro
/external/libaom/libaom/test/
Ddecode_perf_test.cc85 printf("\t\"version\" : \"%s\",\n", VERSION_STRING_NOSP); in TEST_P()
236 printf("\t\"version\" : \"%s\",\n", VERSION_STRING_NOSP); in TEST_P()
Dencode_perf_test.cc168 printf("\t\"version\" : \"%s\",\n", VERSION_STRING_NOSP); in TEST_P()
Dtools_common.sh84 aom_version=$(awk -F \" '/VERSION_STRING_NOSP/ {print $(NF-1)}' \
/external/libvpx/libvpx/test/
Ddecode_perf_test.cc101 printf("\t\"version\" : \"%s\",\n", VERSION_STRING_NOSP); in TEST_P()
252 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/libaom/libaom/build/cmake/
Dutil.cmake61 # $version_string_out_var. To achieve this VERSION_STRING_NOSP is located in
66 file(STRINGS "${version_file}" aom_version REGEX "VERSION_STRING_NOSP")
67 string(REPLACE "#define VERSION_STRING_NOSP " "" aom_version "${aom_version}")
/external/libvpx/libvpx/vpx/src/
Dvpx_codec.c25 const char *vpx_codec_version_str(void) { return VERSION_STRING_NOSP; } in vpx_codec_version_str()
/external/libaom/libaom/aom/src/
Daom_codec.c29 const char *aom_codec_version_str(void) { return VERSION_STRING_NOSP; } in aom_codec_version_str()