Searched refs:surfaceWidth (Results 1 – 8 of 8) sorted by relevance
136 mVideoFormatInfo.surfaceWidth = buffer->graphicBufferWidth; in start()166 mVideoFormatInfo.surfaceWidth = buffer->graphicBufferWidth; in reset()804 …if (mStoreMetaData || (!mStoreMetaData && (mVideoFormatInfo.surfaceWidth < mVideoFormatInfo.width … in setupVA()914 mVASurfaceAttrib->width = mVideoFormatInfo.surfaceWidth; in setupVA()948 mVideoFormatInfo.surfaceWidth, in setupVA()965 mVideoFormatInfo.surfaceWidth = mVideoFormatInfo.width; in setupVA()974 mVideoFormatInfo.surfaceWidth, in setupVA()992 mVideoFormatInfo.surfaceWidth, in setupVA()1002 mVideoFormatInfo.surfaceWidth, in setupVA()1013 mVideoFormatInfo.surfaceWidth, in setupVA()[all …]
207 uint32_t surfaceWidth; member
119 needFlush = (mVideoFormatInfo.width > mVideoFormatInfo.surfaceWidth) in decode()
121 needFlush = (mVideoFormatInfo.width > mVideoFormatInfo.surfaceWidth) in decode()
117 needFlush = (mVideoFormatInfo.width > mVideoFormatInfo.surfaceWidth) in decode()
850 needFlush = (mVideoFormatInfo.width > mVideoFormatInfo.surfaceWidth) in handleNewSequence()
257 int surfaceWidth = mGraphicBufferParam.graphicBufferWidth; in ProcessorInit() local281 surfExtBuf->width = surfaceWidth; in ProcessorInit()309 surfaceWidth, in ProcessorInit()
794 … if (!force_realloc && width <= formatInfo->surfaceWidth && height <= formatInfo->surfaceHeight) {800 if (isVP8 || width > formatInfo->surfaceWidth || height > formatInfo->surfaceHeight) {