Home
last modified time | relevance | path

Searched refs:MemId (Results 76 – 100 of 379) sorted by relevance

12345678910>>...16

/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/samples/sample_hevc_fei_abr/src/
H A Dfei_utils.cpp60 surf.Data.MemId = m_response.mids[i]; in AllocSurfaces()
100 sts = m_pAllocator->Lock(m_pAllocator->pthis, pSurf->Data.MemId, &(pSurf->Data)); in LockSurface()
113 sts = m_pAllocator->Unlock(m_pAllocator->pthis, pSurf->Data.MemId, &(pSurf->Data)); in UnlockSurface()
H A Dhevc_fei_encode.cpp340 mfxStatus sts = m_allocator->Lock(m_allocator->pthis, s.Data.MemId, &s.Data); in SubmitFrame()
346 sts = m_allocator->Unlock(m_allocator->pthis, s.Data.MemId, &s.Data); in SubmitFrame()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/shared/src/
H A Dcm_mem_copy.cpp3200 if (NULL != pSrc->Data.MemId && NULL != pDst->Data.MemId) in CanUseCmCopy()
3207 else if (NULL != pSrc->Data.MemId && NULL != dstPtr) in CanUseCmCopy()
3229 else if (NULL != srcPtr && NULL != pDst->Data.MemId) in CanUseCmCopy()
3260 if (NULL != pSrc->Data.MemId && NULL != pDst->Data.MemId) in CopyVideoToVideo()
3263 … return CopySwapVideoToVideoMemory(pDst->Data.MemId,pSrc->Data.MemId, roi, pDst->Info.FourCC); in CopyVideoToVideo()
3265 return CopyVideoToVideoMemoryAPI(pDst->Data.MemId,pSrc->Data.MemId, roi); in CopyVideoToVideo()
3285 if (NULL != pSrc->Data.MemId && NULL != dstPtr) in CopyVideoToSys()
3309 …yVideoToSystemMemoryAPI(dstPtr, pDst->Data.Pitch, (mfxU32)verticalPitch, pSrc->Data.MemId, 0, roi); in CopyVideoToSys()
3320 …eoToSystemMemoryAPI(dstPtr, pDst->Data.Pitch, (mfxU32)pDst->Info.Height, pSrc->Data.MemId, 0, roi); in CopyVideoToSys()
3339 if (NULL != srcPtr && NULL != pDst->Data.MemId) in CopySysToVideo()
[all …]
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/mfx_lib/vpp/src/
H A Dmfx_vpp_main.cpp206 if (in->Data.Y || in->Data.U || in->Data.V || in->Data.A || in->Data.MemId) in VppFrameCheck()
212 if (out->Data.Y || out->Data.U || out->Data.V || out->Data.A || out->Data.MemId) in VppFrameCheck()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/mfx_lib/encode_hw/mjpeg/include/
H A Dmfx_mjpeg_encode_interface.h76 mfxMemId MemId,
H A Dmfx_mjpeg_encode_vaapi.h89 mfxMemId MemId,
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/samples/sample_hevc_fei_abr/include/
H A Dtask.h248 …mfxStatus sts = m_pAllocator->Lock(m_pAllocator->pthis, task.m_surf->Data.MemId, &(task.m_surf->Da… in CalcMSE()
258 … sts = m_pAllocator->Unlock(m_pAllocator->pthis, task.m_surf->Data.MemId, &(task.m_surf->Data)); in CalcMSE()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/samples/sample_common/src/
H A Dvaapi_device.cpp170 memId = (vaapiMemId*)(pSurface->Data.MemId); in RenderFrame()
232 memId = (vaapiMemId*)(pSurface->Data.MemId); in RenderFrame()
366 memId = (vaapiMemId*)(pSurface->Data.MemId); in RenderFrame()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/mfx_lib/shared/src/
H A Dmfx_session.cpp168 response.mids[i] = pSurf->Data.MemId; in mfxCOREUnmapOpaqueSurface()
233 *op_surf = session->m_pCORE->GetOpaqSurface(surf->Data.MemId); in mfxCOREGetOpaqueSurface()
293 mfxRes = pCore->GetExternalFrameHDL(fd->MemId, handle); in mfxCOREGetFrameHDL()
297 mfxRes = pCore->GetFrameHDL(fd->MemId, handle); in mfxCOREGetFrameHDL()
/dports/multimedia/onevpl/oneVPL-2022.0.6/tools/legacy/sample_common/src/
H A Dvaapi_device.cpp169 memId = (vaapiMemId*)(pSurface->Data.MemId); in RenderFrame()
230 memId = (vaapiMemId*)(pSurface->Data.MemId); in RenderFrame()
391 memId = (vaapiMemId*)(pSurface->Data.MemId); in RenderFrame()
/dports/multimedia/onevpl/oneVPL-2022.0.6/tools/legacy/sample_vpp/src/
H A Dsample_vpp_utils.cpp517 pSurfaces[i].Data.MemId = response.mids[i]; in InitSurfaces()
1307 if (pCurSurf->Data.MemId || pAllocator->bUsedAsExternalAllocator) { in GetNextInputFrame()
1310 pCurSurf->Data.MemId, in GetNextInputFrame()
1316 pCurSurf->Data.MemId, in GetNextInputFrame()
1375 surface.Data.MemId = response.mids[m_SurfacesList.size()]; in PreAllocateFrameChunk()
1437 if (pSurface->Data.MemId) { in PutNextFrame()
1440 pSurface->Data.MemId, in PutNextFrame()
1448 pSurface->Data.MemId, in PutNextFrame()
1459 if (pSurface->Data.MemId) { in PutNextFrame()
1461 pSurface->Data.MemId, in PutNextFrame()
[all …]
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/samples/sample_vpp/src/
H A Dsample_vpp_utils.cpp634 pSurfaces[i].Data.MemId = response.mids[i]; in InitSurfaces()
1473 if (pCurSurf->Data.MemId || pAllocator->bUsedAsExternalAllocator) in GetNextInputFrame()
1476 …ator->pMfxAllocator->Lock(pAllocator->pMfxAllocator->pthis, pCurSurf->Data.MemId, &pCurSurf->Data); in GetNextInputFrame()
1480 …or->pMfxAllocator->Unlock(pAllocator->pMfxAllocator->pthis, pCurSurf->Data.MemId, &pCurSurf->Data); in GetNextInputFrame()
1545 surface.Data.MemId = response.mids[m_SurfacesList.size()]; in PreAllocateFrameChunk()
1548 sts = pAllocator->Lock(pAllocator->pthis, surface.Data.MemId, &surface.Data); in PreAllocateFrameChunk()
1552 sts = pAllocator->Unlock(pAllocator->pthis, surface.Data.MemId, &surface.Data); in PreAllocateFrameChunk()
1613 if (pSurface->Data.MemId) in PutNextFrame()
1616 …tor->pMfxAllocator->Lock(pAllocator->pMfxAllocator->pthis, pSurface->Data.MemId, &(pSurface->Data)… in PutNextFrame()
1633 if (pSurface->Data.MemId) in PutNextFrame()
[all …]
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/
H A Dqsv.c331 picture_t *pic = (picture_t *) pool->frames[i].Data.MemId; in qsv_frame_pool_Destroy()
351 if (frame->Data.MemId) in qsv_frame_pool_Get()
352 picture_Release((picture_t *)frame->Data.MemId); in qsv_frame_pool_Get()
354 frame->Data.MemId = pic; in qsv_frame_pool_Get()
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/obs-qsv11/
H A DQSV_Encoder_Internal.cpp365 m_pmfxSurfaces[i]->Data.MemId = m_mfxResponse.mids[i]; in AllocateSurfaces()
564 pSurface->Data.MemId, in Encode()
575 pSurface->Data.MemId, in Encode()
639 sts = simple_copytex(m_mfxAllocator.pthis, pSurface->Data.MemId, in Encode_tex()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/mfx_lib/encode_hw/mjpeg/src/
H A Dmfx_mjpeg_encode_vaapi.cpp523 mfxMemId MemId, in UpdateBitstream() argument
533 m_core->LockFrame(MemId, &bitstream); in UpdateBitstream()
543 m_core->UnlockFrame(MemId, &bitstream); in UpdateBitstream()
H A Dmfx_mjpeg_encode_hw.cpp1086 enc.m_pCore->LockExternalFrame(nativeSurf->Data.MemId, &nativeSurf->Data); in TaskRoutineSubmitFrame()
1109 sts = enc.m_pCore->UnlockExternalFrame(nativeSurf->Data.MemId, &nativeSurf->Data); in TaskRoutineSubmitFrame()
1119 dstSurf.MemId = enc.m_raw.mids[task.m_idx]; in TaskRoutineSubmitFrame()
1144 sts = enc.m_pCore->GetFrameHDL(nativeSurf->Data.MemId, pSurfaceHdl); in TaskRoutineSubmitFrame()
1149 sts = enc.m_pCore->GetExternalFrameHDL(nativeSurf->Data.MemId, pSurfaceHdl); in TaskRoutineSubmitFrame()
/dports/multimedia/handbrake/HandBrake-1.4.2/contrib/ffmpeg/
H A DA02-qsv-interpolation.patch29 s->mem_ids_in[i] = in_frames_hwctx->surfaces[i].Data.MemId;
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/samples/sample_hevc_fei/src/
H A Dfei_utils.cpp60 surf.Data.MemId = m_response.mids[i]; in AllocSurfaces()
84 sts = m_pAllocator->Lock(m_pAllocator->pthis, pSurf->Data.MemId, &(pSurf->Data)); in LockSurface()
97 sts = m_pAllocator->Unlock(m_pAllocator->pthis, pSurf->Data.MemId, &(pSurf->Data)); in UnlockSurface()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dqsv.c193 if (mid->handle == frame->surface.Data.MemId) in ff_qsv_find_surface_idx()
359 mid->handle = frames_hwctx->surfaces[i].Data.MemId; in qsv_create_mids()
536 qsv_mid->surf.Data.MemId = qsv_mid->handle; in qsv_frame_lock()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dqsv.c246 if (mid->handle == frame->surface.Data.MemId) in ff_qsv_find_surface_idx()
475 mid->handle = frames_hwctx->surfaces[i].Data.MemId; in qsv_create_mids()
652 qsv_mid->surf.Data.MemId = qsv_mid->handle; in qsv_frame_lock()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dqsv.c246 if (mid->handle == frame->surface.Data.MemId) in ff_qsv_find_surface_idx()
475 mid->handle = frames_hwctx->surfaces[i].Data.MemId; in qsv_create_mids()
652 qsv_mid->surf.Data.MemId = qsv_mid->handle; in qsv_frame_lock()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dqsv.c224 if (mid->handle == frame->surface.Data.MemId) in ff_qsv_find_surface_idx()
454 mid->handle = frames_hwctx->surfaces[i].Data.MemId; in qsv_create_mids()
631 qsv_mid->surf.Data.MemId = qsv_mid->handle; in qsv_frame_lock()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dqsv.c246 if (mid->handle == frame->surface.Data.MemId) in ff_qsv_find_surface_idx()
476 mid->handle = frames_hwctx->surfaces[i].Data.MemId; in qsv_create_mids()
653 qsv_mid->surf.Data.MemId = qsv_mid->handle; in qsv_frame_lock()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/enctools/src/
H A Dmfx_enctools_common.cpp319 m_pIntSurfaces[i].Data.MemId = m_VppResponse.mids[i]; in InitVPP()
526 … m_pAllocator->Lock(m_pAllocator->pthis, m_pIntSurfaces[0].Data.MemId, &m_pIntSurfaces[0].Data); in Submit()
528 … m_pAllocator->Unlock(m_pAllocator->pthis, m_pIntSurfaces[0].Data.MemId, &m_pIntSurfaces[0].Data); in Submit()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/samples/sample_fei/src/
H A Dauxiliary_interfaces.cpp533 … mfxStatus sts = m_pMFXAllocator->Lock(m_pMFXAllocator->pthis, pSurf->Data.MemId, &(pSurf->Data)); in GetOneFrame()
542 …mfxStatus sts = m_pMFXAllocator->Unlock(m_pMFXAllocator->pthis, pSurf->Data.MemId, &(pSurf->Data)); in GetOneFrame()

12345678910>>...16