OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:auto_key
(Results
1 - 10
of
10
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_onyx.h
100
int
auto_key
; // automatically detect cut scenes and set the keyframes
member in struct:__anon23076
/external/libvpx/libvpx/vp8/common/
onyx.h
142
int
auto_key
; /* automatically detect cut scenes */
member in struct:__anon23008
/external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c
414
if (cpi->oxcf.
auto_key
&& av_key_frame_frequency > key_freq)
vp9_firstpass.c
[
all
...]
vp9_onyx_if.c
[
all
...]
/external/libvpx/libvpx/vp8/encoder/
ratectrl.c
[
all
...]
firstpass.c
[
all
...]
onyx_if.c
[
all
...]
/external/libvpx/libvpx/vp9/
vp9_cx_iface.c
306
oxcf->
auto_key
= cfg.kf_mode == VPX_KF_AUTO
346
printf("
auto_key
: %d\n", oxcf->
auto_key
);
[
all
...]
/external/libvpx/libvpx/vp8/
vp8_cx_iface.c
363
oxcf->
auto_key
= cfg.kf_mode == VPX_KF_AUTO
418
printf("
auto_key
: %d\n", oxcf->
auto_key
);
[
all
...]
Completed in 329 milliseconds