Searched defs:VPX_KF_DISABLED (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vpx/
H A Dvpx_encoder.h238 * are VPX_KF_AUTO and VPX_KF_DISABLED.
241 VPX_KF_FIXED, /**< deprecated, implies VPX_KF_DISABLED */
243 VPX_KF_DISABLED = 0 /**< Encoder does not place keyframes. */ enumerator in enum:vpx_kf_mode
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/
H A Dvpx_encoder.h252 * are VPX_KF_AUTO and VPX_KF_DISABLED.
255 VPX_KF_FIXED, /**< deprecated, implies VPX_KF_DISABLED */
257 VPX_KF_DISABLED = 0 /**< Encoder does not place keyframes. */ enumerator in enum:vpx_kf_mode

Completed in 219 milliseconds