Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/media/base/
Dvideocapturer.h304 VideoFormat* last_captured_frame_format);
Dvideocapturer.cc339 VideoFormat* last_captured_frame_format) { in GetStats() argument
344 *last_captured_frame_format = last_captured_frame_format_; in GetStats()
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtcvideoengine2.cc1661 VideoFormat last_captured_frame_format; in GetVideoSenderInfo() local
1665 &last_captured_frame_format); in GetVideoSenderInfo()
1666 info.input_frame_width = last_captured_frame_format.width; in GetVideoSenderInfo()
1667 info.input_frame_height = last_captured_frame_format.height; in GetVideoSenderInfo()
Dwebrtcvideoengine.cc2461 VideoFormat last_captured_frame_format; in GetStats() local
2465 &last_captured_frame_format); in GetStats()
2466 sinfo.input_frame_width = last_captured_frame_format.width; in GetStats()
2467 sinfo.input_frame_height = last_captured_frame_format.height; in GetStats()