HomeSort by relevance Sort by last modified time
    Searched refs:VPX_EFLAG_FORCE_KF (Results 1 - 2 of 2) sorted by null

  /external/libvpx/vpx/
vpx_encoder.h 211 #define VPX_EFLAG_FORCE_KF (1<<0) /**< Force this frame to be a keyframe */
  /external/libvpx/vp8/
vp8_cx_iface.c 718 flags |= VPX_EFLAG_FORCE_KF;
737 lib_flags = (flags & VPX_EFLAG_FORCE_KF) ? FRAMEFLAGS_KEY : 0;
    [all...]

Completed in 19 milliseconds