Home
last modified time | relevance | path

Searched refs:protected_playback (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/va/
Dpicture.c286 context->desc.base.protected_playback = true; in handleVAProtectedSliceDataBufferType()
305 if (!context->desc.base.protected_playback) { in handleVASliceDataBufferType()
346 if (false == context->desc.base.protected_playback) in handleVASliceDataBufferType()
742 if ((bool)(surf->templat.bind & PIPE_BIND_PROTECTED) != context->desc.base.protected_playback) { in vlVaEndPicture()
743 if (context->desc.base.protected_playback) { in vlVaEndPicture()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_video_state.h138 bool protected_playback; member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dradeon_vcn_dec.c1705 bool encrypted = (DECRYPT_PARAMETERS *)picture->protected_playback; in rvcn_dec_message_decode()