Lines Matching refs:mHeight
331 mHeight(240), in C2SoftAvcDec()
370 uint32_t bufferSize = mStride * mHeight * 3 / 2; in onFlush_sm()
511 uint32_t displayHeight = mHeight; in setDecodeArgs()
682 C2Rect(mWidth, mHeight)); in finishWork()
713 (mOutBlock->width() != mStride || mOutBlock->height() != mHeight)) { in ensureDecoderState()
719 c2_status_t err = pool->fetchGraphicBlock(mStride, mHeight, format, usage, &mOutBlock); in ensureDecoderState()
725 mOutBlock->width(), mOutBlock->height(), mStride, mHeight); in ensureDecoderState()
816 ALOGE("unsupported resolution : %dx%d", mWidth, mHeight); in process()
837 if (s_decode_op.u4_pic_wd != mWidth || s_decode_op.u4_pic_ht != mHeight) { in process()
839 mHeight = s_decode_op.u4_pic_ht; in process()
842 C2VideoSizeStreamInfo::output size(0u, mWidth, mHeight); in process()