Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/videoencoder/
DVideoEncoderBase.cpp259 VASurfaceID *contextSurfaces = new VASurfaceID[contextSurfaceCnt]; in start() local
265 contextSurfaces[++index] = (*map_node)->getVASurface(); in start()
270 contextSurfaces[++index] = mRefSurface; in start()
271 contextSurfaces[++index] = mRecSurface; in start()
274 contextSurfaces[++index] = mAutoRefSurfaces[i]; in start()
287 VA_PROGRESSIVE, contextSurfaces, contextSurfaceCnt, in start()
291 delete [] contextSurfaces; in start()