Searched refs:thumbSize (Results 1 – 2 of 2) sorted by relevance
1558 Size thumbSize { 0, 0 }; in getMaxThumbResolution() local1564 if(sz.width * sz.height > thumbSize.width * thumbSize.height) { in getMaxThumbResolution()1565 thumbSize = sz; in getMaxThumbResolution()1569 if (thumbSize.width * thumbSize.height == 0) { in getMaxThumbResolution()1573 return thumbSize; in getMaxThumbResolution()1645 Size thumbSize; in createJpegLocked() local1669 thumbSize = Size { static_cast<uint32_t>(entry.data.i32[0]), in createJpegLocked()1672 if (thumbSize.width == 0 && thumbSize.height == 0) { in createJpegLocked()1707 ret = cropAndScaleThumbLocked(mYu12Frame, thumbSize, &yu12Thumb); in createJpegLocked()1724 ret = encodeJpegYU12(thumbSize, yu12Thumb, in createJpegLocked()[all …]
260 const Size& v4lSize, const Size& thumbSize,