Home | History | Annotate | Download | only in source

Lines Matching refs:encoded_length

372 int32_t MediaOptimization::UpdateWithEncodedData(int encoded_length,
383 encoded_frame_samples_.back().size_bytes += encoded_length;
387 EncodedFrameSample(encoded_length, timestamp, now_ms));
391 if (encoded_length > 0) {
394 frame_dropper_->Fill(encoded_length, delta_frame);
395 if (max_payload_size_ > 0 && encoded_length > 0) {
397 encoded_length / static_cast<float>(max_payload_size_);
408 qm_resolution_->UpdateEncodedSize(encoded_length, encoded_frame_type);
411 if (!delta_frame && encoded_length > 0) {
412 loss_prot_logic_->UpdateKeyFrameSize(static_cast<float>(encoded_length));