Home
last modified time | relevance | path

Searched refs:surfH (Results 1 – 18 of 18) sorted by relevance

/dports/multimedia/onevpl/oneVPL-2022.0.6/examples/hello/hello-encode/src/
H A Dutil.h370 mfxU16 surfH = frame_info.Height; in AllocateExternalSystemMemorySurfacePool() local
394 surfpool[i].Data.U = *buf + buf_offset + (surfW * surfH); in AllocateExternalSystemMemorySurfacePool()
395 surfpool[i].Data.V = surfpool[i].Data.U + ((surfW / 2) * (surfH / 2)); in AllocateExternalSystemMemorySurfacePool()
/dports/multimedia/onevpl/oneVPL-2022.0.6/examples/hello/hello-vpp/src/
H A Dutil.h370 mfxU16 surfH = frame_info.Height; in AllocateExternalSystemMemorySurfacePool() local
394 surfpool[i].Data.U = *buf + buf_offset + (surfW * surfH); in AllocateExternalSystemMemorySurfacePool()
395 surfpool[i].Data.V = surfpool[i].Data.U + ((surfW / 2) * (surfH / 2)); in AllocateExternalSystemMemorySurfacePool()
/dports/multimedia/onevpl/oneVPL-2022.0.6/examples/interop/advanced-decvpp-infer/src/
H A Dutil.h334 mfxU16 surfH = frame_info.Height; in AllocateExternalSystemMemorySurfacePool() local
358 surfpool[i].Data.U = *buf + buf_offset + (surfW * surfH); in AllocateExternalSystemMemorySurfacePool()
359 surfpool[i].Data.V = surfpool[i].Data.U + ((surfW / 2) * (surfH / 2)); in AllocateExternalSystemMemorySurfacePool()
/dports/multimedia/onevpl/oneVPL-2022.0.6/examples/interop/dpcpp-blur/src/
H A Dutil.h371 mfxU16 surfH = frame_info.Height; in AllocateExternalSystemMemorySurfacePool() local
395 surfpool[i].Data.U = *buf + buf_offset + (surfW * surfH); in AllocateExternalSystemMemorySurfacePool()
396 surfpool[i].Data.V = surfpool[i].Data.U + ((surfW / 2) * (surfH / 2)); in AllocateExternalSystemMemorySurfacePool()
/dports/multimedia/onevpl/oneVPL-2022.0.6/examples/hello/hello-decode/src/
H A Dutil.h370 mfxU16 surfH = frame_info.Height; in AllocateExternalSystemMemorySurfacePool() local
394 surfpool[i].Data.U = *buf + buf_offset + (surfW * surfH); in AllocateExternalSystemMemorySurfacePool()
395 surfpool[i].Data.V = surfpool[i].Data.U + ((surfW / 2) * (surfH / 2)); in AllocateExternalSystemMemorySurfacePool()
/dports/multimedia/onevpl/oneVPL-2022.0.6/examples/coreAPI/legacy-encode/src/
H A Dutil.h375 mfxU16 surfH = frame_info.Height; in AllocateExternalSystemMemorySurfacePool() local
399 surfpool[i].Data.U = *buf + buf_offset + (surfW * surfH); in AllocateExternalSystemMemorySurfacePool()
400 surfpool[i].Data.V = surfpool[i].Data.U + ((surfW / 2) * (surfH / 2)); in AllocateExternalSystemMemorySurfacePool()
/dports/multimedia/onevpl/oneVPL-2022.0.6/examples/hello/hello-transcode/src/
H A Dutil.h383 mfxU16 surfH = frame_info.Height; in AllocateExternalSystemMemorySurfacePool() local
407 surfpool[i].Data.U = *buf + buf_offset + (surfW * surfH); in AllocateExternalSystemMemorySurfacePool()
408 surfpool[i].Data.V = surfpool[i].Data.U + ((surfW / 2) * (surfH / 2)); in AllocateExternalSystemMemorySurfacePool()
/dports/multimedia/onevpl/oneVPL-2022.0.6/examples/interop/legacy-decode-infer/src/
H A Dutil.h375 mfxU16 surfH = frame_info.Height; in AllocateExternalSystemMemorySurfacePool() local
399 surfpool[i].Data.U = *buf + buf_offset + (surfW * surfH); in AllocateExternalSystemMemorySurfacePool()
400 surfpool[i].Data.V = surfpool[i].Data.U + ((surfW / 2) * (surfH / 2)); in AllocateExternalSystemMemorySurfacePool()
/dports/multimedia/onevpl/oneVPL-2022.0.6/examples/coreAPI/legacy-decode/src/
H A Dutil.h375 mfxU16 surfH = frame_info.Height; in AllocateExternalSystemMemorySurfacePool() local
399 surfpool[i].Data.U = *buf + buf_offset + (surfW * surfH); in AllocateExternalSystemMemorySurfacePool()
400 surfpool[i].Data.V = surfpool[i].Data.U + ((surfW / 2) * (surfH / 2)); in AllocateExternalSystemMemorySurfacePool()
/dports/multimedia/onevpl/oneVPL-2022.0.6/examples/coreAPI/legacy-vpp/src/
H A Dutil.h375 mfxU16 surfH = frame_info.Height; in AllocateExternalSystemMemorySurfacePool() local
399 surfpool[i].Data.U = *buf + buf_offset + (surfW * surfH); in AllocateExternalSystemMemorySurfacePool()
400 surfpool[i].Data.V = surfpool[i].Data.U + ((surfW / 2) * (surfH / 2)); in AllocateExternalSystemMemorySurfacePool()
/dports/multimedia/onevpl/oneVPL-2022.0.6/examples/hello/hello-createsession/src/
H A Dutil.h375 mfxU16 surfH = frame_info.Height; in AllocateExternalSystemMemorySurfacePool() local
399 surfpool[i].Data.U = *buf + buf_offset + (surfW * surfH); in AllocateExternalSystemMemorySurfacePool()
400 surfpool[i].Data.V = surfpool[i].Data.U + ((surfW / 2) * (surfH / 2)); in AllocateExternalSystemMemorySurfacePool()
/dports/multimedia/onevpl/oneVPL-2022.0.6/examples/hello/hello-decvpp/src/
H A Dutil.h375 mfxU16 surfH = frame_info.Height; in AllocateExternalSystemMemorySurfacePool() local
399 surfpool[i].Data.U = *buf + buf_offset + (surfW * surfH); in AllocateExternalSystemMemorySurfacePool()
400 surfpool[i].Data.V = surfpool[i].Data.U + ((surfW / 2) * (surfH / 2)); in AllocateExternalSystemMemorySurfacePool()
/dports/multimedia/onevpl/oneVPL-2022.0.6/examples/interop/hello-decode-infer/src/
H A Dutil.h383 mfxU16 surfH = frame_info.Height; in AllocateExternalSystemMemorySurfacePool() local
407 surfpool[i].Data.U = *buf + buf_offset + (surfW * surfH); in AllocateExternalSystemMemorySurfacePool()
408 surfpool[i].Data.V = surfpool[i].Data.U + ((surfW / 2) * (surfH / 2)); in AllocateExternalSystemMemorySurfacePool()
/dports/multimedia/onevpl/oneVPL-2022.0.6/tools/cli/decvpp_tool/
H A Dutil.hpp769 mfxU16 surfH = frame_info.Height; in AllocateExternalSystemMemorySurfacePool() local
793 surfpool[i].Data.U = *buf + buf_offset + (surfW * surfH); in AllocateExternalSystemMemorySurfacePool()
794 surfpool[i].Data.V = surfpool[i].Data.U + ((surfW / 2) * (surfH / 2)); in AllocateExternalSystemMemorySurfacePool()
/dports/games/openlierox/OpenLieroX/src/client/
H A DCClient_Draw.cpp876 const int surfH = sizedViewport.GetVirtH() + 1; in DrawViewport() local
907 …if(tmpSurf.get() == NULL || tmpSurf->w != surfW || tmpSurf->h != surfH || !IsCorrectSurfaceFormat(… in DrawViewport()
908 tmpSurf = gfxCreateSurface(surfW, surfH); in DrawViewport()
918 DrawImageScale2x(bmpDest, tmpSurf.get(), 0, 0, v->GetLeft(), v->GetTop(), surfW-1, surfH-1); in DrawViewport()
920 …DrawImageResampledAdv(bmpDest, tmpSurf.get(), 0, 0, v->GetLeft(), v->GetTop(), surfW-1, surfH-1, s… in DrawViewport()
/dports/science/simbody/simbody-Simbody-3.7/Simbody/src/
H A DCompliantContactSubsystem.cpp1219 const ContactSurface& surfH = tracker.getContactSurface(surfHx); in calcPointHalfSpacePenaltyForce() local
1221 const ContactMaterial& matH = surfH.getMaterial(); in calcPointHalfSpacePenaltyForce()
1225 ContactGeometry::HalfSpace::getAs(surfH.getShape()); in calcPointHalfSpacePenaltyForce()
/dports/graphics/rawtherapee/rawtherapee-5.8/rtgui/
H A Dguiutils.cc1632 int surfH = surface->get_height(); in copyRGBCharData() local
1634 …if (!srcData || dstX >= surfW || dstY >= surfH || srcW <= 0 || srcH <= 0 || srcX < 0 || srcY < 0) { in copyRGBCharData()
1639 if (dstY + i >= surfH) { in copyRGBCharData()
/dports/graphics/art/ART-1.9.3/rtgui/
H A Dguiutils.cc1746 int surfH = surface->get_height(); in copyRGBCharData() local
1748 …if (!srcData || dstX >= surfW || dstY >= surfH || srcW <= 0 || srcH <= 0 || srcX < 0 || srcY < 0) { in copyRGBCharData()
1753 if (dstY + i >= surfH) { in copyRGBCharData()