Home
last modified time | relevance | path

Searched refs:vpx_codec_version_str (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vpx/
Dexports_com11 text vpx_codec_version_str
Dvpx_codec.h268 const char *vpx_codec_version_str(void);
/external/libvpx/libvpx/
Dwebmenc.cc38 version.append(std::string(" ") + vpx_codec_version_str()); in write_webm_file_header()
/external/libvpx/libvpx/vpx/src/
Dvpx_codec.c25 const char *vpx_codec_version_str(void) { return VERSION_STRING_NOSP; } in vpx_codec_version_str() function