Home
last modified time | relevance | path

Searched defs:frame_interval (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/rust/crates/v4l2r/lib/src/ioctl/
Dframeintervals.rs70 let mut frame_interval = v4l2_frmivalenum { in enum_frame_intervals() localVariable
/aosp_15_r20/external/webrtc/pc/test/
H A Dfake_periodic_video_source.h52 TimeDelta frame_interval = TimeDelta::Millis(config.frame_interval_ms); in FakePeriodicVideoSource() local
/aosp_15_r20/external/webrtc/video/adaptation/
H A Doveruse_frame_detector_unittest.cc221 int64_t frame_interval = rtc::kNumMicrosecsPerSec / fps; in OveruseProcessingTimeLimitForFramerate() local
228 int64_t frame_interval = rtc::kNumMicrosecsPerSec / fps; in UnderuseProcessingTimeLimitForFramerate() local
/aosp_15_r20/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
Ddrmconnector.cpp486 const DrmProperty &DrmConnector::frame_interval() const { in frame_interval() function in android::DrmConnector
/aosp_15_r20/external/libvpx/vp8/encoder/
H A Dfirstpass.c1341 static int detect_transition_to_still(VP8_COMP *cpi, int frame_interval, in detect_transition_to_still()
/aosp_15_r20/external/libaom/av1/encoder/
H A Dpass2_strategy.c438 const int frame_interval, in detect_transition_to_still()