Searched refs:mRawRowStride (Results 1 – 2 of 2) sorted by relevance
98 mRawRowStride = mJpgInfo.output_width * mJpgInfo.output_components; in ReadImage()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()123 pPut += mJpgInfo.output_scanline * mRawRowStride; in ReadImage()154 pPut += row * mRawRowStride; in GetInputDataPtr()
341 ULONG mRawRowStride; variable