Home
last modified time | relevance | path

Searched defs:GetNativeHandle (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtctexturevideoframe.h78 virtual void* GetNativeHandle() const { return handle_.get(); } in GetNativeHandle() function
Dwebrtcvideoframe.h90 virtual void* GetNativeHandle() const { return NULL; } in GetNativeHandle() function
Dwebrtcvideoengine2.cc587 virtual void* GetNativeHandle() const OVERRIDE { return NULL; } in GetNativeHandle() function in cricket::WebRtcVideoRenderFrame
/external/chromium_org/third_party/libjingle/source/talk/media/base/
Dnullvideoframe.h60 virtual void* GetNativeHandle() const { return NULL; } in GetNativeHandle() function