Lines Matching refs:mWidth
133 mContext->initH264Context(mWidth, in initDecoder()
135 mWidth, in initDecoder()
240 …mContext->resetH264Context(mWidth, mHeight, mWidth, mHeight, MediaH264Decoder::PixelFormat::YUV420… in onPortFlushCompleted()
256 memcpy(outHeader->pBuffer + i * myStride, img.data + i * mWidth, mWidth); in copyImageData()
260 …y(outHeader->pBuffer + Y + i * myStride / 2 , img.data + mWidth * mHeight + i * mWidth/2, mWidth/2… in copyImageData()
264 …der->pBuffer + Y + UV + i * myStride / 2 , img.data + mWidth * mHeight * 5/4 + i * mWidth/2, mWidt… in copyImageData()
429 img.width, img.height, mWidth, mHeight); in onQueueFilled()
435 mContext->resetH264Context(mWidth, in onQueueFilled()
437 mWidth, in onQueueFilled()
448 if (myWidth != mWidth || myHeight != mHeight) { in onQueueFilled()
452 mWidth = myWidth; in onQueueFilled()
463 if (outputBufferWidth() == mWidth && outputBufferHeight() == mHeight) { in onQueueFilled()
500 mContext->resetH264Context(mWidth, in onQueueFilled()
502 mWidth, in onQueueFilled()