Searched defs:num_temporal_layers (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
H A Dvp8_impl.cc159 int num_temporal_layers = inst->codecSpecific.VP8.numberOfTemporalLayers > 1 ? local
163 .Create(num_temporal_layers, rand());
197 if (num_temporal_layers > 1) {
198 // Must be on for temporal layers (i.e., |num_temporal_layers| > 1).
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test/
H A Dvideoprocessor_integrationtest.cc41 int num_temporal_layers; member in struct:webrtc::CodecConfigPars
411 num_temporal_layers_ = process.num_temporal_layers;
519 int num_temporal_layers,
526 process_settings->num_temporal_layers = num_temporal_layers,
516 SetCodecParameters(CodecConfigPars* process_settings, float packet_loss, int key_frame_interval, int num_temporal_layers, bool error_concealment_on, bool denoising_on, bool frame_dropper_on, bool spatial_resize_on) argument

Completed in 1128 milliseconds