Lines Matching refs:mWidth
58 mWidth(width), in GoldfishVideoDecoderOMXComponent()
165 inDef->format.video.nFrameWidth = mWidth; in updatePortDefinitions()
181 mCropWidth = mWidth; in updatePortDefinitions()
188 return max(mIsAdaptive ? mAdaptiveMaxWidth : 0, mWidth); in outputBufferWidth()
200 bool sizeChanged = (width != mWidth || height != mHeight); in handlePortSettingsChange()
218 mWidth = width; in handlePortSettingsChange()
248 def->format.video.nStride = mWidth; in handlePortSettingsChange()
327 memcpy(dst, srcY, mWidth * bpp); in copyYV12FrameToOutputBuffer()
334 memcpy(dst, srcU, mWidth / 2 * bpp); in copyYV12FrameToOutputBuffer()
341 memcpy(dst, srcV, mWidth / 2 * bpp); in copyYV12FrameToOutputBuffer()
475 mWidth = mAdaptiveMaxWidth; in internalSetParameter()
514 mWidth = newWidth; in internalSetParameter()