Home
last modified time | relevance | path

Searched refs:encoded_length (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/
Dmedia_optimization.cc338 size_t encoded_length = encoded_image._length; in UpdateWithEncodedData() local
348 encoded_frame_samples_.back().size_bytes += encoded_length; in UpdateWithEncodedData()
352 EncodedFrameSample(encoded_length, timestamp, now_ms)); in UpdateWithEncodedData()
356 if (encoded_length > 0) { in UpdateWithEncodedData()
359 frame_dropper_->Fill(encoded_length, delta_frame); in UpdateWithEncodedData()
360 if (max_payload_size_ > 0 && encoded_length > 0) { in UpdateWithEncodedData()
362 encoded_length / static_cast<float>(max_payload_size_); in UpdateWithEncodedData()
373 qm_resolution_->UpdateEncodedSize(encoded_length); in UpdateWithEncodedData()
376 if (!delta_frame && encoded_length > 0) { in UpdateWithEncodedData()
377 loss_prot_logic_->UpdateKeyFrameSize(static_cast<float>(encoded_length)); in UpdateWithEncodedData()
/external/ImageMagick/Magick++/lib/
DBlob.cpp74 encoded_length; in base64() local
82 encoded_length=0; in base64()
84 &encoded_length); in base64()
88 result=std::string(encoded,encoded_length); in base64()
/external/ImageMagick/MagickWand/
Ddrawing-wand.c1024 encoded_length; in DrawComposite() local
1049 encoded_length=0; in DrawComposite()
1050 base64=Base64Encode(blob,blob_length,&encoded_length); in DrawComposite()
1068 for (i=(ssize_t) encoded_length; i > 0; i-=76) in DrawComposite()