HomeSort by relevance Sort by last modified time
    Searched defs:input_frame_rate (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/
video_send_stream.h 42 : input_frame_rate(0),
48 int input_frame_rate; member in struct:webrtc::VideoSendStream::Stats
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test/
videoprocessor_integrationtest.cc 62 int input_frame_rate[kMaxNumRateUpdates]; member in struct:webrtc::RateProfile
419 frame_rate_ = rate_profile.input_frame_rate[0];
458 frame_rate_ = rate_profile.input_frame_rate[update_index];
512 rate_profile->input_frame_rate[update_index] = frame_rate;
    [all...]

Completed in 431 milliseconds