Searched refs:pCryptoType (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | device9video.h | 40 const GUID *pCryptoType, 52 const GUID *pCryptoType,
|
D | device9video.c | 29 const GUID *pCryptoType, in NineDevice9Video_GetContentProtectionCaps() argument 47 const GUID *pCryptoType, in NineDevice9Video_CreateCryptoSession() argument
|
D | nine_lock.c | 2422 const GUID *pCryptoType, in LockDevice9Video_GetContentProtectionCaps() argument 2428 r = NineDevice9Video_GetContentProtectionCaps(This, pCryptoType, pDecodeProfile, pCaps); in LockDevice9Video_GetContentProtectionCaps() 2448 const GUID *pCryptoType, in LockDevice9Video_CreateCryptoSession() argument 2455 …r = NineDevice9Video_CreateCryptoSession(This, pCryptoType, pDecodeProfile, ppCryptoSession, pCryp… in LockDevice9Video_CreateCryptoSession()
|
/external/mesa3d/include/D3D9/ |
D | d3d9.h | 300 …virtual HRESULT WINAPI GetContentProtectionCaps(const GUID *pCryptoType, const GUID *pDecodeProfil… 302 …virtual HRESULT WINAPI CreateCryptoSession(const GUID *pCryptoType, const GUID *pDecodeProfile, ID… 1283 …HRESULT (WINAPI *GetContentProtectionCaps)(IDirect3DDevice9Video *This, const GUID *pCryptoType, c… 1285 …HRESULT (WINAPI *CreateCryptoSession)(IDirect3DDevice9Video *This, const GUID *pCryptoType, const …
|