Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/videoencoder/
DVideoEncoderBase.h146 VASurfaceID mRefSurface; //reference surface, only used in base variable
DVideoEncoderBase.cpp48 ,mRefSurface(VA_INVALID_SURFACE) in VideoEncoderBase()
245 mRefSurface = CreateNewVASurface(mVADisplay, stride_aligned, height_aligned); in start()
273 contextSurfaces[++index] = mRefSurface; in start()
397 mRecSurface = mRefSurface; in encode()
398 mRefSurface = tmpSurface; in encode()
401 task->ref_surface = mRefSurface; in encode()