Searched refs:VPX_FRAME_IS_FRAGMENT (Results 1 – 3 of 3) sorted by relevance
128 #define VPX_FRAME_IS_FRAGMENT 0x8 /**< this is a fragment of the encoded macro
931 pkt.data.frame.flags |= VPX_FRAME_IS_FRAGMENT; in vp8e_encode()946 pkt.data.frame.flags &= ~VPX_FRAME_IS_FRAGMENT; in vp8e_encode()
1328 if (!(pkt->data.frame.flags & VPX_FRAME_IS_FRAGMENT)) { in get_cx_data()1355 if (!(pkt->data.frame.flags & VPX_FRAME_IS_FRAGMENT)) { in get_cx_data()