Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/videoencoder/
DVideoEncoderUtils.cpp299 int height = mVASurfaceHeight = mVinfo.height; in doMapping()
354 mVASurfaceHeight = height; in doMapping()
467 mVASurfaceHeight = mVinfo.height; in MappingSurfaceID()
479 mVASurfaceHeight = mVinfo.height; in MappingGfxHandle()
489 mVASurfaceHeight = tmp.height; in MappingGfxHandle()
493 …LOG_V("Mapping vasurface Width=%d, Height=%d, Stride=%d\n", mVASurfaceWidth, mVASurfaceHeight, mVA… in MappingGfxHandle()
499 vinfo.height = mVASurfaceHeight; in MappingGfxHandle()
518 mVASurfaceHeight = mVinfo.height; in MappingKbufHandle()
531 mVASurfaceHeight = mVinfo.height; in MappingMallocPTR()
DVideoEncoderUtils.h64 int32_t mVASurfaceHeight; variable