Lines Matching refs:mHeight
85 uint32_t mHeight; member in Codec
95 mHeight = 0; in Codec()
295 sizes[0] = mWidth * mHeight; in allocFrame()
296 sizes[1] = ALIGN2(mWidth) * ALIGN2(mHeight) >> 1; in allocFrame()
300 sizes[0] = mWidth * mHeight * 2; in allocFrame()
304 sizes[0] = mWidth * mHeight * 2; in allocFrame()
308 sizes[0] = mWidth * mHeight * 4; in allocFrame()
314 sizes[0] = mWidth * mHeight; in allocFrame()
315 sizes[1] = ALIGN2(mWidth) * ALIGN2(mHeight) >> 2; in allocFrame()
316 sizes[2] = ALIGN2(mWidth) * ALIGN2(mHeight) >> 2; in allocFrame()
363 mHeight = std::min(dec_op.u4_pic_ht, (UWORD32)10240); in decodeHeader()
366 if (mWidth && mHeight) { in decodeHeader()
372 if (!mHeight) mHeight = 1088; in decodeHeader()
410 (mWidth != dec_op.u4_pic_wd || mHeight != dec_op.u4_pic_ht)) { in decodeFrame()
412 mHeight = std::min(dec_op.u4_pic_ht, (UWORD32)10240); in decodeFrame()