Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/jni/
H A DBitmapFactory.cpp251 SkAndroidCodec::AndroidOptions codecOptions; in decodeGainmap() local
252 codecOptions.fZeroInitialized = SkCodec::kYes_ZeroInitialized; in decodeGainmap()
253 codecOptions.fSampleSize = sampleSize; in decodeGainmap()
255 decodeBitmap.rowBytes(), &codecOptions); in decodeGainmap()
516 SkAndroidCodec::AndroidOptions codecOptions; in doDecode() local
517 codecOptions.fZeroInitialized = decodeAllocator == &defaultAllocator ? in doDecode()
519 codecOptions.fSampleSize = sampleSize; in doDecode()
521 decodingBitmap.rowBytes(), &codecOptions); in doDecode()