Searched refs:Create (Results 26 - 50 of 72) sorted by relevance

123

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSCompilerDriver.cpp134 // Create the RSExecutable.
136 result = RSExecutable::Create(*info, *output_file, mResolver);
280 // Create the RSExecutable.
282 result = RSExecutable::Create(*info, *output_file, mResolver);
H A DRSExecutable.cpp38 RSExecutable *RSExecutable::Create(RSInfo &pInfo, function in class:RSExecutable
/frameworks/av/media/libstagefright/
H A DNuMediaExtractor.cpp94 mImpl = MediaExtractor::Create(dataSource);
143 mImpl = MediaExtractor::Create(fileSource);
168 mImpl = MediaExtractor::Create(source);
H A DDataSource.cpp144 sp<HTTPBase> httpSource = HTTPBase::Create();
H A DStagefrightMetadataRetriever.cpp68 mExtractor = MediaExtractor::Create(mSource);
102 mExtractor = MediaExtractor::Create(mSource);
156 OMXCodec::Create(
H A DDRMExtractor.cpp235 mOriginalExtractor = MediaExtractor::Create(source, mime);
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp200 // The unwind destination doesn't have a single predecessor. Create an
202 BasicBlock *NewBB = BasicBlock::Create(Context, "new.lpad",
204 BranchInst::Create(UnwindDest, NewBB);
565 // Create and return a placeholder, which will later be RAUW'd.
583 // Create and return a placeholder, which will later be RAUW'd.
704 // Create and return a placeholder, which will later be RAUW'd.
2114 Function *Func = Function::Create(FTy, GlobalValue::ExternalLinkage,
2470 // Create all the basic blocks for the function.
2473 FunctionBBs[i] = BasicBlock::Create(Context, "", F);
2526 I = BinaryOperator::Create((Instructio
[all...]
/frameworks/av/include/media/stagefright/
H A DCameraSource.h44 static CameraSource *Create();
/frameworks/av/libvideoeditor/lvpp/
H A DDummyAudioSource.cpp31 sp<DummyAudioSource> DummyAudioSource::Create( function in class:android::DummyAudioSource
35 ALOGV("Create ");
H A DPreviewPlayer.cpp222 mAudioTrack = DummyAudioSource::Create(32000, 2, 20000,
242 mAudioSource = DummyAudioSource::Create(32000, 2, 20000,
256 mVideoSource = DummyVideoSource::Create(mVideoWidth, mVideoHeight,
710 aRawSource = OMXCodec::Create(
749 mVideoSource = OMXCodec::Create(
1176 extractor = MediaExtractor::Create(dataSource,
/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 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...]
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->\
/frameworks/av/media/libstagefright/rtsp/
H A Drtp_test.cpp184 sp<MediaSource> decoder = OMXCodec::Create(
/frameworks/compile/mclinker/unittests/
H A DReadStageTest.cpp136 FileHandle::ReadWrite | FileHandle::Create | FileHandle::Truncate, 0644);
/frameworks/compile/slang/
H A Dslang_rs_export_foreach.h80 static RSExportForEach *Create(RSContext *Context,
H A Dslang_rs_backend.cpp167 // Create a static global destructor if necessary (to handle RS object
305 // Create helper function
348 llvm::Function::Create(HelperFunctionType,
356 // Create helper function body
361 llvm::BasicBlock::Create(mLLVMContext, "entry", HelperFunction);
/frameworks/wilhelm/src/android/
H A DAacBqToPcmCbRenderer.cpp163 source = OMXCodec::Create(
H A Dandroid_AudioSfDecoder.cpp227 sp<MediaExtractor> extractor = MediaExtractor::Create(dataSource);
300 source = OMXCodec::Create(
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp286 // Create and return a placeholder, which will later be RAUW'd.
304 // Create and return a placeholder, which will later be RAUW'd.
425 // Create and return a placeholder, which will later be RAUW'd.
1816 Function *Func = Function::Create(FTy, GlobalValue::ExternalLinkage,
2174 // Create all the basic blocks for the function.
2177 FunctionBBs[i] = BasicBlock::Create(Context, "", F);
2232 I = BinaryOperator::Create((Instruction::BinaryOps)Opc, LHS, RHS);
2264 I = CastInst::Create((Instruction::CastOps)Opc, Op, ResTy);
2283 I = GetElementPtrInst::Create(BasePtr, GEPIdx);
2306 I = ExtractValueInst::Create(Ag
[all...]
/frameworks/av/cmds/stagefright/
H A Drecordvideo.cpp288 OMXCodec::Create(
H A Dstagefright.cpp183 rawSource = OMXCodec::Create(
1015 MediaExtractor::Create(
1020 extractor = MediaExtractor::Create(dataSource);
1117 OMXCodec::Create(
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp63 sp<MediaExtractor> extractor = MediaExtractor::Create(dataSource);
/frameworks/base/media/tests/omxjpegdecoder/
H A Domx_jpeg_decoder.cpp133 sp<MediaSource> decoder = OMXCodec::Create(
/frameworks/compile/libbcc/lib/AndroidBitcode/
H A DABCCompilerDriver.cpp220 ABCCompilerDriver *ABCCompilerDriver::Create(const std::string &pTriple) { function in class:bcc::ABCCompilerDriver

Completed in 533 milliseconds

123