Home
last modified time | relevance | path

Searched refs:AOM_FRAME_IS_DROPPABLE (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/test/
Derror_resilience_test.cc155 ASSERT_EQ(pkt->data.frame.flags & AOM_FRAME_IS_DROPPABLE, in FramePktHook()
156 static_cast<aom_codec_frame_flags_t>(AOM_FRAME_IS_DROPPABLE)); in FramePktHook()
/external/libaom/libaom/aom/
Daom_encoder.h92 #define AOM_FRAME_IS_DROPPABLE 0x2 macro
/external/libaom/libaom/av1/
Dav1_cx_iface.c1984 if (cpi->droppable) flags |= AOM_FRAME_IS_DROPPABLE; in get_frame_pkt_flags()