Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/va/
Dpicture.c270 context->desc.base.protected_playback = true; in handleVAProtectedSliceDataBufferType()
286 if (!context->desc.base.protected_playback) { in handleVASliceDataBufferType()
334 if (context->desc.base.protected_playback && PIPE_VIDEO_FORMAT_VP9 == format){ in handleVASliceDataBufferType()
701 if ((surf->templat.bind & PIPE_BIND_PROTECTED) != context->desc.base.protected_playback) { in vlVaEndPicture()
702 if (context->desc.base.protected_playback) { in vlVaEndPicture()
/external/mesa3d/src/gallium/include/pipe/
Dp_video_state.h154 bool protected_playback; member
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_vcn_dec.c842 bool encrypted = (DECRYPT_PARAMETERS *)picture->protected_playback; in rvcn_dec_message_decode()