HomeSort by relevance Sort by last modified time
    Searched refs:temporal_layers_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
realtime_temporal_layers.cc 85 : temporal_layers_(1),
105 temporal_layers_ =
106 CalculateNumberOfTemporalLayers(temporal_layers_, framerate);
107 temporal_layers_ = std::min(temporal_layers_, max_temporal_layers_);
108 assert(temporal_layers_ >= 1 && temporal_layers_ <= 3);
110 cfg->ts_number_layers = temporal_layers_;
111 for (int tl = 0; tl < temporal_layers_; ++tl) {
113 bitrate_kbit * kVp8LayerRateAlloction[temporal_layers_ - 1][tl]
245 int temporal_layers_; member in class:webrtc::__anon19968::RealTimeTemporalLayers
    [all...]
vp8_impl.h 138 TemporalLayers* temporal_layers_; member in class:webrtc::VP8EncoderImpl
vp8_impl.cc 49 temporal_layers_(NULL),
83 delete temporal_layers_;
84 temporal_layers_ = NULL;
105 temporal_layers_->ConfigureBitrates(new_bitrate_kbit, codec_.maxBitrate,
160 assert(temporal_layers_ == NULL);
161 temporal_layers_ = options.Get<TemporalLayers::Factory>()
186 temporal_layers_->ConfigureBitrates(inst->startBitrate, inst->maxBitrate,
357 int flags = temporal_layers_->EncodeFlags(input_image.timestamp());
429 temporal_layers_->PopulateCodecSpecific(

Completed in 176 milliseconds