Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/api/video/
H A Dvideo_frame.cc224 const absl::optional<VideoFrame::UpdateRect>& update_rect) { in set_update_rect()
264 const absl::optional<UpdateRect>& update_rect, in VideoFrame()
H A Dvideo_frame.h232 UpdateRect update_rect() const { in update_rect() function
237 void set_update_rect(const VideoFrame::UpdateRect& update_rect) { in set_update_rect()
/aosp_15_r20/external/webrtc/test/
H A Dframe_generator.cc173 VideoFrame::UpdateRect update_rect{0, 0, 0, 0}; in NextFrame() local
235 VideoFrame::UpdateRect update_rect{0, 0, 0, 0}; in NextFrame() local
/aosp_15_r20/external/webrtc/api/test/
H A Dframe_generator_interface.h32 absl::optional<VideoFrame::UpdateRect> update_rect; member
/aosp_15_r20/external/pdfium/core/fpdfapi/page/
H A Dcpdf_streamcontentparser.cpp85 bool update_rect = false; in GetShadingBBox() local
/aosp_15_r20/external/webrtc/video/
H A Dvideo_stream_encoder.cc1920 VideoFrame::UpdateRect update_rect = video_frame.update_rect(); in EncodeVideoFrame() local