Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/videoencoder/
DVideoEncoderBase.cpp262 VASurfaceID *contextSurfaces = new VASurfaceID[contextSurfaceCnt]; in start() local
268 contextSurfaces[++index] = (*map_node)->getVASurface(); in start()
273 contextSurfaces[++index] = mRefSurface; in start()
274 contextSurfaces[++index] = mRecSurface; in start()
277 contextSurfaces[++index] = mAutoRefSurfaces[i]; in start()
290 VA_PROGRESSIVE, contextSurfaces, contextSurfaceCnt, in start()
294 delete [] contextSurfaces; in start()