Lines Matching refs:mVideoWidth
87 mVideoWidth(176), in PVSoftMPEG4Encoder()
167 mEncParams->encWidth[0] = mVideoWidth; in initEncParams()
189 (uint8_t *) malloc((mVideoWidth * mVideoHeight * 3 ) >> 1); in initEncParams()
196 (uint8_t *) malloc((mVideoWidth * mVideoHeight * 3 ) >> 1); in initEncParams()
201 if (mVideoWidth % 16 != 0 || mVideoHeight % 16 != 0) { in initEncParams()
203 mVideoWidth, mVideoHeight); in initEncParams()
310 mVideoWidth = mComParams.resolution.width; in setParameters()
410 const android::Rect rect(mVideoWidth, mVideoHeight); in encode()
430 trimBuffer(img, mTrimedInputData, mVideoWidth, mVideoHeight, in encode()
431 ALIGN(mVideoHeight, 32), ALIGN(mVideoWidth, 128)); in encode()
436 (mVideoWidth * mVideoHeight * 3 ) >> 1); in encode()
441 mTrimedInputData, mInputFrameData, mVideoWidth, mVideoHeight); in encode()
444 (mVideoWidth * mVideoHeight * 3 ) >> 1); in encode()
480 vin.pitch = ((mVideoWidth + 15) >> 4) << 4; in getOutput()