Searched refs:RefCountImpl (Results 1 - 14 of 14) sorted by last modified time

/external/webrtc/src/system_wrappers/interface/
H A Dref_count.h22 // RefCountImpl<T>* implementation = new RefCountImpl<T>(p);
38 // RefCountImpl<MyImplementation>* implementation =
39 // new RefCountImpl<MyImplementation>();
44 class RefCountImpl : public T { class in namespace:webrtc
46 RefCountImpl() : ref_count_(0) {} function in class:webrtc::RefCountImpl
49 explicit RefCountImpl(P p) : T(p), ref_count_(0) {} function in class:webrtc::RefCountImpl
52 RefCountImpl(P1 p1, P2 p2) : T(p1, p2), ref_count_(0) {} function in class:webrtc::RefCountImpl
55 RefCountImpl(P1 p1, P2 p2, P3 p3) : T(p1, p2, p3), ref_count_(0) {} function in class:webrtc::RefCountImpl
58 RefCountImpl(P function in class:webrtc::RefCountImpl
61 RefCountImpl(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) function in class:webrtc::RefCountImpl
[all...]
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dref_count.h22 // RefCountImpl<T>* implementation = new RefCountImpl<T>(p);
38 // RefCountImpl<MyImplementation>* implementation =
39 // new RefCountImpl<MyImplementation>();
44 class RefCountImpl : public T { class in namespace:webrtc
46 RefCountImpl() : ref_count_(0) {} function in class:webrtc::RefCountImpl
49 explicit RefCountImpl(P p) : T(p), ref_count_(0) {} function in class:webrtc::RefCountImpl
52 RefCountImpl(P1 p1, P2 p2) : T(p1, p2), ref_count_(0) {} function in class:webrtc::RefCountImpl
55 RefCountImpl(P1 p1, P2 p2, P3 p3) : T(p1, p2, p3), ref_count_(0) {} function in class:webrtc::RefCountImpl
58 RefCountImpl(P function in class:webrtc::RefCountImpl
61 RefCountImpl(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) function in class:webrtc::RefCountImpl
[all...]
/external/chromium_org/third_party/webrtc/video/
H A Dvideo_send_stream_tests.cc1138 webrtc::RefCountImpl<FakeNativeHandle>* handle1 =
1139 new webrtc::RefCountImpl<FakeNativeHandle>();
1140 webrtc::RefCountImpl<FakeNativeHandle>* handle2 =
1141 new webrtc::RefCountImpl<FakeNativeHandle>();
1142 webrtc::RefCountImpl<FakeNativeHandle>* handle3 =
1143 new webrtc::RefCountImpl<FakeNativeHandle>();
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_capturer_unittest.cc135 webrtc::RefCountImpl<FakeNativeHandle>* handle =
136 new webrtc::RefCountImpl<FakeNativeHandle>();
169 webrtc::RefCountImpl<FakeNativeHandle>* handle =
170 new webrtc::RefCountImpl<FakeNativeHandle>();
189 webrtc::RefCountImpl<FakeNativeHandle>* handle =
190 new webrtc::RefCountImpl<FakeNativeHandle>();
/external/chromium_org/third_party/webrtc/common_video/
H A Di420_video_frame_unittest.cc251 new RefCountImpl<I420VideoFrame>());
/external/chromium_org/third_party/webrtc/modules/audio_device/
H A Daudio_device_impl.cc95 RefCountImpl<AudioDeviceModuleImpl>* audioDevice =
96 new RefCountImpl<AudioDeviceModuleImpl>(id, audioLayer);
/external/chromium_org/third_party/webrtc/modules/video_capture/android/
H A Dvideo_capture_android.cc121 RefCountImpl<videocapturemodule::VideoCaptureAndroid>* implementation =
122 new RefCountImpl<videocapturemodule::VideoCaptureAndroid>(id);
/external/chromium_org/third_party/webrtc/modules/video_capture/external/
H A Dvideo_capture_external.cc21 RefCountImpl<VideoCaptureImpl>* implementation =
22 new RefCountImpl<VideoCaptureImpl>(id);
/external/chromium_org/third_party/webrtc/modules/video_capture/ios/
H A Dvideo_capture_ios.mm48 RefCountImpl<VideoCaptureIos>* capture_module =
49 new RefCountImpl<VideoCaptureIos>(capture_id);
/external/chromium_org/third_party/webrtc/modules/video_capture/linux/
H A Dvideo_capture_linux.cc37 RefCountImpl<videocapturemodule::VideoCaptureModuleV4L2>* implementation =
38 new RefCountImpl<videocapturemodule::VideoCaptureModuleV4L2>(id);
/external/chromium_org/third_party/webrtc/modules/video_capture/mac/
H A Dvideo_capture_mac.mm138 RefCountImpl<videocapturemodule::VideoCaptureMacQuickTime>*
140 new RefCountImpl<videocapturemodule::VideoCaptureMacQuickTime>(id);
172 RefCountImpl<videocapturemodule::VideoCaptureMacQTKit>* newCaptureModule =
173 new RefCountImpl<videocapturemodule::VideoCaptureMacQTKit>(id);
/external/chromium_org/third_party/webrtc/modules/video_capture/
H A Dvideo_capture_impl.cc33 RefCountImpl<VideoCaptureImpl>* implementation =
34 new RefCountImpl<VideoCaptureImpl>(id);
/external/chromium_org/third_party/webrtc/modules/video_capture/windows/
H A Dvideo_capture_factory_windows.cc31 RefCountImpl<VideoCaptureDS>* capture = new RefCountImpl<VideoCaptureDS>(id);
/external/chromium_org/content/renderer/media/
H A Drtc_video_decoder.cc389 webrtc::RefCountImpl<NativeHandleImpl>* handle =
390 new webrtc::RefCountImpl<NativeHandleImpl>(frame);

Completed in 7921 milliseconds