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 …]
208 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()
863 needFlush = (mVideoFormatInfo.width > mVideoFormatInfo.surfaceWidth) in handleNewSequence()
257 int surfaceWidth = mGraphicBufferParam.graphicBufferWidth; in ProcessorInit() local282 surfExtBuf->width = surfaceWidth; in ProcessorInit()310 surfaceWidth, in ProcessorInit()
882 … if (!force_realloc && width <= formatInfo->surfaceWidth && height <= formatInfo->surfaceHeight) {888 if (isVP8 || width > formatInfo->surfaceWidth || height > formatInfo->surfaceHeight) {