Home
last modified time | relevance | path

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

/external/libaom/libaom/aom/
Daom_encoder.h95 typedef uint32_t aom_codec_frame_flags_t; typedef
148 aom_codec_frame_flags_t flags; /**< flags for this frame */
/external/libaom/libaom/av1/
Dav1_cx_iface.c1624 static aom_codec_frame_flags_t get_frame_pkt_flags(const AV1_COMP *cpi, in get_frame_pkt_flags()
1626 aom_codec_frame_flags_t flags = lib_flags << 16; in get_frame_pkt_flags()