Lines Matching refs:mWidth
85 uint32_t mWidth; member in Codec
95 mWidth = 0; in Codec()
293 sizes[0] = mWidth * mHeight; in allocFrame()
294 sizes[1] = ALIGN2(mWidth) * ALIGN2(mHeight) >> 1; in allocFrame()
298 sizes[0] = mWidth * mHeight * 2; in allocFrame()
302 sizes[0] = mWidth * mHeight * 2; in allocFrame()
306 sizes[0] = mWidth * mHeight * 4; in allocFrame()
312 sizes[0] = mWidth * mHeight; in allocFrame()
313 sizes[1] = ALIGN2(mWidth) * ALIGN2(mHeight) >> 2; in allocFrame()
314 sizes[2] = ALIGN2(mWidth) * ALIGN2(mHeight) >> 2; in allocFrame()
356 mWidth = std::min(dec_op.u4_pic_wd, (UWORD32)10240); in decodeHeader()
360 if (mWidth && mHeight) { in decodeHeader()
365 if (!mWidth) mWidth = 1920; in decodeHeader()
404 (mWidth != dec_op.u4_pic_wd || mHeight != dec_op.u4_pic_ht)) { in decodeFrame()
405 mWidth = std::min(dec_op.u4_pic_wd, (UWORD32)10240); in decodeFrame()