Searched defs:mOutputType (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DCamera2Source.java54 private FrameType mOutputType; field in class:Camera2Source
106 mOutputType = FrameType.image2D(FrameType.ELEMENT_RGBA8888, FrameType.WRITE_GPU);
118 .addOutputPort("video", Signature.PORT_REQUIRED, mOutputType)
221 FrameImage2D outputFrame = Frame.create(mOutputType, dims).asFrameImage2D();
/frameworks/compile/slang/
H A Dllvm-rs-cc.cpp127 slang::Slang::OutputType mOutputType; member in class:RSCCOptions
167 mOutputType = slang::Slang::OT_Bitcode;
227 Opts.mOutputType = slang::Slang::OT_Dependency;
232 Opts.mOutputType = slang::Slang::OT_Bitcode;
244 Opts.mOutputType = slang::Slang::OT_Assembly;
248 Opts.mOutputType = slang::Slang::OT_LLVMAssembly;
252 Opts.mOutputType = slang::Slang::OT_Bitcode;
256 Opts.mOutputType = slang::Slang::OT_Nothing;
266 ((Opts.mOutputType != slang::Slang::OT_Bitcode) &&
267 (Opts.mOutputType !
[all...]

Completed in 87 milliseconds