Home | History | Annotate | Download | only in libcamera

Lines Matching refs:thumbWidth

1194         int thumbWidth, thumbHeight, thumbSrcSize;
1195 getThumbnailConfig(&thumbWidth, &thumbHeight, &thumbSrcSize);
1196 if (jpgEnc.setConfig(JPEG_SET_ENCODE_WIDTH, thumbWidth) != JPG_SUCCESS)