Lines Matching refs:mWidth
96 uint32_t mWidth; member in Codec
104 mWidth = 0; in Codec()
220 sizes[0] = mWidth * mHeight; in allocFrame()
221 sizes[1] = mWidth * mHeight >> 1; in allocFrame()
225 sizes[0] = mWidth * mHeight * 2; in allocFrame()
229 sizes[0] = mWidth * mHeight * 2; in allocFrame()
233 sizes[0] = mWidth * mHeight * 4; in allocFrame()
239 sizes[0] = mWidth * mHeight; in allocFrame()
240 sizes[1] = mWidth * mHeight >> 2; in allocFrame()
241 sizes[2] = mWidth * mHeight >> 2; in allocFrame()
282 mWidth = std::min(dec_op.u4_pic_wd, (UWORD32)10240); in decodeHeader()
286 if (mWidth && mHeight) { in decodeHeader()
291 if (!mWidth) mWidth = 1920; in decodeHeader()
328 (mWidth != dec_op.u4_pic_wd || mHeight != dec_op.u4_pic_ht)) { in decodeFrame()
329 mWidth = std::min(dec_op.u4_pic_wd, (UWORD32)10240); in decodeFrame()