Home
last modified time | relevance | path

Searched defs:Create (Results 1 – 25 of 457) sorted by relevance

12345678910>>...19

/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dvp8_factory.cc22 VideoEncoder* Create() override { return new VP8EncoderImpl(); } in Create() function in webrtc::VP8EncoderImplFactory
29 VP8Encoder* VP8Encoder::Create() { in Create() function in webrtc::VP8Encoder
37 VP8Decoder* VP8Decoder::Create() { in Create() function in webrtc::VP8Decoder
/external/webrtc/webrtc/sound/
Dautomaticallychosensoundsystem_unittest.cc26 static SoundSystemInterface *Create() { in Create() function in rtc::NeverFailsToFailSoundSystem
39 static SoundSystemInterface *Create() { in Create() function in rtc::InitCheckingSoundSystem1
56 static SoundSystemInterface *Create() { in Create() function in rtc::InitCheckingSoundSystem2
71 static SoundSystemInterface *Create() { in Create() function in rtc::DeletionCheckingSoundSystem1
86 static SoundSystemInterface *Create() { in Create() function in rtc::DeletionCheckingSoundSystem2
101 static SoundSystemInterface *Create() { in Create() function in rtc::DeletionCheckingSoundSystem3
/external/webrtc/webrtc/modules/video_coding/codecs/h264/
Dh264.cc38 H264Encoder* H264Encoder::Create() { in Create() function in webrtc::H264Encoder
52 H264Decoder* H264Decoder::Create() { in Create() function in webrtc::H264Decoder
/external/zlib/src/contrib/ada/
Dzlib-streams.adb41 procedure Create subprogram
55 subtype Buffer_Subtype is Stream_Element_Array (1 .. Read_Buffer_Size);
57 procedure Init_Filter
65 procedure Init_Filter
/external/skia/src/android/
DSkBitmapRegionDecoder.cpp14 SkBitmapRegionDecoder* SkBitmapRegionDecoder::Create( in Create() function in SkBitmapRegionDecoder
20 SkBitmapRegionDecoder* SkBitmapRegionDecoder::Create( in Create() function in SkBitmapRegionDecoder
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_format.cc19 RtpPacketizer* RtpPacketizer::Create(RtpVideoCodecTypes type, in Create() function in webrtc::RtpPacketizer
40 RtpDepacketizer* RtpDepacketizer::Create(RtpVideoCodecTypes type) { in Create() function in webrtc::RtpDepacketizer
/external/webrtc/webrtc/modules/video_capture/
Dvideo_capture_factory.cc18 VideoCaptureModule* VideoCaptureFactory::Create(const int32_t id, in Create() function in webrtc::VideoCaptureFactory
27 VideoCaptureModule* VideoCaptureFactory::Create(const int32_t id, in Create() function in webrtc::VideoCaptureFactory
/external/clang/lib/AST/
DStmtOpenMP.cpp57 OMPParallelDirective *OMPParallelDirective::Create( in Create() function in OMPParallelDirective
83 OMPSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() function in OMPSimdDirective
125 OMPForDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() function in OMPForDirective
178 OMPForSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() function in OMPForSimdDirective
229 OMPSectionsDirective *OMPSectionsDirective::Create( in Create() function in OMPSectionsDirective
254 OMPSectionDirective *OMPSectionDirective::Create(const ASTContext &C, in Create() function in OMPSectionDirective
276 OMPSingleDirective *OMPSingleDirective::Create(const ASTContext &C, in Create() function in OMPSingleDirective
302 OMPMasterDirective *OMPMasterDirective::Create(const ASTContext &C, in Create() function in OMPMasterDirective
322 OMPCriticalDirective *OMPCriticalDirective::Create( in Create() function in OMPCriticalDirective
347 OMPParallelForDirective *OMPParallelForDirective::Create( in Create() function in OMPParallelForDirective
[all …]
DDeclOpenMP.cpp29 OMPThreadPrivateDecl *OMPThreadPrivateDecl::Create(ASTContext &C, in Create() function in OMPThreadPrivateDecl
62 OMPDeclareReductionDecl *OMPDeclareReductionDecl::Create( in Create() function in OMPDeclareReductionDecl
92 OMPCapturedExprDecl *OMPCapturedExprDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in OMPCapturedExprDecl
DOpenMPClause.cpp172 OMPPrivateClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create() function in OMPPrivateClause
203 OMPFirstprivateClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create() function in OMPFirstprivateClause
251 OMPLastprivateClause *OMPLastprivateClause::Create( in Create() function in OMPLastprivateClause
274 OMPSharedClause *OMPSharedClause::Create(const ASTContext &C, in Create() function in OMPSharedClause
315 OMPLinearClause *OMPLinearClause::Create( in Create() function in OMPLinearClause
351 OMPAlignedClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create() function in OMPAlignedClause
390 OMPCopyinClause *OMPCopyinClause::Create( in Create() function in OMPCopyinClause
431 OMPCopyprivateClause *OMPCopyprivateClause::Create( in Create() function in OMPCopyprivateClause
478 OMPReductionClause *OMPReductionClause::Create( in Create() function in OMPReductionClause
504 OMPFlushClause *OMPFlushClause::Create(const ASTContext &C, in Create() function in OMPFlushClause
[all …]
/external/webrtc/webrtc/modules/video_capture/ios/
Dvideo_capture_ios.mm23 VideoCaptureModule* VideoCaptureImpl::Create(const int32_t capture_id, function
43 VideoCaptureModule* VideoCaptureIos::Create(const int32_t capture_id, function
/external/webrtc/webrtc/modules/audio_coding/acm2/
Daudio_coding_module.cc23 AudioCodingModule* AudioCodingModule::Create(int id) { in Create() function in webrtc::AudioCodingModule
30 AudioCodingModule* AudioCodingModule::Create(int id, Clock* clock) { in Create() function in webrtc::AudioCodingModule
37 AudioCodingModule* AudioCodingModule::Create(const Config& config) { in Create() function in webrtc::AudioCodingModule
/external/pdfium/core/fxcrt/
Dcfx_string_data_template.h17 static CFX_StringDataTemplate* Create(FX_STRSIZE nLen) { in Create() function
42 static CFX_StringDataTemplate* Create(const CFX_StringDataTemplate& other) { in Create() function
48 static CFX_StringDataTemplate* Create(const CharType* pStr, FX_STRSIZE nLen) { in Create() function
/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
Dsli.cc57 void Sli::Macroblocks::Create(uint8_t* buffer) const { in Create() function in webrtc::rtcp::Sli::Macroblocks
87 bool Sli::Create(uint8_t* packet, in Create() function in webrtc::rtcp::Sli
/external/llvm/lib/Target/ARM/
DARMConstantPoolValue.cpp133 ARMConstantPoolConstant::Create(const Constant *C, unsigned ID) { in Create() function in ARMConstantPoolConstant
139 ARMConstantPoolConstant::Create(const GlobalValue *GV, in Create() function in ARMConstantPoolConstant
147 ARMConstantPoolConstant::Create(const Constant *C, unsigned ID, in Create() function in ARMConstantPoolConstant
154 ARMConstantPoolConstant::Create(const Constant *C, unsigned ID, in Create() function in ARMConstantPoolConstant
204 ARMConstantPoolSymbol::Create(LLVMContext &C, const char *s, in Create() function in ARMConstantPoolSymbol
242 ARMConstantPoolMBB *ARMConstantPoolMBB::Create(LLVMContext &C, in Create() function in ARMConstantPoolMBB
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test_fileutils.cc54 ResourceFileReader* ResourceFileReader::Create(const std::string& filename, in Create() function in webrtc::testing::bwe::ResourceFileReader
82 OutputFileWriter* OutputFileWriter::Create(const std::string& filename, in Create() function in webrtc::testing::bwe::OutputFileWriter
/external/skia/src/ports/
DSkDiscardableMemory_none.cpp12 SkDiscardableMemory* SkDiscardableMemory::Create(size_t bytes) { in Create() function in SkDiscardableMemory
/external/webrtc/webrtc/modules/desktop_capture/
Dwindow_capturer.cc18 WindowCapturer* WindowCapturer::Create() { in Create() function in webrtc::WindowCapturer
Dscreen_capturer_null.cc16 ScreenCapturer* ScreenCapturer::Create(const DesktopCaptureOptions& options) { in Create() function in webrtc::ScreenCapturer
Dscreen_capturer_win.cc22 ScreenCapturer* ScreenCapturer::Create(const DesktopCaptureOptions& options) { in Create() function in webrtc::ScreenCapturer
/external/skia/tools/
Dok_vias.cpp36 static std::unique_ptr<Dst> Create(Options options, std::unique_ptr<Dst> dst) { in Create() function
70 static std::unique_ptr<Dst> Create(Options options, std::unique_ptr<Dst> dst) { in Create() function
111 static std::unique_ptr<Dst> Create(Options options, std::unique_ptr<Dst> dst) { in Create() function
139 static std::unique_ptr<Dst> Create(Options options, std::unique_ptr<Dst> dst) { in Create() function
165 static std::unique_ptr<Dst> Create(Options options, std::unique_ptr<Dst> dst) { in Create() function
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DITreeAdaptor.cs63 object Create(IToken payload); in Create() method
75 object Create(int tokenType, IToken fromToken); in Create() method
87 object Create(int tokenType, IToken fromToken, string text); in Create() method
99 object Create(IToken fromToken, string text); in Create() method
111 object Create(int tokenType, string text); in Create() method
/external/webrtc/talk/media/devices/
Ddummydevicemanager.cc34 DeviceManagerInterface* DeviceManagerFactory::Create() { in Create() function in cricket::DeviceManagerFactory
/external/webrtc/webrtc/base/
Dsslfingerprint.cc22 SSLFingerprint* SSLFingerprint::Create( in Create() function in rtc::SSLFingerprint
31 SSLFingerprint* SSLFingerprint::Create( in Create() function in rtc::SSLFingerprint
/external/webrtc/talk/media/webrtc/
Dwebrtcvideocapturerfactory.cc34 VideoCapturer* WebRtcVideoDeviceCapturerFactory::Create(const Device& device) { in Create() function in cricket::WebRtcVideoDeviceCapturerFactory

12345678910>>...19