Home
last modified time | relevance | path

Searched refs:CreateProtectedSession (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/intel-media-driver/media_driver/linux/common/cp/ddi/
H A Dmedia_ddi_prot.cpp100 …vaStatus = prot->CreateProtectedSession(ctx, config_id - DDI_CP_GEN_CONFIG_ATTRIBUTES_BASE, protec… in DdiMedia_CreateProtectedSession()
266 VAStatus DdiMediaProtected::CreateProtectedSession( in CreateProtectedSession() function in DdiMediaProtected
/aosp_15_r20/external/intel-media-driver/media_driver/linux/common/ddi/
H A Dmedia_libva_interface.cpp127 pVTableProt->vaCreateProtectedSession = MediaLibvaInterfaceNext::CreateProtectedSession; in LoadFunction()
420 VAStatus MediaLibvaInterface::CreateProtectedSession( in CreateProtectedSession() function in MediaLibvaInterface
H A Dmedia_libva_interface.h1117 static VAStatus CreateProtectedSession (
/aosp_15_r20/external/intel-media-driver/media_common/linux/common/cp/ddi/
H A Dmedia_ddi_prot.h235 virtual VAStatus CreateProtectedSession(
/aosp_15_r20/external/intel-media-driver/media_softlet/linux/common/ddi/
H A Dddi_media_functions.h362 virtual VAStatus CreateProtectedSession (
H A Dddi_media_functions.cpp288 VAStatus DdiMediaFunctions::CreateProtectedSession( in CreateProtectedSession() function in DdiMediaFunctions
H A Dmedia_libva_interface_next.h1167 static VAStatus CreateProtectedSession (
H A Dmedia_libva_interface_next.cpp1074 pVTableProt->vaCreateProtectedSession = CreateProtectedSession; in LoadFunction()
2998 VAStatus MediaLibvaInterfaceNext::CreateProtectedSession( in CreateProtectedSession() function in MediaLibvaInterfaceNext
3009 return mediaCtx->m_compList[CompCp]->CreateProtectedSession(ctx, configId, protectedSession); in CreateProtectedSession()
/aosp_15_r20/external/libva/va/
H A Dva.c2372 CreateProtectedSession, in vaCreateProtectedSession()