Searched refs:current_frame_size_ (Results 1 – 4 of 4) sorted by relevance
47 if (current_frame_size_ != 0u) { in Process()53 current_frame_size_ += 1; in Process()61 const size_t completed_frame_size = current_frame_size_; in Process()91 current_frame_size_ += 1; in Process()103 if (current_frame_size_ < max_size()) { in AppendByte()104 buffer_[current_frame_size_] = new_byte; in AppendByte()107 if (current_frame_size_ >= last_read_bytes_.size()) { in AppendByte()117 current_frame_size_ += 1; in AppendByte()122 if (current_frame_size_ == 0u) { in CheckFrame()126 if (current_frame_size_ < Frame::kMinSizeBytes) { in CheckFrame()[all …]
32 current_frame_size_(max_frame_size), in ConfigurableFrameSizeEncoder()54 EncodedImage encodedImage(buffer_.get(), current_frame_size_, in Encode()87 current_frame_size_ = size; in SetFrameSize()
64 size_t current_frame_size_; variable
79 current_frame_size_(0),129 current_frame_size_ = 0; in Reset()152 size_t current_frame_size_; variable