Searched defs:cropWidth (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/colorconversion/
H A DColorConverter.cpp75 size_t ColorConverter::BitmapParams::cropWidth() const { function in class:android::ColorConverter::BitmapParams
150 && src.cropWidth() == dst.cropWidth()
162 for (size_t x = 0; x < src.cropWidth(); x += 2) {
193 if (x + 1 < src.cropWidth()) {
210 && src.cropWidth() == dst.cropWidth()
238 && src.cropWidth() == dst.cropWidth()
259 for (size_t x = 0; x < src.cropWidth();
[all...]

Completed in 47 milliseconds