OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vpx_codec_version
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/
vpx_codec.h
229
*
vpx_codec_version
() (1<<16 | 2<<8 | 3)
242
int
vpx_codec_version
(void);
248
#define vpx_codec_version_major() ((
vpx_codec_version
()>>16)&0xff)
251
#define vpx_codec_version_minor() ((
vpx_codec_version
()>>8)&0xff)
254
#define vpx_codec_version_patch() ((
vpx_codec_version
()>>0)&0xff)
/external/libvpx/libvpx/vpx/
vpx_codec.h
220
*
vpx_codec_version
() (1<<16 | 2<<8 | 3)
233
int
vpx_codec_version
(void);
239
#define vpx_codec_version_major() ((
vpx_codec_version
()>>16)&0xff)
242
#define vpx_codec_version_minor() ((
vpx_codec_version
()>>8)&0xff)
245
#define vpx_codec_version_patch() ((
vpx_codec_version
()>>0)&0xff)
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
vpx_codec.c
24
int
vpx_codec_version
(void) {
function
/external/libvpx/libvpx/vpx/src/
vpx_codec.c
24
int
vpx_codec_version
(void) {
function
Completed in 94 milliseconds