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

/frameworks/base/media/libstagefright/
H A DMediaExtractor.cpp53 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.cpp120 CameraSource *CameraSource::Create() { function in class:android::CameraSource
285 * actually know the specific values (see Create() method).
H A DOMXCodec.cpp422 sp<MediaSource> OMXCodec::Create( function in class:android::OMXCodec
/frameworks/compile/slang/
H A Dslang_rs_export_element.cpp47 ElementInfoMapTy::value_type::Create( \
60 RSExportType *RSExportElement::Create(RSContext *Context, function in class:slang::RSExportElement
63 // Create RSExportType corresponded to the @T first and then verify
83 RSExportPrimitiveType::Create(Context,
97 RSExportVectorType::Create(Context,
113 fprintf(stderr, "RSExportElement::Create : type '%s' is not exportable\n",
132 return RSExportType::Create(Context, T);
152 return RSExportType::Create(Context, T);
154 return RSExportElement::Create(Context, T, EI);
H A Dslang_rs_export_foreach.cpp209 RSExportForEach *RSExportForEach::Create(RSContext *Context, function in class:slang::RSExportForEach
243 clang::RecordDecl::Create(Ctx, clang::TTK_Struct,
251 clang::FieldDecl::Create(Ctx,
264 // Create an export type iff we have a valid usrData type
268 RSExportType *ET = RSExportType::Create(Context, T.getTypePtr());
286 FE->mInType = RSExportType::Create(Context, T);
291 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.cpp535 RSExportType *RSExportType::Create(RSContext *Context, function in class:slang::RSExportType
554 ET = RSExportRecordType::Create(Context,
561 ET = RSExportMatrixType::Create(Context,
569 ET = RSExportMatrixType::Create(Context,
577 ET = RSExportMatrixType::Create(Context,
585 ET = RSExportPrimitiveType::Create(Context, T, TypeName);
592 ET = RSExportPrimitiveType::Create(Context, T, TypeName);
596 ET = RSExportPointerType::Create(Context,
603 ET = RSExportVectorType::Create(Context,
608 ET = RSExportConstantArrayType::Create(
626 RSExportType *RSExportType::Create(RSContext *Context, const clang::Type *T) { function in class:slang::RSExportType
854 *RSExportPrimitiveType::Create(RSContext *Context, function in class:slang::RSExportPrimitiveType
868 RSExportPrimitiveType *RSExportPrimitiveType::Create(RSContext *Context, function in class:slang::RSExportPrimitiveType
961 *RSExportPointerType::Create(RSContext *Context, function in class:slang::RSExportPointerType
1043 RSExportVectorType *RSExportVectorType::Create(RSContext *Context, function in class:slang::RSExportVectorType
1087 RSExportMatrixType *RSExportMatrixType::Create(RSContext *Context, function in class:slang::RSExportMatrixType
1196 *RSExportConstantArrayType::Create(RSContext *Context, function in class:slang::RSExportConstantArrayType
1251 RSExportRecordType *RSExportRecordType::Create(RSContext *Context, function in class:slang::RSExportRecordType
[all...]
/frameworks/media/libvideoeditor/lvpp/
H A DDummyAudioSource.cpp58 sp<DummyAudioSource> DummyAudioSource::Create(int32_t samplingRate, function in class:android::DummyAudioSource
62 LOG2("DummyAudioSource::Create ");
H A DDummyVideoSource.cpp43 sp<DummyVideoSource> DummyVideoSource::Create ( function in class:android::DummyVideoSource
46 LOG2("DummyVideoSource::Create ");
/frameworks/base/include/media/stagefright/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
/frameworks/media/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorAudioEncoder.cpp45 static sp<VideoEditorAudioEncoderSource> Create(
82 sp<VideoEditorAudioEncoderSource> VideoEditorAudioEncoderSource::Create( function in class:android::VideoEditorAudioEncoderSource
85 LOGV("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
446 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.cpp64 static sp<VideoEditorVideoEncoderSource> Create(
104 sp<VideoEditorVideoEncoderSource> VideoEditorVideoEncoderSource::Create( function in class:android::VideoEditorVideoEncoderSource
515 // Create the encoder source
516 encoderSource = VideoEditorVideoEncoderSource::Create(metaData);
523 // Create the OMX codec
526 encoder = OMXCodec::Create(client.interface(), metaData, true,
802 // Create the meta data for the encoder
886 // Create the encoder source
887 pEncoderContext->mEncoderSource = VideoEditorVideoEncoderSource::Create(
896 // Create th
[all...]
/frameworks/base/tools/localize/
H A DXLIFFFile.cpp155 XLIFFFile::Create(const Configuration& sourceConfig, const Configuration& targetConfig, function in class:XLIFFFile

Completed in 641 milliseconds