Searched refs:pDecodeProfile (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | device9video.h | 41 const GUID *pDecodeProfile, 53 const GUID *pDecodeProfile,
|
D | device9video.c | 30 const GUID *pDecodeProfile, in NineDevice9Video_GetContentProtectionCaps() argument 48 const GUID *pDecodeProfile, in NineDevice9Video_CreateCryptoSession() argument
|
D | nine_lock.c | 2423 const GUID *pDecodeProfile, in LockDevice9Video_GetContentProtectionCaps() argument 2428 r = NineDevice9Video_GetContentProtectionCaps(This, pCryptoType, pDecodeProfile, pCaps); in LockDevice9Video_GetContentProtectionCaps() 2449 const GUID *pDecodeProfile, in LockDevice9Video_CreateCryptoSession() argument 2455 …r = NineDevice9Video_CreateCryptoSession(This, pCryptoType, pDecodeProfile, ppCryptoSession, pCryp… in LockDevice9Video_CreateCryptoSession()
|
/external/mesa3d/include/D3D9/ |
D | d3d9.h | 300 …WINAPI GetContentProtectionCaps(const GUID *pCryptoType, const GUID *pDecodeProfile, D3DCONTENTPRO… 302 …virtual HRESULT WINAPI CreateCryptoSession(const GUID *pCryptoType, const GUID *pDecodeProfile, ID… 1283 …s)(IDirect3DDevice9Video *This, const GUID *pCryptoType, const GUID *pDecodeProfile, D3DCONTENTPRO… 1285 …n)(IDirect3DDevice9Video *This, const GUID *pCryptoType, const GUID *pDecodeProfile, IDirect3DCryp…
|