Searched refs:toDecoder (Results 1 – 1 of 1) sorted by relevance
141 static ImageDecoder* toDecoder(AImageDecoder* d) { in toDecoder() function145 static const ImageDecoder* toDecoder(const AImageDecoder* d) { in toDecoder() function175 return toDecoder(decoder)->setOutColorType(getColorType((AndroidBitmapFormat) format)) in AImageDecoder_setAndroidBitmapFormat()186 ImageDecoder* imageDecoder = toDecoder(decoder); in AImageDecoder_setDataSpace()195 static const ImageDecoder* toDecoder(const AImageDecoderHeaderInfo* info) { in toDecoder() function203 return toDecoder(info)->mCodec->getInfo().width(); in AImageDecoderHeaderInfo_getWidth()210 return toDecoder(info)->mCodec->getInfo().height(); in AImageDecoderHeaderInfo_getHeight()217 return getMimeType(toDecoder(info)->mCodec->getEncodedFormat()); in AImageDecoderHeaderInfo_getMimeType()228 const ImageDecoder* imageDecoder = toDecoder(info); in AImageDecoderHeaderInfo_getDataSpace()256 return getFormat(toDecoder(info)->mCodec->computeOutputColorType(kN32_SkColorType)); in AImageDecoderHeaderInfo_getAndroidBitmapFormat()[all …]