Searched refs:maxThumbCodeSize (Results 1 – 2 of 2) 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()
2609 const ssize_t maxThumbCodeSize = 64 * 1024; in createJpegLocked() local2622 std::vector<uint8_t> thumbCode(outputThumbnail ? maxThumbCodeSize : 0); in createJpegLocked()2643 maxThumbCodeSize, thumbCodeSize); in createJpegLocked()