Searched refs:getOutputInfo (Results 1 – 9 of 9) sorted by relevance
385 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()
54 SkImageInfo getOutputInfo() const;
191 SkImageInfo ImageDecoder::getOutputInfo() const { in getOutputInfo() function in ImageDecoder389 const auto outputInfo = getOutputInfo(); in decode()
98 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::OperationExecutionContext117 RunTimeOperandInfo* OperationExecutionContext::getOutputInfo(uint32_t index) { in getOutputInfo() function in android::nn::__anon6fdaa8540110::OperationExecutionContext139 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()
207 public @NonNull Collection<MultiResolutionStreamInfo> getOutputInfo(@Format int format) { in getOutputInfo() method in MultiResolutionStreamConfigurationMap
134 const ModelArgumentInfo& getOutputInfo(uint32_t index) const { return mOutputs[index]; } in getOutputInfo() function
1478 const ModelArgumentInfo& info = controller->mExecutionBuilder->getOutputInfo(it->second); in getBuffer()
310 SkImageInfo bitmapInfo = decoder->getOutputInfo(); in ImageDecoder_nDecodeBitmap()
18729 …java.util.Collection<android.hardware.camera2.params.MultiResolutionStreamInfo> getOutputInfo(int);