Home
last modified time | relevance | path

Searched refs:VPX_EFLAG_FORCE_KF (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/examples/
Dforce_keyframe.txt12 Keyframes can be forced by setting the VPX_EFLAG_FORCE_KF bit of the
18 flags |= VPX_EFLAG_FORCE_KF;
20 flags &= ~VPX_EFLAG_FORCE_KF;
Dvp8_scalable_patterns.txt61 flags |= VPX_EFLAG_FORCE_KF;
104 flags |= VPX_EFLAG_FORCE_KF;
/external/libvpx/vpx/
Dvpx_encoder.h211 #define VPX_EFLAG_FORCE_KF (1<<0) /**< Force this frame to be a keyframe */ macro
/external/libvpx/vp8/
Dvp8_cx_iface.c718 flags |= VPX_EFLAG_FORCE_KF; in vp8e_encode()
737 lib_flags = (flags & VPX_EFLAG_FORCE_KF) ? FRAMEFLAGS_KEY : 0; in vp8e_encode()
1206 flags | ((force & FORCE_KEY) ? VPX_EFLAG_FORCE_KF : 0), in api1_encode()
/external/libvpx/
Dvp8_api1_migration.txt71 vpx_codec_encode(&encoder, img, pts, 1, VPX_EFLAG_FORCE_KF,