Home
last modified time | relevance | path

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

/external/webrtc/webrtc/test/
Dconfigurable_frame_size_encoder.cc27 current_frame_size_(max_frame_size), in ConfigurableFrameSizeEncoder()
46 buffer_.get(), current_frame_size_, max_frame_size_); in Encode()
87 current_frame_size_ = size; in SetFrameSize()
Dconfigurable_frame_size_encoder.h51 size_t current_frame_size_; variable