HomeSort by relevance Sort by last modified time
    Searched refs:mRecSurface (Results 1 - 2 of 2) sorted by null

  /hardware/intel/common/libmix/videoencoder/
VideoEncoderBase.h 147 VASurfaceID mRecSurface; //reconstructed surface, only used in base
VideoEncoderBase.cpp 49 ,mRecSurface(VA_INVALID_SURFACE)
246 mRecSurface = CreateNewVASurface(mVADisplay, stride_aligned, height_aligned);
274 contextSurfaces[++index] = mRecSurface;
396 VASurfaceID tmpSurface = mRecSurface;
397 mRecSurface = mRefSurface;
402 task->rec_surface = mRecSurface;
    [all...]

Completed in 83 milliseconds