Searched refs:max_content_bytes_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/remoting/host/
H A Dvideo_frame_recorder_host_extension.h31 int64_t max_content_bytes_; member in class:remoting::VideoFrameRecorderHostExtension
H A Dvideo_frame_recorder.h88 int64_t max_content_bytes_; member in class:remoting::VideoFrameRecorder
H A Dvideo_frame_recorder.cc121 max_content_bytes_(0),
190 max_content_bytes_ = max_content_bytes;
231 while (content_bytes_ + frame_bytes > max_content_bytes_ &&
240 if (content_bytes_ + frame_bytes > max_content_bytes_) {
H A Dvideo_frame_recorder_host_extension.cc182 max_content_bytes_ = max_content_bytes;
195 new VideoFrameRecorderHostExtensionSession(max_content_bytes_));

Completed in 186 milliseconds