Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/videoencoder/
DVideoEncoderUtils.h82 VASurfaceID CreateNewVASurface(VADisplay display, int32_t width, int32_t height);
DVideoEncoderUtils.cpp350 mVASurface = CreateNewVASurface(mVADisplay, stride, height); in doMapping()
768 VASurfaceID CreateNewVASurface(VADisplay display, int32_t width, int32_t height) { in CreateNewVASurface() function
DVideoEncoderBase.cpp245 mRefSurface = CreateNewVASurface(mVADisplay, stride_aligned, height_aligned); in start()
246 mRecSurface = CreateNewVASurface(mVADisplay, stride_aligned, height_aligned); in start()
251 mAutoRefSurfaces[i] = CreateNewVASurface(mVADisplay, stride_aligned, height_aligned); in start()
1521 surface = CreateNewVASurface(mVADisplay, width, height); in getNewUsrptrFromSurface()