Searched refs:output_height (Results 1 – 2 of 2) sorted by relevance
100 testval = (long long) mRawRowStride * (long long) mJpgInfo.output_height; in ReadImage()110 mpRawData = new UCHAR[mRawRowStride * mJpgInfo.output_height]; in ReadImage()118 memset(mpRawData, 0, mRawRowStride * mJpgInfo.output_height); in ReadImage()120 while (mJpgInfo.output_scanline < mJpgInfo.output_height) in ReadImage()131 if (FinalizeImage(mJpgInfo.output_width, mJpgInfo.output_height)) in ReadImage()
521 JDIMENSION output_height; /* scaled image height */ member