Lines Matching refs:mHeight
327 mHeight(240), in C2SoftHevcDec()
365 uint32_t displayHeight = mHeight; in onFlush_sm()
509 uint32_t displayHeight = mHeight; in setDecodeArgs()
680 C2Rect(mWidth, mHeight)); in finishWork()
711 (mOutBlock->width() != mStride || mOutBlock->height() != mHeight)) { in ensureDecoderState()
717 c2_status_t err = pool->fetchGraphicBlock(mStride, mHeight, format, usage, &mOutBlock); in ensureDecoderState()
723 mOutBlock->width(), mOutBlock->height(), mStride, mHeight); in ensureDecoderState()
812 ALOGE("unsupported resolution : %dx%d", mWidth, mHeight); in process()
833 if (s_decode_op.u4_pic_wd != mWidth || s_decode_op.u4_pic_ht != mHeight) { in process()
835 mHeight = s_decode_op.u4_pic_ht; in process()
838 C2VideoSizeStreamInfo::output size(0u, mWidth, mHeight); in process()