OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lag_in_frames
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
onyx.h
156
/* lagged compression (if allow_lag == 0
lag_in_frames
is ignored) */
158
int
lag_in_frames
; /* how many frames lag before we start encoding */
member in struct:__anon17688
/external/libvpx/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:__anon4406
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encoder.h
136
int
lag_in_frames
; // how many frames lag before we start encoding
member in struct:VP9EncoderConfig
509
return cpi->oxcf.mode != REALTIME && cpi->oxcf.
lag_in_frames
> 0 &&
/external/libvpx/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/chromium_org/third_party/libvpx/source/libvpx/
vpxenc.c
243
static const arg_def_t
lag_in_frames
= ARG_DEF(NULL, "lag-in-frames", 1,
variable
258
&
lag_in_frames
, NULL
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_onyx_int.h
207
int
lag_in_frames
; // how many frames lag before we start encoding
member in struct:VP9_CONFIG
Completed in 48 milliseconds