Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/hwui/
DImageDecoder.cpp155 SkImageInfo ImageDecoder::getOutputInfo() const { in getOutputInfo() function in ImageDecoder
194 if (!scaledBm.installPixels(getOutputInfo(), pixels, rowBytes)) { in decode()
DImageDecoder.h50 SkImageInfo getOutputInfo() const;
/frameworks/base/native/graphics/jni/
Dimagedecoder.cpp324 SkImageInfo info = toDecoder(decoder)->getOutputInfo(); in AImageDecoder_getMinimumStride()
337 SkImageInfo info = imageDecoder->getOutputInfo(); in AImageDecoder_decodeImage()
/frameworks/ml/nn/common/
DCpuExecutor.cpp82 const RunTimeOperandInfo* getOutputInfo(uint32_t index) const;
83 RunTimeOperandInfo* getOutputInfo(uint32_t index);
96 const RunTimeOperandInfo* OperationExecutionContext::getOutputInfo(uint32_t index) const { in getOutputInfo() function in android::nn::__anonec8350e20111::OperationExecutionContext
101 RunTimeOperandInfo* OperationExecutionContext::getOutputInfo(uint32_t index) { in getOutputInfo() function in android::nn::__anonec8350e20111::OperationExecutionContext
123 return getOutputInfo(index)->type; in getOutputType()
127 return getOutputInfo(index)->shape(); in getOutputShape()
131 return getOutputInfo(index)->buffer; in getOutputBuffer()
229 return setInfoAndAllocateIfNeeded(getOutputInfo(index), shape, &result); in setOutputShape()
237 return getOutputInfo(index)->lifetime == OperandLifeTime::NO_VALUE; in isOmittedOutput()
/frameworks/ml/nn/runtime/
DExecutionBuilder.h117 const ModelArgumentInfo& getOutputInfo(uint32_t index) const { return mOutputs[index]; } in getOutputInfo() function
/frameworks/base/libs/hwui/jni/
DImageDecoder.cpp307 SkImageInfo bitmapInfo = decoder->getOutputInfo(); in ImageDecoder_nDecodeBitmap()