Lines Matching refs:mWidth
317 mWidth(320), in C2SoftMpeg2Dec()
431 s_fill_mem_ip.s_ivd_fill_mem_rec_ip_t.u4_max_frm_wd = mWidth; in fillMemRecords()
464 s_init_ip.s_ivd_init_ip_t.u4_frm_max_wd = mWidth; in createDecoder()
566 mStride = ALIGN64(mWidth); in initDecoder()
762 C2Rect(mWidth, mHeight)); in finishWork()
788 if (mStride != ALIGN64(mWidth)) { in ensureDecoderState()
789 mStride = ALIGN64(mWidth); in ensureDecoderState()
890 mWidth = s_decode_op.u4_pic_wd; in process()
894 mWidth, mHeight); in process()
895 C2VideoSizeStreamInfo::output size(0u, mWidth, mHeight); in process()
927 if (s_decode_op.u4_pic_wd != mWidth || s_decode_op.u4_pic_ht != mHeight) { in process()
928 mWidth = s_decode_op.u4_pic_wd; in process()
933 mWidth, mHeight); in process()
934 C2VideoSizeStreamInfo::output size(0u, mWidth, mHeight); in process()