Home
last modified time | relevance | path

Searched refs:surfaceWidth (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/common/libmix/videodecoder/
DVideoDecoderBase.cpp136 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 …]
DVideoDecoderDefs.h208 uint32_t surfaceWidth; member
DVideoDecoderMPEG2.cpp132 needFlush = (mVideoFormatInfo.width > mVideoFormatInfo.surfaceWidth) in decode()
DVideoDecoderWMV.cpp134 needFlush = (mVideoFormatInfo.width > mVideoFormatInfo.surfaceWidth) in decode()
DVideoDecoderMPEG4.cpp130 needFlush = (mVideoFormatInfo.width > mVideoFormatInfo.surfaceWidth) in decode()
DVideoDecoderAVC.cpp878 needFlush = (mVideoFormatInfo.width > mVideoFormatInfo.surfaceWidth) in handleNewSequence()