OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_number_of_repeated_buffers_in_a_row_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/media/cast/video_sender/codecs/vp8/
vp8_encoder.h
72
const int
max_number_of_repeated_buffers_in_a_row_
;
member in class:media::cast::Vp8Encoder
vp8_encoder.cc
27
max_number_of_repeated_buffers_in_a_row_
(
45
max_number_of_repeated_buffers_in_a_row_
== 0) << "Invalid config";
271
if (number_of_repeated_buffers_ <
max_number_of_repeated_buffers_in_a_row_
) {
Completed in 166 milliseconds