Home
last modified time | relevance | path

Searched refs:MakeExclusive (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/base/
Dnullvideoframe.h72 virtual bool MakeExclusive() { return false; } in MakeExclusive() function
Dvideoframe.h109 virtual bool MakeExclusive() = 0;
Dvideoframe_unittest.h2005 void MakeExclusive() { in MakeExclusive() function
2010 EXPECT_TRUE(target->MakeExclusive()); in MakeExclusive()
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtctexturevideoframe.h74 virtual bool MakeExclusive();
Dwebrtctexturevideoframe.cc113 bool WebRtcTextureVideoFrame::MakeExclusive() { in MakeExclusive() function in cricket::WebRtcTextureVideoFrame
Dwebrtcvideoframe.h104 virtual bool MakeExclusive();
Dwebrtcvideoframe_unittest.cc260 TEST_WEBRTCVIDEOFRAME(MakeExclusive) in TEST_WEBRTCVIDEOFRAME()
Dwebrtcvideoframe.cc228 bool WebRtcVideoFrame::MakeExclusive() { in MakeExclusive() function in cricket::WebRtcVideoFrame
Dwebrtcvideoengine2.cc613 virtual bool MakeExclusive() OVERRIDE { in MakeExclusive() function in cricket::WebRtcVideoRenderFrame