Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/videoencoder/
DVideoEncoderUtils.cpp284 int height = mVASurfaceHeight = mVinfo.height; in doMapping()
339 mVASurfaceHeight = height; in doMapping()
452 mVASurfaceHeight = mVinfo.height; in MappingSurfaceID()
464 mVASurfaceHeight = mVinfo.height; in MappingGfxHandle()
474 mVASurfaceHeight = tmp.height; in MappingGfxHandle()
478 …LOG_V("Mapping vasurface Width=%d, Height=%d, Stride=%d\n", mVASurfaceWidth, mVASurfaceHeight, mVA… in MappingGfxHandle()
484 vinfo.height = mVASurfaceHeight; in MappingGfxHandle()
503 mVASurfaceHeight = mVinfo.height; in MappingKbufHandle()
516 mVASurfaceHeight = mVinfo.height; in MappingMallocPTR()
DVideoEncoderUtils.h64 int32_t mVASurfaceHeight; variable