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

/frameworks/av/media/libstagefright/
H A DMediaExtractor.cpp54 sp<MediaExtractor> MediaExtractor::Create( function in class:android::MediaExtractor
H A DHTTPBase.cpp47 sp<HTTPBase> HTTPBase::Create(uint32_t flags) { function in class:android::HTTPBase
H A DCameraSource.cpp124 CameraSource *CameraSource::Create() { function in class:android::CameraSource
290 * actually know the specific values (see Create() method).
H A DOMXCodec.cpp275 sp<MediaSource> OMXCodec::Create( function in class:android::OMXCodec
/frameworks/av/libvideoeditor/lvpp/
H A DDummyAudioSource.cpp31 sp<DummyAudioSource> DummyAudioSource::Create( function in class:android::DummyAudioSource
35 ALOGV("Create ");
H A DDummyVideoSource.cpp33 sp<DummyVideoSource> DummyVideoSource::Create( function in class:android::DummyVideoSource
37 ALOGV("Create");
/frameworks/compile/libbcc/lib/AndroidBitcode/
H A DABCCompilerDriver.cpp220 ABCCompilerDriver *ABCCompilerDriver::Create(const std::string &pTriple) { function in class:bcc::ABCCompilerDriver
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSExecutable.cpp38 RSExecutable *RSExecutable::Create(RSInfo &pInfo, function in class:RSExecutable
/frameworks/compile/slang/
H A Dslang_rs_export_element.cpp46 ElementInfoMapTy::value_type::Create( \
59 RSExportType *RSExportElement::Create(RSContext *Context, function in class:slang::RSExportElement
62 // Create RSExportType corresponded to the @T first and then verify
82 RSExportPrimitiveType::Create(Context,
95 RSExportVectorType::Create(Context,
110 fprintf(stderr, "RSExportElement::Create : type '%s' is not exportable\n",
129 return RSExportType::Create(Context, T);
149 return RSExportType::Create(Context, T);
151 return RSExportElement::Create(Context, T, EI);
H A Dslang_rs_export_foreach.cpp390 RSExportForEach *RSExportForEach::Create(RSContext *Context, function in class:slang::RSExportForEach
424 clang::RecordDecl::Create(Ctx, clang::TTK_Struct,
431 clang::FieldDecl::Create(Ctx,
444 // Create an export type iff we have a valid usrData type
448 RSExportType *ET = RSExportType::Create(Context, T.getTypePtr());
466 FE->mInType = RSExportType::Create(Context, T);
474 FE->mOutType = RSExportType::Create(Context, T);
478 FE->mOutType = RSExportType::Create(Context, T);
H A Dslang_rs_export_func.cpp52 RSExportFunc *RSExportFunc::Create(RSContext *Context, function in class:slang::RSExportFunc
75 clang::RecordDecl::Create(Ctx, clang::TTK_Struct,
92 clang::FieldDecl::Create(Ctx,
111 RSExportType::Create(Context, T.getTypePtr());
H A Dslang_rs_export_type.cpp695 RSExportType *RSExportType::Create(RSContext *Context, function in class:slang::RSExportType
714 ET = RSExportRecordType::Create(Context,
721 ET = RSExportMatrixType::Create(Context,
729 ET = RSExportMatrixType::Create(Context,
737 ET = RSExportMatrixType::Create(Context,
745 ET = RSExportPrimitiveType::Create(Context, T, TypeName);
752 ET = RSExportPrimitiveType::Create(Context, T, TypeName);
756 ET = RSExportPointerType::Create(Context,
763 ET = RSExportVectorType::Create(Context,
768 ET = RSExportConstantArrayType::Create(
786 RSExportType *RSExportType::Create(RSContext *Context, const clang::Type *T) { function in class:slang::RSExportType
1015 *RSExportPrimitiveType::Create(RSContext *Context, function in class:slang::RSExportPrimitiveType
1028 RSExportPrimitiveType *RSExportPrimitiveType::Create(RSContext *Context, function in class:slang::RSExportPrimitiveType
1128 *RSExportPointerType::Create(RSContext *Context, function in class:slang::RSExportPointerType
1210 RSExportVectorType *RSExportVectorType::Create(RSContext *Context, function in class:slang::RSExportVectorType
1252 RSExportMatrixType *RSExportMatrixType::Create(RSContext *Context, function in class:slang::RSExportMatrixType
1361 *RSExportConstantArrayType::Create(RSContext *Context, function in class:slang::RSExportConstantArrayType
1416 RSExportRecordType *RSExportRecordType::Create(RSContext *Context, function in class:slang::RSExportRecordType
[all...]
/frameworks/compile/mclinker/include/mcld/Support/
H A DFileHandle.h47 Create = 0x08, enumerator in enum:mcld::FileHandle::OpenModeEnum
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorAudioEncoder.cpp45 static sp<VideoEditorAudioEncoderSource> Create(
82 sp<VideoEditorAudioEncoderSource> VideoEditorAudioEncoderSource::Create( function in class:android::VideoEditorAudioEncoderSource
85 ALOGV("VideoEditorAudioEncoderSource::Create");
386 // Create the meta data for the encoder
432 // Create the encoder source
433 pEncoderContext->mEncoderSource = VideoEditorAudioEncoderSource::Create(
442 // Create the OMX codec
452 pEncoderContext->mEncoder = OMXCodec::Create(
H A DVideoEditorAudioDecoder.cpp55 static sp<VideoEditorAudioDecoderSource> Create(
111 sp<VideoEditorAudioDecoderSource> VideoEditorAudioDecoderSource::Create( function in class:android::VideoEditorAudioDecoderSource
461 // Create the meta data for the decoder
543 // Create the decoder source
544 pDecoderContext->mDecoderSource = VideoEditorAudioDecoderSource::Create(
553 // Create the OMX codec
558 pDecoderContext->mDecoder = OMXCodec::Create(pDecoderContext->\
H A DVideoEditorVideoEncoder.cpp66 static sp<VideoEditorVideoEncoderSource> Create(
106 sp<VideoEditorVideoEncoderSource> VideoEditorVideoEncoderSource::Create( function in class:android::VideoEditorVideoEncoderSource
329 // Create the encoder source
330 encoderSource = VideoEditorVideoEncoderSource::Create(metaData);
337 // Create the OMX codec
340 encoder = OMXCodec::Create(client.interface(), metaData, true,
616 // Create the meta data for the encoder
700 // Create the encoder source
701 pEncoderContext->mEncoderSource = VideoEditorVideoEncoderSource::Create(
710 // Create th
[all...]
/frameworks/native/include/media/openmax/
H A DOMX_ContentPipe.h160 /** Create a content source and open it for writing. */
161 CPresult (*Create)( CPhandle *hContent, CPstring szURI ); member in struct:CP_PIPETYPE

Completed in 4159 milliseconds