Searched defs:Create (Results 1 - 25 of 527) sorted by relevance

1234567891011>>

/external/skia/src/ports/
H A DSkDiscardableMemory_none.cpp12 SkDiscardableMemory* SkDiscardableMemory::Create(size_t bytes) { function in class:SkDiscardableMemory
/external/skqp/src/ports/
H A DSkDiscardableMemory_none.cpp12 SkDiscardableMemory* SkDiscardableMemory::Create(size_t bytes) { function in class:SkDiscardableMemory
/external/webrtc/webrtc/modules/desktop_capture/
H A Dwindow_capturer.cc18 WindowCapturer* WindowCapturer::Create() { function in class:webrtc::WindowCapturer
19 return Create(DesktopCaptureOptions::CreateDefault());
H A Dscreen_capturer_null.cc16 ScreenCapturer* ScreenCapturer::Create(const DesktopCaptureOptions& options) { function in class:webrtc::ScreenCapturer
H A Dscreen_capturer_win.cc22 ScreenCapturer* ScreenCapturer::Create(const DesktopCaptureOptions& options) { function in class:webrtc::ScreenCapturer
H A Dscreen_capturer.cc17 ScreenCapturer* ScreenCapturer::Create() { function in class:webrtc::ScreenCapturer
18 return Create(DesktopCaptureOptions::CreateDefault());
26 return Create(options);
32 return Create(options);
/external/webrtc/talk/media/devices/
H A Ddummydevicemanager.cc34 DeviceManagerInterface* DeviceManagerFactory::Create() { function in class:cricket::DeviceManagerFactory
/external/webrtc/talk/media/webrtc/
H A Dwebrtcvideocapturerfactory.cc34 VideoCapturer* WebRtcVideoDeviceCapturerFactory::Create(const Device& device) { function in class:cricket::WebRtcVideoDeviceCapturerFactory
/external/webrtc/webrtc/call/
H A Drtc_event_log.cc109 rtc::scoped_ptr<FileWrapper>(FileWrapper::Create());
176 : file_(FileWrapper::Create()),
447 // Create a LogEnd event
504 rtc::scoped_ptr<FileWrapper> dump_file(FileWrapper::Create());
519 rtc::scoped_ptr<RtcEventLog> RtcEventLog::Create() { function in class:webrtc::RtcEventLog
/external/webrtc/webrtc/modules/video_coding/codecs/h264/
H A Dh264.cc38 H264Encoder* H264Encoder::Create() { function in class:webrtc::H264Encoder
52 H264Decoder* H264Decoder::Create() { function in class:webrtc::H264Decoder
/external/skia/src/android/
H A DSkBitmapRegionDecoder.cpp14 SkBitmapRegionDecoder* SkBitmapRegionDecoder::Create( function in class:SkBitmapRegionDecoder
16 return SkBitmapRegionDecoder::Create(new SkMemoryStream(data),
20 SkBitmapRegionDecoder* SkBitmapRegionDecoder::Create( function in class:SkBitmapRegionDecoder
/external/skqp/src/android/
H A DSkBitmapRegionDecoder.cpp14 SkBitmapRegionDecoder* SkBitmapRegionDecoder::Create( function in class:SkBitmapRegionDecoder
16 return SkBitmapRegionDecoder::Create(new SkMemoryStream(data),
20 SkBitmapRegionDecoder* SkBitmapRegionDecoder::Create( function in class:SkBitmapRegionDecoder
/external/webrtc/webrtc/sound/
H A Dnullsoundsystem.h26 static SoundSystemInterface *Create() { function in class:rtc::NullSoundSystem
/external/webrtc/webrtc/system_wrappers/source/
H A Devent.cc50 EventWrapper* EventWrapper::Create() { function in class:webrtc::EventWrapper
/external/libchrome/crypto/
H A Dsecure_hash.cc60 std::unique_ptr<SecureHash> SecureHash::Create(Algorithm algorithm) { function in class:crypto::SecureHash
/external/lzma/CPP/7zip/Common/
H A DVirtThread.cpp20 WRes CVirtThread::Create() function in class:CVirtThread
29 return Thread.Create(CoderThread, this);
/external/lzma/CPP/7zip/UI/FileManager/
H A DPasswordDialog.h25 INT_PTR Create(HWND parentWindow = 0) { return CModalDialog::Create(IDD_PASSWORD, parentWindow); } function in class:CPasswordDialog
/external/webrtc/webrtc/base/
H A Dnattypes.cc45 NAT* NAT::Create(NATType type) { function in class:rtc::NAT
H A Dssladapter.cc30 SSLAdapter::Create(AsyncSocket* socket) { function in class:rtc::SSLAdapter
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtp_format.cc19 RtpPacketizer* RtpPacketizer::Create(RtpVideoCodecTypes type, function in class:webrtc::RtpPacketizer
40 RtpDepacketizer* RtpDepacketizer::Create(RtpVideoCodecTypes type) { function in class:webrtc::RtpDepacketizer
/external/webrtc/webrtc/modules/video_capture/external/
H A Dvideo_capture_external.cc18 VideoCaptureModule* VideoCaptureImpl::Create( function in class:webrtc::videocapturemodule::VideoCaptureImpl
/external/webrtc/webrtc/modules/video_capture/
H A Dvideo_capture_factory.cc18 VideoCaptureModule* VideoCaptureFactory::Create(const int32_t id, function in class:webrtc::VideoCaptureFactory
23 return videocapturemodule::VideoCaptureImpl::Create(id, deviceUniqueIdUTF8);
27 VideoCaptureModule* VideoCaptureFactory::Create(const int32_t id, function in class:webrtc::VideoCaptureFactory
29 return videocapturemodule::VideoCaptureImpl::Create(id, externalCapture);
/external/webrtc/webrtc/modules/video_capture/windows/
H A Dvideo_capture_factory_windows.cc22 return DeviceInfoDS::Create(id);
25 VideoCaptureModule* VideoCaptureImpl::Create(const int32_t id, function in class:webrtc::videocapturemodule::VideoCaptureImpl
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
H A Dvp8_factory.cc22 VideoEncoder* Create() override { return new VP8EncoderImpl(); }
29 VP8Encoder* VP8Encoder::Create() { function in class:webrtc::VP8Encoder
37 VP8Decoder* VP8Decoder::Create() { function in class:webrtc::VP8Decoder
/external/webrtc/webrtc/modules/video_processing/util/
H A Ddenoiser_filter.cc24 rtc::scoped_ptr<DenoiserFilter> DenoiserFilter::Create( function in class:webrtc::DenoiserFilter

Completed in 494 milliseconds

1234567891011>>