HomeSort by relevance Sort by last modified time
    Searched defs:mOutputType (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/slang/
rs_cc_options.h 52 slang::Slang::OutputType mOutputType;
112 mOutputType = slang::Slang::OT_Bitcode;
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
Camera2Source.java 57 private FrameType mOutputType;
112 mOutputType = FrameType.image2D(FrameType.ELEMENT_RGBA8888, FrameType.WRITE_GPU);
124 .addOutputPort("video", Signature.PORT_REQUIRED, mOutputType)
232 FrameImage2D outputFrame = Frame.create(mOutputType, dims).asFrameImage2D();

Completed in 49 milliseconds