Home
last modified time | relevance | path

Searched refs:surfaceWidth (Results 1 – 8 of 8) 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.h207 uint32_t surfaceWidth; member
DVideoDecoderMPEG2.cpp119 needFlush = (mVideoFormatInfo.width > mVideoFormatInfo.surfaceWidth) in decode()
DVideoDecoderWMV.cpp121 needFlush = (mVideoFormatInfo.width > mVideoFormatInfo.surfaceWidth) in decode()
DVideoDecoderMPEG4.cpp117 needFlush = (mVideoFormatInfo.width > mVideoFormatInfo.surfaceWidth) in decode()
DVideoDecoderAVC.cpp850 needFlush = (mVideoFormatInfo.width > mVideoFormatInfo.surfaceWidth) in handleNewSequence()
/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderVP9HWR.cpp257 int surfaceWidth = mGraphicBufferParam.graphicBufferWidth; in ProcessorInit() local
281 surfExtBuf->width = surfaceWidth; in ProcessorInit()
309 surfaceWidth, in ProcessorInit()
DOMXVideoDecoderBase.cpp794 … if (!force_realloc && width <= formatInfo->surfaceWidth && height <= formatInfo->surfaceHeight) {
800 if (isVP8 || width > formatInfo->surfaceWidth || height > formatInfo->surfaceHeight) {