Home
last modified time | relevance | path

Searched refs:current_frame_size_ (Results 1 – 4 of 4) sorted by relevance

/external/pigweed/pw_hdlc/
Ddecoder.cc47 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 …]
/external/webrtc/test/
Dconfigurable_frame_size_encoder.cc32 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()
Dconfigurable_frame_size_encoder.h64 size_t current_frame_size_; variable
/external/pigweed/pw_hdlc/public/pw_hdlc/
Ddecoder.h79 current_frame_size_(0),
129 current_frame_size_ = 0; in Reset()
152 size_t current_frame_size_; variable