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

/hardware/intel/common/libmix/videoencoder/
H A DVideoEncoderUtils.h64 int32_t mVASurfaceHeight; member in class:VASurfaceMap
H A DVideoEncoderUtils.cpp284 int height = mVASurfaceHeight = mVinfo.height;
339 mVASurfaceHeight = height;
452 mVASurfaceHeight = mVinfo.height;
464 mVASurfaceHeight = mVinfo.height;
474 mVASurfaceHeight = tmp.height;
478 LOG_V("Mapping vasurface Width=%d, Height=%d, Stride=%d\n", mVASurfaceWidth, mVASurfaceHeight, mVASurfaceStride);
484 vinfo.height = mVASurfaceHeight;
503 mVASurfaceHeight = mVinfo.height;
516 mVASurfaceHeight = mVinfo.height;

Completed in 27 milliseconds