Home
last modified time | relevance | path

Searched refs:output_height (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Djpg_reader.cpp100 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()
/GUIX-v6.2.1/guix_studio/libs/libjpeg/include/
Djpeglib.h521 JDIMENSION output_height; /* scaled image height */ member