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

  /hardware/intel/common/libmix/videoencoder/
VideoEncoderBase.h 146 VASurfaceID mRefSurface; //reference surface, only used in base
VideoEncoderBase.cpp 45 ,mRefSurface(VA_INVALID_SURFACE)
242 mRefSurface = CreateNewVASurface(mVADisplay, stride_aligned, height_aligned);
270 contextSurfaces[++index] = mRefSurface;
394 mRecSurface = mRefSurface;
395 mRefSurface = tmpSurface;
398 task->ref_surface = mRefSurface;
    [all...]

Completed in 142 milliseconds