Home
last modified time | relevance | path

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

/external/webrtc/webrtc/test/
Dconfigurable_frame_size_encoder.cc26 max_frame_size_(max_frame_size), in ConfigurableFrameSizeEncoder()
46 buffer_.get(), current_frame_size_, max_frame_size_); in Encode()
86 assert(size <= max_frame_size_); in SetFrameSize()
Dconfigurable_frame_size_encoder.h50 const size_t max_frame_size_; variable
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dflow_control.h79 uint32_t max_frame_size() const { return max_frame_size_; } in max_frame_size()
98 max_frame_size_ = update; in set_send_max_frame_size_update()
111 uint32_t max_frame_size_ = 0; variable
Dflow_control.cc146 max_frame_size_); in Trace()