Home
last modified time | relevance | path

Searched refs:mSurfaceUserPtr (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/libmix/videodecoder/
DVideoDecoderBase.cpp60 mSurfaceUserPtr(NULL), in VideoDecoderBase()
645 if (mSurfaceUserPtr && mAcquiredBuffer->mappedData) { in acquireSurfaceBuffer()
646 mAcquiredBuffer->mappedData->data = mSurfaceUserPtr[mSurfaceAcquirePos]; in acquireSurfaceBuffer()
1087 if (mSurfaceUserPtr) { in terminateVA()
1088 delete [] mSurfaceUserPtr; in terminateVA()
1089 mSurfaceUserPtr = NULL; in terminateVA()
1155 mSurfaceUserPtr = new uint8_t* [mNumSurfaces]; in mapSurface()
1156 if (mSurfaceUserPtr == NULL) { in mapSurface()
1165 mSurfaceUserPtr[i] = userPtr; in mapSurface()
DVideoDecoderBase.h190 uint8_t **mSurfaceUserPtr; // mapped user space pointer variable