Home
last modified time | relevance | path

Searched defs:max_composition_delay_in_frames (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/webrtc/api/video/
H A Dvideo_frame.h86 absl::optional<int32_t> max_composition_delay_in_frames; member
209 max_composition_delay_in_frames() const { in max_composition_delay_in_frames() function
/aosp_15_r20/external/webrtc/modules/video_coding/timing/
H A Dtiming.cc292 absl::optional<int> max_composition_delay_in_frames) { in SetMaxCompositionDelayInFrames()
/aosp_15_r20/external/webrtc/video/
H A Dvideo_receive_stream2.cc1035 int max_composition_delay_in_frames = in UpdatePlayoutDelays() local