Home
last modified time | relevance | path

Searched refs:decoderContextHeap (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/intel-media-driver/media_softlet/linux/common/ddi/
H A Dmedia_libva_interface_next.cpp587 PDDI_MEDIA_HEAP decoderContextHeap = mediaCtx->pDecoderCtxHeap; in FreeContextHeapElements() local
589 if (nullptr != decoderContextHeap) in FreeContextHeapElements()
591 FreeContextHeap(ctx, decoderContextHeap, DDI_MEDIA_VACONTEXTID_OFFSET_DECODER, decCtxNums); in FreeContextHeapElements()
/aosp_15_r20/external/intel-media-driver/media_driver/linux/common/ddi/
H A Dmedia_libva.cpp905 PDDI_MEDIA_HEAP decoderContextHeap = mediaCtx->pDecoderCtxHeap; in DdiMedia_FreeContextHeapElements() local
907 if (nullptr != decoderContextHeap) in DdiMedia_FreeContextHeapElements()
908 … DdiMedia_FreeContextHeap(ctx,decoderContextHeap,DDI_MEDIA_VACONTEXTID_OFFSET_DECODER,decCtxNums); in DdiMedia_FreeContextHeapElements()