Searched refs:VERSION_STRING_NOSP (Results 1 – 14 of 14) sorted by relevance
/external/libaom/config/config/ |
D | aom_version.h | 18 #define VERSION_STRING_NOSP "v2.0.0" macro
|
/external/libvpx/config/arm-neon/ |
D | vpx_version.h | 7 #define VERSION_STRING_NOSP "v1.8.2" macro
|
/external/libvpx/config/x86_64/ |
D | vpx_version.h | 7 #define VERSION_STRING_NOSP "v1.8.2" macro
|
/external/libvpx/config/generic/ |
D | vpx_version.h | 7 #define VERSION_STRING_NOSP "v1.8.2" macro
|
/external/libvpx/config/x86/ |
D | vpx_version.h | 7 #define VERSION_STRING_NOSP "v1.8.2" macro
|
/external/libvpx/config/arm64/ |
D | vpx_version.h | 7 #define VERSION_STRING_NOSP "v1.8.2" macro
|
/external/libaom/libaom/test/ |
D | decode_perf_test.cc | 85 printf("\t\"version\" : \"%s\",\n", VERSION_STRING_NOSP); in TEST_P() 236 printf("\t\"version\" : \"%s\",\n", VERSION_STRING_NOSP); in TEST_P()
|
D | encode_perf_test.cc | 168 printf("\t\"version\" : \"%s\",\n", VERSION_STRING_NOSP); in TEST_P()
|
D | tools_common.sh | 84 aom_version=$(awk -F \" '/VERSION_STRING_NOSP/ {print $(NF-1)}' \
|
/external/libvpx/libvpx/test/ |
D | decode_perf_test.cc | 101 printf("\t\"version\" : \"%s\",\n", VERSION_STRING_NOSP); in TEST_P() 252 printf("\t\"version\" : \"%s\",\n", VERSION_STRING_NOSP); in TEST_P()
|
D | encode_perf_test.cc | 172 printf("\t\"version\" : \"%s\",\n", VERSION_STRING_NOSP); in TEST_P()
|
/external/libaom/libaom/build/cmake/ |
D | util.cmake | 61 # $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/ |
D | vpx_codec.c | 25 const char *vpx_codec_version_str(void) { return VERSION_STRING_NOSP; } in vpx_codec_version_str()
|
/external/libaom/libaom/aom/src/ |
D | aom_codec.c | 29 const char *aom_codec_version_str(void) { return VERSION_STRING_NOSP; } in aom_codec_version_str()
|