Searched refs:surfaceWidth (Results 1 – 8 of 8) sorted by relevance
132 mVideoFormatInfo.surfaceWidth = buffer->graphicBufferWidth; in start()161 mVideoFormatInfo.surfaceWidth = buffer->graphicBufferWidth; in reset()789 …if (mVideoFormatInfo.surfaceWidth < mVideoFormatInfo.width || mVideoFormatInfo.surfaceHeight < mVi… in setupVA()894 mVASurfaceAttrib->width = mVideoFormatInfo.surfaceWidth; in setupVA()928 mVideoFormatInfo.surfaceWidth, in setupVA()945 mVideoFormatInfo.surfaceWidth = mVideoFormatInfo.width; in setupVA()954 mVideoFormatInfo.surfaceWidth, in setupVA()970 mVideoFormatInfo.surfaceWidth, in setupVA()
205 uint32_t surfaceWidth; member
171 noNeedFlush = (mVideoFormatInfo.width <= mVideoFormatInfo.surfaceWidth) in decodeFrame()
112 noNeedFlush = (mVideoFormatInfo.width <= mVideoFormatInfo.surfaceWidth) in decode()
107 noNeedFlush = (mVideoFormatInfo.width <= mVideoFormatInfo.surfaceWidth) in decode()
821 needFlush = (mVideoFormatInfo.width > mVideoFormatInfo.surfaceWidth) in handleNewSequence()
259 int surfaceWidth = mGraphicBufferParam.graphicBufferWidth; in ProcessorInit() local283 surfExtBuf->width = surfaceWidth; in ProcessorInit()311 surfaceWidth, in ProcessorInit()
686 … if (!force_realloc && width <= formatInfo->surfaceWidth && height <= formatInfo->surfaceHeight) {692 if (isVP8 || width > formatInfo->surfaceWidth || height > formatInfo->surfaceHeight) {