OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vpx_codec_caps_t
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vpx/
vpx_codec.h
153
typedef long
vpx_codec_caps_t
;
typedef
352
vpx_codec_caps_t
vpx_codec_get_caps(vpx_codec_iface_t *iface);
/external/libvpx/libvpx/vpx/src/
vpx_codec.c
104
vpx_codec_caps_t
vpx_codec_get_caps(vpx_codec_iface_t *iface) {
/external/libvpx/libvpx/vpx/internal/
vpx_codec_internal.h
297
vpx_codec_caps_t
caps; /**< Decoder capabilities */
Completed in 610 milliseconds