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);
DVideoEncoderBase.cpp242 mRefSurface = CreateNewVASurface(mVADisplay, stride_aligned, height_aligned); in start()
243 mRecSurface = CreateNewVASurface(mVADisplay, stride_aligned, height_aligned); in start()
248 mAutoRefSurfaces[i] = CreateNewVASurface(mVADisplay, stride_aligned, height_aligned); in start()
1516 surface = CreateNewVASurface(mVADisplay, width, height); in getNewUsrptrFromSurface()
DVideoEncoderUtils.cpp346 mVASurface = CreateNewVASurface(mVADisplay, stride, height); in doMapping()
766 VASurfaceID CreateNewVASurface(VADisplay display, int32_t width, int32_t height) { in CreateNewVASurface() function