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

  /external/webrtc/talk/app/webrtc/objc/
RTCI420Frame.mm 84 - (BOOL)makeExclusive {
85 return _videoFrame->MakeExclusive();
  /external/webrtc/talk/media/base/
videoframe.h 121 // call MakeExclusive() to make sure the frame buffer is exclusively
124 virtual bool MakeExclusive() = 0;
videoframe_unittest.h     [all...]
  /external/webrtc/talk/media/webrtc/
webrtcvideoframe.h 117 bool MakeExclusive() override;
webrtcvideoframe.cc 159 bool WebRtcVideoFrame::MakeExclusive() {
webrtcvideoframe_unittest.cc 268 TEST_WEBRTCVIDEOFRAME(MakeExclusive)

Completed in 9027 milliseconds