Home
last modified time | relevance | path

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

12345678910>>...25

/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/pdfium/xfa/src/fdp/src/fde/
Dfde_object.cpp9 IFDE_Pen* IFDE_Pen::Create() { in Create() function in IFDE_Pen
12 IFDE_Brush* IFDE_Brush::Create(int32_t iType) { in Create() function in IFDE_Brush
/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/include/effects/
DSkColorMatrixFilter.h16 static SkColorFilter* Create(const SkColorMatrix& cm) { in Create() function
19 static SkColorFilter* Create(const SkScalar array[20]) { in Create() function
DSk2DPathEffect.h58 static SkPathEffect* Create(SkScalar width, const SkMatrix& matrix) { in Create() function
87 static SkPathEffect* Create(const SkMatrix& matrix, const SkPath& path) { in Create() function
DSkPictureImageFilter.h19 static SkImageFilter* Create(const SkPicture* picture) { in Create() function
27 static SkImageFilter* Create(const SkPicture* picture, const SkRect& cropRect) { in Create() function
/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/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
124 OMPForDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() function in OMPForDirective
173 OMPForSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() function in OMPForSimdDirective
220 OMPSectionsDirective *OMPSectionsDirective::Create( in Create() function in OMPSectionsDirective
245 OMPSectionDirective *OMPSectionDirective::Create(const ASTContext &C, in Create() function in OMPSectionDirective
267 OMPSingleDirective *OMPSingleDirective::Create(const ASTContext &C, in Create() function in OMPSingleDirective
293 OMPMasterDirective *OMPMasterDirective::Create(const ASTContext &C, in Create() function in OMPMasterDirective
313 OMPCriticalDirective *OMPCriticalDirective::Create( in Create() function in OMPCriticalDirective
338 OMPParallelForDirective *OMPParallelForDirective::Create( in Create() function in OMPParallelForDirective
[all …]
DOpenMPClause.cpp39 OMPPrivateClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create() function in OMPPrivateClause
74 OMPFirstprivateClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create() function in OMPFirstprivateClause
125 OMPLastprivateClause *OMPLastprivateClause::Create( in Create() function in OMPLastprivateClause
149 OMPSharedClause *OMPSharedClause::Create(const ASTContext &C, in Create() function in OMPSharedClause
194 OMPLinearClause *OMPLinearClause::Create( in Create() function in OMPLinearClause
231 OMPAlignedClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create() function in OMPAlignedClause
274 OMPCopyinClause *OMPCopyinClause::Create( in Create() function in OMPCopyinClause
319 OMPCopyprivateClause *OMPCopyprivateClause::Create( in Create() function in OMPCopyprivateClause
370 OMPReductionClause *OMPReductionClause::Create( in Create() function in OMPReductionClause
397 OMPFlushClause *OMPFlushClause::Create(const ASTContext &C, in Create() function in OMPFlushClause
[all …]
/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/skia/src/gpu/effects/
DGrBicubicEffect.h51 static const GrFragmentProcessor* Create(GrTexture* tex, const SkMatrix& matrix, in Create() function
60 static const GrFragmentProcessor* Create(GrTexture* tex, const SkScalar coefficients[16], in Create() function
69 static const GrFragmentProcessor* Create(GrTexture* tex, const SkMatrix& matrix, in Create() function
DGrDitherEffect.cpp19 static GrFragmentProcessor* Create() { in Create() function in DitherEffect
98 GrFragmentProcessor* GrDitherEffect::Create() { return DitherEffect::Create(); } in Create() function in GrDitherEffect
/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/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/skia/src/android/
DSkBitmapRegionDecoder.cpp16 SkBitmapRegionDecoder* SkBitmapRegionDecoder::Create( in Create() function in SkBitmapRegionDecoder
22 SkBitmapRegionDecoder* SkBitmapRegionDecoder::Create( in Create() function in SkBitmapRegionDecoder
/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/skia/include/core/
DSkAnnotation.h28 static SkAnnotation* Create(const char key[], SkData* value) { in Create() function
32 static SkAnnotation* Create(SkReadBuffer& buffer) { return new SkAnnotation(buffer); } in Create() function
/external/llvm/lib/Target/ARM/
DARMConstantPoolValue.cpp126 ARMConstantPoolConstant::Create(const Constant *C, unsigned ID) { in Create() function in ARMConstantPoolConstant
132 ARMConstantPoolConstant::Create(const GlobalValue *GV, in Create() function in ARMConstantPoolConstant
140 ARMConstantPoolConstant::Create(const Constant *C, unsigned ID, in Create() function in ARMConstantPoolConstant
147 ARMConstantPoolConstant::Create(const Constant *C, unsigned ID, in Create() function in ARMConstantPoolConstant
197 ARMConstantPoolSymbol::Create(LLVMContext &C, const char *s, in Create() function in ARMConstantPoolSymbol
235 ARMConstantPoolMBB *ARMConstantPoolMBB::Create(LLVMContext &C, in Create() function in ARMConstantPoolMBB
/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/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/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/
DSkFontConfigTypeface.h21 static FontConfigTypeface* Create(const SkFontStyle& style, in Create() function
27 static FontConfigTypeface* Create(const SkFontStyle& style, bool fixedWidth, in Create() function
/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/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DITreeAdaptor.cs61 object Create(IToken payload); in Create() method
206 object Create(int tokenType, IToken fromToken); in Create() method
218 object Create(int tokenType, IToken fromToken, string text); in Create() method
230 object Create(int tokenType, string text); in Create() method

12345678910>>...25