HomeSort by relevance Sort by last modified time
    Searched refs:RequestKeyFrame (Results 1 - 11 of 11) sorted by null

  /external/webrtc/webrtc/modules/video_coding/include/mock/
mock_vcm_callbacks.h 22 MOCK_METHOD0(RequestKeyFrame, int32_t());
  /external/webrtc/webrtc/modules/video_coding/include/
video_coding_defines.h 151 virtual int32_t RequestKeyFrame() = 0;
  /external/webrtc/webrtc/modules/video_coding/
video_receiver.cc 111 const int32_t ret = RequestKeyFrame();
136 ret = RequestKeyFrame();
331 int32_t VideoReceiver::RequestKeyFrame() {
332 TRACE_EVENT0("webrtc", "RequestKeyFrame");
335 const int32_t ret = _frameTypeCallback->RequestKeyFrame();
452 RequestKeyFrame();
video_coding_impl.h 185 int32_t RequestKeyFrame();
video_coding_robustness_unittest.cc 136 EXPECT_CALL(frame_type_callback_, RequestKeyFrame()).Times(1);
  /external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_rtcp.h 650 virtual int32_t RequestKeyFrame() = 0;
  /external/webrtc/webrtc/modules/rtp_rtcp/mocks/
mock_rtp_rtcp.h 247 MOCK_METHOD0(RequestKeyFrame,
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_rtcp_impl.h 277 int32_t RequestKeyFrame() override;
rtp_rtcp_impl.cc 817 int32_t ModuleRtpRtcpImpl::RequestKeyFrame() {
887 RequestKeyFrame();
  /external/webrtc/webrtc/video/
vie_channel.h 250 virtual int32_t RequestKeyFrame();
vie_channel.cc     [all...]

Completed in 71 milliseconds