Home
last modified time | relevance | path

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

/aosp12/packages/apps/Messaging/jni/
H A DGifTranscoder.h52 static bool resizeBoxFilter(GifFileType* gifIn, GifFileType* gifOut);
H A DGifTranscoder.cpp106 if (resizeBoxFilter(gifIn, gifOut)) { in transcode()
116 bool GifTranscoder::resizeBoxFilter(GifFileType* gifIn, GifFileType* gifOut) { in resizeBoxFilter() function in GifTranscoder