Searched refs:getOutputInfo (Results 1 – 6 of 6) sorted by relevance
155 SkImageInfo ImageDecoder::getOutputInfo() const { in getOutputInfo() function in ImageDecoder194 if (!scaledBm.installPixels(getOutputInfo(), pixels, rowBytes)) { in decode()
50 SkImageInfo getOutputInfo() const;
324 SkImageInfo info = toDecoder(decoder)->getOutputInfo(); in AImageDecoder_getMinimumStride()337 SkImageInfo info = imageDecoder->getOutputInfo(); in AImageDecoder_decodeImage()
82 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::OperationExecutionContext101 RunTimeOperandInfo* OperationExecutionContext::getOutputInfo(uint32_t index) { in getOutputInfo() function in android::nn::__anonec8350e20111::OperationExecutionContext123 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()
117 const ModelArgumentInfo& getOutputInfo(uint32_t index) const { return mOutputs[index]; } in getOutputInfo() function
307 SkImageInfo bitmapInfo = decoder->getOutputInfo(); in ImageDecoder_nDecodeBitmap()