Home
last modified time | relevance | path

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

/packages/apps/Messaging/jni/
DGifTranscoder.cpp150 std::unique_ptr<GifByteType[]> dstRowBuffer(new GifByteType[gifOut->SWidth]); in resizeBoxFilter() local
225 *(dstRowBuffer.get() + x) = dstColorIndex; in resizeBoxFilter()
227 if (EGifPutLine(gifOut, dstRowBuffer.get(), gifOut->SWidth) == GIF_ERROR) { in resizeBoxFilter()