Home
last modified time | relevance | path

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

/dports/multimedia/onevpl/oneVPL-2022.0.6/api/vpl/preview/detail/
H A Dframe_interface.hpp67 if (flags & MFX_MAP_WRITE && cnt->cnt > 1) { in Map__()
/dports/multimedia/onevpl/oneVPL-2022.0.6/api/vpl/preview/
H A Ddefs.hpp199 write = MFX_MAP_WRITE,
/dports/multimedia/onevpl/oneVPL-2022.0.6/examples/interop/dpcpp-blur/src/
H A Ddpcpp-blur.cpp263 sts = inSurface->FrameInterface->Map(inSurface, MFX_MAP_WRITE); in main()
H A Dutil.h518 mfxStatus sts = surface->FrameInterface->Map(surface, MFX_MAP_WRITE); in ReadRawFrame_InternalMem()
/dports/multimedia/onevpl/oneVPL-2022.0.6/examples/hello/hello-encode/src/
H A Dutil.h517 mfxStatus sts = surface->FrameInterface->Map(surface, MFX_MAP_WRITE); in ReadRawFrame_InternalMem()
/dports/multimedia/onevpl/oneVPL-2022.0.6/examples/hello/hello-vpp/src/
H A Dutil.h517 mfxStatus sts = surface->FrameInterface->Map(surface, MFX_MAP_WRITE); in ReadRawFrame_InternalMem()
/dports/multimedia/onevpl/oneVPL-2022.0.6/examples/interop/advanced-decvpp-infer/src/
H A Dutil.h481 mfxStatus sts = surface->FrameInterface->Map(surface, MFX_MAP_WRITE); in ReadRawFrame_InternalMem()
/dports/multimedia/onevpl/oneVPL-2022.0.6/examples/hello/hello-decode/src/
H A Dutil.h517 mfxStatus sts = surface->FrameInterface->Map(surface, MFX_MAP_WRITE); in ReadRawFrame_InternalMem()
/dports/multimedia/onevpl/oneVPL-2022.0.6/examples/coreAPI/legacy-encode/src/
H A Dutil.h522 mfxStatus sts = surface->FrameInterface->Map(surface, MFX_MAP_WRITE); in ReadRawFrame_InternalMem()
/dports/multimedia/onevpl/oneVPL-2022.0.6/examples/hello/hello-transcode/src/
H A Dutil.h530 mfxStatus sts = surface->FrameInterface->Map(surface, MFX_MAP_WRITE); in ReadRawFrame_InternalMem()
/dports/multimedia/onevpl/oneVPL-2022.0.6/examples/interop/legacy-decode-infer/src/
H A Dutil.h522 mfxStatus sts = surface->FrameInterface->Map(surface, MFX_MAP_WRITE); in ReadRawFrame_InternalMem()
/dports/multimedia/onevpl/oneVPL-2022.0.6/examples/coreAPI/legacy-decode/src/
H A Dutil.h526 mfxStatus sts = surface->FrameInterface->Map(surface, MFX_MAP_WRITE); in ReadRawFrame_InternalMem()
/dports/multimedia/onevpl/oneVPL-2022.0.6/examples/coreAPI/legacy-vpp/src/
H A Dutil.h522 mfxStatus sts = surface->FrameInterface->Map(surface, MFX_MAP_WRITE); in ReadRawFrame_InternalMem()
/dports/multimedia/onevpl/oneVPL-2022.0.6/examples/hello/hello-createsession/src/
H A Dutil.h522 mfxStatus sts = surface->FrameInterface->Map(surface, MFX_MAP_WRITE); in ReadRawFrame_InternalMem()
/dports/multimedia/onevpl/oneVPL-2022.0.6/examples/hello/hello-decvpp/src/
H A Dutil.h522 mfxStatus sts = surface->FrameInterface->Map(surface, MFX_MAP_WRITE); in ReadRawFrame_InternalMem()
/dports/multimedia/onevpl/oneVPL-2022.0.6/examples/interop/hello-decode-infer/src/
H A Dutil.h530 mfxStatus sts = surface->FrameInterface->Map(surface, MFX_MAP_WRITE); in ReadRawFrame_InternalMem()
/dports/multimedia/onevpl/oneVPL-2022.0.6/api/vpl/
H A Dmfxstructures.h365 MFX_MAP_WRITE = 0x2, /*!< The surface is mapped for writing. */ enumerator
366 …MFX_MAP_READ_WRITE = MFX_MAP_READ|MFX_MAP_WRITE, /*!< The surface is mapped for reading and writin…
/dports/multimedia/onevpl/oneVPL-2022.0.6/tools/cli/decvpp_tool/
H A Dutil.hpp916 mfxStatus sts = surface->FrameInterface->Map(surface, MFX_MAP_WRITE); in ReadRawFrame_InternalMem()