Lines Matching refs:mHeight
97 uint32_t mHeight; member in Codec
105 mHeight = 0; in Codec()
224 sizes[0] = mWidth * mHeight; in allocFrame()
225 sizes[1] = mWidth * mHeight >> 1; in allocFrame()
229 sizes[0] = mWidth * mHeight * 2; in allocFrame()
233 sizes[0] = mWidth * mHeight * 2; in allocFrame()
237 sizes[0] = mWidth * mHeight * 4; in allocFrame()
243 sizes[0] = mWidth * mHeight; in allocFrame()
244 sizes[1] = mWidth * mHeight >> 2; in allocFrame()
245 sizes[2] = mWidth * mHeight >> 2; in allocFrame()
288 mHeight = std::min(dec_op.u4_pic_ht, (UWORD32)10240); in decodeHeader()
291 if (mWidth && mHeight) { in decodeHeader()
297 if (!mHeight) mHeight = 1088; in decodeHeader()
333 (mWidth != dec_op.u4_pic_wd || mHeight != dec_op.u4_pic_ht)) { in decodeFrame()
335 mHeight = std::min(dec_op.u4_pic_ht, (UWORD32)10240); in decodeFrame()