Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/videodecoder/
DVideoDecoderBase.cpp132 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()
DVideoDecoderDefs.h205 uint32_t surfaceWidth; member
DVideoDecoderVP8.cpp171 noNeedFlush = (mVideoFormatInfo.width <= mVideoFormatInfo.surfaceWidth) in decodeFrame()
DVideoDecoderWMV.cpp112 noNeedFlush = (mVideoFormatInfo.width <= mVideoFormatInfo.surfaceWidth) in decode()
DVideoDecoderMPEG4.cpp107 noNeedFlush = (mVideoFormatInfo.width <= mVideoFormatInfo.surfaceWidth) in decode()
DVideoDecoderAVC.cpp821 needFlush = (mVideoFormatInfo.width > mVideoFormatInfo.surfaceWidth) in handleNewSequence()
/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderVP9HWR.cpp259 int surfaceWidth = mGraphicBufferParam.graphicBufferWidth; in ProcessorInit() local
283 surfExtBuf->width = surfaceWidth; in ProcessorInit()
311 surfaceWidth, in ProcessorInit()
DOMXVideoDecoderBase.cpp686 … if (!force_realloc && width <= formatInfo->surfaceWidth && height <= formatInfo->surfaceHeight) {
692 if (isVP8 || width > formatInfo->surfaceWidth || height > formatInfo->surfaceHeight) {