Searched refs:Create (Results 101 - 125 of 133) sorted by relevance

123456

/frameworks/av/cmds/stagefright/
H A Dstream.cpp168 sp<IMediaExtractor> extractor = MediaExtractor::Create(dataSource);
H A Dstagefright.cpp192 rawSource = SimpleDecodingSource::Create(source, flags, gSurface);
1012 sp<IMediaExtractor> extractor = MediaExtractor::Create(dataSource);
1118 sp<IMediaSource> decSource = SimpleDecodingSource::Create(mediaSource);
H A Dsf2.cpp122 MediaExtractor::Create(dataSource);
/frameworks/av/media/libstagefright/
H A DDRMExtractor.cpp246 mOriginalExtractor = MediaExtractor::Create(source, mime);
H A DStagefrightMetadataRetriever.cpp84 mExtractor = MediaExtractor::Create(mSource);
114 mExtractor = MediaExtractor::Create(mSource);
131 mExtractor = MediaExtractor::Create(mSource);
H A DSimpleDecodingSource.cpp38 sp<SimpleDecodingSource> SimpleDecodingSource::Create( function in class:SimpleDecodingSource
H A DNuCachedSource2.cpp240 sp<NuCachedSource2> NuCachedSource2::Create( function in class:android::NuCachedSource2
H A DCameraSource.cpp149 CameraSource *CameraSource::Create(const String16 &clientName) { function in class:android::CameraSource
323 * actually know the specific values (see Create() method).
539 // Create a buffer queue.
582 // Create memory heap to store buffers as VideoNativeMetadata.
735 // Create memory heap to store buffers as VideoNativeMetadata.
H A DMediaCodecSource.cpp324 sp<MediaCodecSource> MediaCodecSource::Create( function in class:android::MediaCodecSource
/frameworks/compile/slang/
H A Dslang_rs_export_reduce.cpp52 RSExportReduce *RSExportReduce::Create(RSContext *Context, function in class:slang::RSExportReduce
422 ParamEType = RSExportType::Create(&S.RSC, ParamType, NotLegacyKernelArgument);
718 if ((mResultType = RSExportType::Create(&S.RSC, PointeeQType.getTypePtr(),
H A Dslang_backend.cpp127 // Create the TargetMachine for generating code.
280 // Create MDNode and insert into PragmaMetadata
288 // Create passes for optimization and code emission
290 // Create and run per-function passes
304 // Create and run module passes
490 // Create a static global destructor if necessary (to handle RS object
621 // Create helper function
671 llvm::Function::Create(HelperFunctionType,
679 // Create helper function body
684 llvm::BasicBlock::Create(mLLVMContex
[all...]
H A Dslang.cpp553 llvm::StringMapEntry<ReflectedDefinitionTy>::Create(RDKey);
H A Dslang_rs_pragma_handler.cpp220 mContext->addExportReduce(RSExportReduce::Create(mContext, PragmaLocation,
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp239 FragmentRef::Create(section->getSectionData()->front(), 0x0);
252 FragmentRef* stop_fragref = FragmentRef::Create(
272 preinit_array = FragmentRef::Create(
303 init_array = FragmentRef::Create(
334 fini_array = FragmentRef::Create(
365 stack = FragmentRef::Create(
1555 (*com_sym)->setFragmentRef(FragmentRef::Create(*frag, 0));
1560 (*com_sym)->setFragmentRef(FragmentRef::Create(*frag, 0));
1581 (*com_sym)->setFragmentRef(FragmentRef::Create(*frag, 0));
1586 (*com_sym)->setFragmentRef(FragmentRef::Create(*fra
[all...]
/frameworks/compile/mclinker/tools/mcld/
H A DMain.cpp96 static std::unique_ptr<Driver> Create(llvm::ArrayRef<const char*> argv);
1003 std::unique_ptr<Driver> Driver::Create(llvm::ArrayRef<const char*> argv) { function in class:__anon1233::Driver
1065 Driver::Create(llvm::makeArrayRef(argv, argc));
/frameworks/base/core/jni/android/graphics/
H A DShader.cpp244 SkAutoTUnref<SkXfermode> xfermode(SkXfermode::Create(mode));
/frameworks/base/core/jni/
H A Dfd_utils-inl.h67 // Create a FileDescriptorInfo for a given file descriptor. Returns
404 static FileDescriptorTable* Create() { function in class:FileDescriptorTable
H A Dcom_android_internal_os_Zygote.cpp296 // Create a private mount namespace and bind mount appropriate emulated
302 // Create a second private mount namespace for our process
479 gOpenFdTable = FileDescriptorTable::Create();
/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.cpp255 return MediaExtractor::Create(source);
579 sp<IMediaSource> codec = SimpleDecodingSource::Create(
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp448 FragmentRef::Create(*frag, 0x0),
466 FragmentRef::Create(*frag, 0x0),
/frameworks/rs/api/
H A Drs_allocation_create.spec137 summary: Create an rs_allocation object of given Type.
/frameworks/base/libs/hwui/
H A DPathCache.cpp162 SkXfermode* mode = SkXfermode::Create(SkXfermode::kSrc_Mode);
/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp465 ResolveInfo* result = ResolveInfo::Create(ld_name);
959 ResolveInfo* result = ResolveInfo::Create(ld_name);
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp999 MediaCodecSource::Create(mLooper, format, audioSource);
1627 sp<MediaCodecSource> encoder = MediaCodecSource::Create(
/frameworks/av/media/libstagefright/rtsp/
H A DMyTransmitter.h125 mEncoder = MediaCodecSource::Create(encLooper, encMeta, source);

Completed in 516 milliseconds

123456