Home | History | Annotate | Download | only in camera

Lines Matching defs:mJpegMaxSize

1388     int mJpegMaxSize;
1491 mJpegMaxSize = mPictureWidth * mPictureHeight * 1.5;
1510 ret = encodeData(frame, &crop_info, mJpegMaxSize, 0);