Searched refs:mRecSurface (Results 1 – 2 of 2) sorted by relevance
147 VASurfaceID mRecSurface; //reconstructed surface, only used in base variable
46 ,mRecSurface(VA_INVALID_SURFACE) in VideoEncoderBase()243 mRecSurface = CreateNewVASurface(mVADisplay, stride_aligned, height_aligned); in start()271 contextSurfaces[++index] = mRecSurface; in start()393 VASurfaceID tmpSurface = mRecSurface; in encode()394 mRecSurface = mRefSurface; in encode()399 task->rec_surface = mRecSurface; in encode()