Home
last modified time | relevance | path

Searched defs:kMaxFrameRate (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/webrtc/modules/video_capture/
H A Dvideo_capture_config.h20 enum { kMaxFrameRate = 60 }; // Max allowed frame rate of the start image enumerator
/aosp_15_r20/frameworks/av/media/module/codecs/m4v_h263/enc/test/
H A Dm4v_h263_enc_test.cpp40 kMaxFrameRate = 30, enumerator
/aosp_15_r20/hardware/google/graphics/common/libhwc2.1/libvrr/
DVariableRefreshRateController.h139 static constexpr int kMaxFrameRate = 120; variable
/aosp_15_r20/external/webrtc/video/adaptation/
H A Doveruse_frame_detector_unittest.cc537 const int kMaxFrameRate = 20; in TEST_F() local