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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
onyx.h 145 /* lagged compression (if allow_lag == 0 lag_in_frames is ignored) */
147 int lag_in_frames; /* how many frames lag before we start encoding */ member in struct:__anon30609
  /external/libvpx/libvpx/vp8/common/
onyx.h 157 /* lagged compression (if allow_lag == 0 lag_in_frames is ignored) */
159 int lag_in_frames; /* how many frames lag before we start encoding */ member in struct:__anon17131
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxenc.c 273 static const arg_def_t lag_in_frames = ARG_DEF(NULL, "lag-in-frames", 1, variable
280 &lag_in_frames, NULL
850 /* Default lag_in_frames is 0 in realtime mode */
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.h 149 int lag_in_frames; // how many frames lag before we start encoding member in struct:VP9EncoderConfig
633 return cpi->oxcf.mode != REALTIME && cpi->oxcf.lag_in_frames > 0 &&
  /external/libvpx/libvpx/
vpxenc.c 242 static const arg_def_t lag_in_frames = ARG_DEF( variable
257 &lag_in_frames, NULL
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_int.h 208 int lag_in_frames; // how many frames lag before we start encoding member in struct:__anon30713

Completed in 150 milliseconds