Home
last modified time | relevance | path

Searched refs:getOutputInfo (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/native/graphics/jni/
H A Dimagedecoder.cpp385 SkImageInfo info = toDecoder(decoder)->getOutputInfo(); in AImageDecoder_getMinimumStride()
398 SkImageInfo info = imageDecoder->getOutputInfo(); in AImageDecoder_decodeImage()
445 const auto colorType = imageDecoder->getOutputInfo().colorType(); in AImageDecoder_advanceFrame()
/aosp12/frameworks/base/libs/hwui/hwui/
H A DImageDecoder.h54 SkImageInfo getOutputInfo() const;
H A DImageDecoder.cpp191 SkImageInfo ImageDecoder::getOutputInfo() const { in getOutputInfo() function in ImageDecoder
389 const auto outputInfo = getOutputInfo(); in decode()
/aosp12/packages/modules/NeuralNetworks/common/
H A DCpuExecutor.cpp98 const RunTimeOperandInfo* getOutputInfo(uint32_t index) const;
99 RunTimeOperandInfo* getOutputInfo(uint32_t index);
112 const RunTimeOperandInfo* OperationExecutionContext::getOutputInfo(uint32_t index) const { in getOutputInfo() function in android::nn::__anon6fdaa8540110::OperationExecutionContext
117 RunTimeOperandInfo* OperationExecutionContext::getOutputInfo(uint32_t index) { in getOutputInfo() function in android::nn::__anon6fdaa8540110::OperationExecutionContext
139 return getOutputInfo(index)->type; in getOutputType()
143 return getOutputInfo(index)->shape(); in getOutputShape()
147 return getOutputInfo(index)->buffer; in getOutputBuffer()
245 return setInfoAndAllocateIfNeeded(getOutputInfo(index), shape, &result); in setOutputShape()
253 return getOutputInfo(index)->lifetime == Operand::LifeTime::NO_VALUE; in isOmittedOutput()
/aosp12/frameworks/base/core/java/android/hardware/camera2/params/
H A DMultiResolutionStreamConfigurationMap.java207 public @NonNull Collection<MultiResolutionStreamInfo> getOutputInfo(@Format int format) { in getOutputInfo() method in MultiResolutionStreamConfigurationMap
/aosp12/packages/modules/NeuralNetworks/runtime/
H A DExecutionBuilder.h134 const ModelArgumentInfo& getOutputInfo(uint32_t index) const { return mOutputs[index]; } in getOutputInfo() function
H A DExecutionPlan.cpp1478 const ModelArgumentInfo& info = controller->mExecutionBuilder->getOutputInfo(it->second); in getBuffer()
/aosp12/frameworks/base/libs/hwui/jni/
H A DImageDecoder.cpp310 SkImageInfo bitmapInfo = decoder->getOutputInfo(); in ImageDecoder_nDecodeBitmap()
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt18729 …java.util.Collection<android.hardware.camera2.params.MultiResolutionStreamInfo> getOutputInfo(int);