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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vpx_encoder.h 238 * 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. */
    [all...]
  /external/libvpx/libvpx/vpx/
vpx_encoder.h 246 * are VPX_KF_AUTO and VPX_KF_DISABLED.
249 VPX_KF_FIXED, /**< deprecated, implies VPX_KF_DISABLED */
251 VPX_KF_DISABLED = 0 /**< Encoder does not place keyframes. */
    [all...]

Completed in 398 milliseconds