Home
last modified time | relevance | path

Searched refs:last_captured_frame_format (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/talk/media/base/
Dvideocapturer.h287 VideoFormat* last_captured_frame_format);
Dvideocapturer.cc333 VideoFormat* last_captured_frame_format) { in GetStats() argument
337 *last_captured_frame_format = last_captured_frame_format_; in GetStats()
/external/webrtc/talk/media/webrtc/
Dwebrtcvideoengine2.cc2107 VideoFormat last_captured_frame_format; in GetVideoSenderInfo() local
2110 &last_captured_frame_format); in GetVideoSenderInfo()
2111 info.input_frame_width = last_captured_frame_format.width; in GetVideoSenderInfo()
2112 info.input_frame_height = last_captured_frame_format.height; in GetVideoSenderInfo()