Home
last modified time | relevance | path

Searched refs:vpx_codec_frame_flags_t (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vpx/
Dvpx_encoder.h121 typedef uint32_t vpx_codec_frame_flags_t; typedef
182 vpx_codec_frame_flags_t flags; /**< flags for this frame */
/external/libvpx/libvpx/vpx/src/
Dsvc_encodeframe.c57 vpx_codec_frame_flags_t flags; /**< flags for this frame */
103 vpx_codec_frame_flags_t flags) { in fd_create()