OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vpx_codec_iface_t
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vpx/
vpx_codec.h
29
* extern
vpx_codec_iface_t
my_codec;
148
* ::
vpx_codec_iface_t
interface structure. Capabilities are extra interfaces
173
typedef const struct vpx_codec_iface
vpx_codec_iface_t
;
typedef in typeref:struct:vpx_codec_iface
201
vpx_codec_iface_t
*iface; /**< Interface pointers */
292
const char *vpx_codec_iface_name(
vpx_codec_iface_t
*iface);
361
vpx_codec_caps_t vpx_codec_get_caps(
vpx_codec_iface_t
*iface);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vpx_codec.h
29
* extern
vpx_codec_iface_t
my_codec;
148
* ::
vpx_codec_iface_t
interface structure. Capabilities are extra interfaces
175
typedef const struct vpx_codec_iface
vpx_codec_iface_t
;
typedef in typeref:struct:vpx_codec_iface
203
vpx_codec_iface_t
*iface; /**< Interface pointers */
283
const char *vpx_codec_iface_name(
vpx_codec_iface_t
*iface);
352
vpx_codec_caps_t vpx_codec_get_caps(
vpx_codec_iface_t
*iface);
Completed in 77 milliseconds