OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 213 milliseconds