OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_temporal_layers_
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
vp9_impl.cc
75
num_temporal_layers_
(0),
124
if (
num_temporal_layers_
> 1) {
159
if (
num_temporal_layers_
== 1) {
161
} else if (
num_temporal_layers_
== 2) {
162
config_->layer_target_bitrate[i *
num_temporal_layers_
] =
164
config_->layer_target_bitrate[i *
num_temporal_layers_
+ 1] =
166
} else if (
num_temporal_layers_
== 3) {
167
config_->layer_target_bitrate[i *
num_temporal_layers_
] =
169
config_->layer_target_bitrate[i *
num_temporal_layers_
+ 1] =
170
config_->layer_target_bitrate[i *
num_temporal_layers_
]
[
all
...]
vp9_impl.h
122
uint8_t
num_temporal_layers_
;
member in class:webrtc::VP9EncoderImpl
/external/webrtc/webrtc/modules/video_coding/codecs/test/
videoprocessor_integrationtest.cc
142
int
num_temporal_layers_
;
member in class:webrtc::VideoProcessorIntegrationTest
192
num_temporal_layers_
;
203
num_temporal_layers_
;
233
for (int i = 0; i <
num_temporal_layers_
; i++) {
330
for (int i = 0; i <
num_temporal_layers_
; i++) {
360
if (
num_temporal_layers_
== 1) {
362
} else if (
num_temporal_layers_
== 2) {
370
} else if (
num_temporal_layers_
== 3) {
388
assert(
num_temporal_layers_
<= 3);
389
for (int i = 0; i <
num_temporal_layers_
; i++)
[
all
...]
/external/webrtc/webrtc/video/
video_send_stream_tests.cc
2203
const uint8_t
num_temporal_layers_
;
member in class:webrtc::NonFlexibleMode
[
all
...]
Completed in 661 milliseconds