Searched refs:dstBpp (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/src/Renderer/ |
D | ETC_Decoder.hpp | 40 … unsigned char *dst, int w, int h, int dstW, int dstH, int dstPitch, int dstBpp, InputType inputTy…
|
D | ETC_Decoder.cpp | 648 … unsigned char *dst, int w, int h, int dstW, int dstH, int dstPitch, int dstBpp, InputType inputTy… in Decode() argument 664 …ETC2::DecodeBlock(sources, dstRow + (x * dstBpp), 1, x, y, dstW, dstH, dstPitch, inputType == ETC_… in Decode() 676 …ETC2::DecodeBlock(sources, dstRow + (x * dstBpp), 2, x, y, dstW, dstH, dstPitch, inputType == ETC_… in Decode() 687 …sources[0]->decodeBlock(dstRow + (x * dstBpp), x, y, dstW, dstH, dstPitch, alphaValues, inputType … in Decode() 702 sources[0]->decodeBlock(dstRow + (x * dstBpp), x, y, dstW, dstH, dstPitch, alphaValues, false); in Decode()
|
/external/skia/src/codec/ |
D | SkWebpCodec.cpp | 587 const size_t dstBpp = SkColorTypeBytesPerPixel(dstInfo.colorType()); in onGetPixels() local 588 dst = SkTAddOffset<void>(dst, dstBpp * dstX + rowBytes * dstY); in onGetPixels()
|