OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vpx_codec_version_str
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
vpx_codec.c
29
const char *
vpx_codec_version_str
(void) {
function
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/
vpx_codec.h
230
*
vpx_codec_version_str
() "v1.2.3-rc1-16-gec6a1ba"
264
const char *
vpx_codec_version_str
(void);
270
* by
vpx_codec_version_str
() following the three digit version number.
/external/chromium_org/third_party/libvpx/source/libvpx/
webmenc.cc
39
version.append(std::string(" ") +
vpx_codec_version_str
());
/external/libvpx/libvpx/vpx/src/
vpx_codec.c
29
const char *
vpx_codec_version_str
(void) {
function
/external/libvpx/libvpx/vpx/
vpx_codec.h
221
*
vpx_codec_version_str
() "v1.2.3-rc1-16-gec6a1ba"
255
const char *
vpx_codec_version_str
(void);
261
* by
vpx_codec_version_str
() following the three digit version number.
/external/libvpx/libvpx/
webmenc.c
140
vpx_codec_version_str
(),
Completed in 41 milliseconds