Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvpx_encoder.h128 #define VPX_FRAME_IS_FRAGMENT 0x8 /**< this is a fragment of the encoded macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_cx_iface.c931 pkt.data.frame.flags |= VPX_FRAME_IS_FRAGMENT; in vp8e_encode()
946 pkt.data.frame.flags &= ~VPX_FRAME_IS_FRAGMENT; in vp8e_encode()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxenc.c1328 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()