Lines Matching refs:mWidth
96 uint32_t mWidth; member in Codec
104 mWidth = 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()
287 mWidth = std::min(dec_op.u4_pic_wd, (UWORD32)10240); in decodeHeader()
291 if (mWidth && mHeight) { in decodeHeader()
296 if (!mWidth) mWidth = 1920; in decodeHeader()
333 (mWidth != dec_op.u4_pic_wd || mHeight != dec_op.u4_pic_ht)) { in decodeFrame()
334 mWidth = std::min(dec_op.u4_pic_wd, (UWORD32)10240); in decodeFrame()