Searched refs:maxThumbCodeSize (Results 1 – 1 of 1) sorted by relevance
1307 const ssize_t maxThumbCodeSize = 64 * 1024; in createJpegLocked() local1322 std::vector<uint8_t> thumbCode(outputThumbnail ? maxThumbCodeSize : 0); in createJpegLocked()1345 &thumbCode[0], maxThumbCodeSize, thumbCodeSize); in createJpegLocked()