Home | History | Annotate | Download | only in camera

Lines Matching refs:mJpegMaxSize

1370     int mJpegMaxSize;
1473 mJpegMaxSize = mPictureWidth * mPictureHeight * 1.5;
1492 ret = encodeData(frame, &crop_info, mJpegMaxSize, 0);