Home
last modified time | relevance | path

Searched refs:mSurfaceHeight (Results 1 – 6 of 6) sorted by relevance

/hardware/google/aemu/host-common/
DMediaCudaVideoHelper.cpp295 mSurfaceHeight = videoDecodeCreateInfo.ulTargetHeight; in HandleVideoSequence()
364 .src_surface_height = mSurfaceHeight, in HandlePictureDisplay()
392 m.srcPitch * mSurfaceHeight); in HandlePictureDisplay()
DMediaH264DecoderCuvid.cpp513 mSurfaceHeight = videoDecodeCreateInfo.ulTargetHeight; in HandleVideoSequence()
647 .src_surface_height = mSurfaceHeight, in HandlePictureDisplay()
674 m.srcPitch * mSurfaceHeight); in HandlePictureDisplay()
/hardware/google/aemu/host-common/include/host-common/
DMediaCudaVideoHelper.h90 unsigned int mSurfaceHeight = 0; variable
DMediaSnapshotHelper.h107 unsigned int mSurfaceHeight = 0; variable
DMediaVideoToolBoxVideoHelper.h141 unsigned int mSurfaceHeight = 0; variable
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndGlTests.cpp103 SetUpEglContextAndSurface(2, mSurfaceWidth, mSurfaceHeight, &mDisplay, &mContext, in SetUp()
114 int mSurfaceHeight = 32; member in gfxstream::tests::__anone62b3e370111::GfxstreamEnd2EndGlTest
127 EXPECT_THAT(viewport[3], Eq(mSurfaceHeight)); in TEST_P()