Lines Matching refs:mHeight
318 mHeight(240) { in C2SoftMpeg2Dec()
362 uint32_t displayHeight = mHeight; in onFlush_sm()
432 s_fill_mem_ip.s_ivd_fill_mem_rec_ip_t.u4_max_frm_ht = mHeight; in fillMemRecords()
465 s_init_ip.s_ivd_init_ip_t.u4_frm_max_ht = mHeight; in createDecoder()
584 uint32_t displayHeight = mHeight; in setDecodeArgs()
762 C2Rect(mWidth, mHeight)); in finishWork()
793 (mOutBlock->width() != mStride || mOutBlock->height() != mHeight)) { in ensureDecoderState()
799 c2_status_t err = pool->fetchGraphicBlock(mStride, mHeight, format, usage, &mOutBlock); in ensureDecoderState()
805 mOutBlock->width(), mOutBlock->height(), mStride, mHeight); in ensureDecoderState()
891 mHeight = s_decode_op.u4_pic_ht; 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()
929 mHeight = s_decode_op.u4_pic_ht; in process()
933 mWidth, mHeight); in process()
934 C2VideoSizeStreamInfo::output size(0u, mWidth, mHeight); in process()