OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rc_buf_sz
(Results
1 - 8
of
8
) sorted by null
/external/libvpx/libvpx/vpx/
vpx_encoder.h
516
unsigned int
rc_buf_sz
;
member in struct:vpx_codec_enc_cfg
[
all
...]
/external/chromium_org/media/cast/video_sender/codecs/vp8/
vp8_encoder.cc
108
config_->
rc_buf_sz
= 1000;
/external/libvpx/libvpx/
vp8_multi_resolution_encoder.c
285
cfg[0].
rc_buf_sz
= 1000;
vpxenc.c
823
* to determine the number of frames in
rc_buf_sz
milliseconds, with an
826
hist->samples = cfg->
rc_buf_sz
* 5 / 4 * fps->num / fps->den / 1000;
866
/* Sum the size over the past
rc_buf_sz
ms */
871
if (now - then > cfg->
rc_buf_sz
)
906
fprintf(stderr, "\nRate (over %dms window):\n", cfg->
rc_buf_sz
);
[
all
...]
vp8_scalable_patterns.c
195
cfg.
rc_buf_sz
= 1000;
/external/libvpx/libvpx/vp8/
vp8_cx_iface.c
351
oxcf->maximum_buffer_size_in_ms = cfg.
rc_buf_sz
;
355
oxcf->maximum_buffer_size = cfg.
rc_buf_sz
;
[
all
...]
/external/libvpx/libvpx/vp9/
vp9_cx_iface.c
299
oxcf->maximum_buffer_size = cfg.
rc_buf_sz
;
[
all
...]
/external/libvpx/libvpx/vpx/src/
svc_encodeframe.c
518
enc_cfg->
rc_buf_sz
= 1000;
Completed in 2181 milliseconds