Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/videoencoder/
DVideoEncoderBase.h147 VASurfaceID mRecSurface; //reconstructed surface, only used in base variable
DVideoEncoderBase.cpp49 ,mRecSurface(VA_INVALID_SURFACE) in VideoEncoderBase()
246 mRecSurface = CreateNewVASurface(mVADisplay, stride_aligned, height_aligned); in start()
274 contextSurfaces[++index] = mRecSurface; in start()
396 VASurfaceID tmpSurface = mRecSurface; in encode()
397 mRecSurface = mRefSurface; in encode()
402 task->rec_surface = mRecSurface; in encode()