Lines Matching refs:base
284 context->desc.base.decrypt_key = CALLOC(1, drm_key_size);
285 memcpy(context->desc.base.decrypt_key, encrypted_data, drm_key_size);
286 context->desc.base.protected_playback = true;
305 if (!context->desc.base.protected_playback) {
346 if (false == context->desc.base.protected_playback)
367 &context->desc.base);
370 context->decoder->decode_bitstream(context->decoder, context->target, &context->desc.base,
742 if ((bool)(surf->templat.bind & PIPE_BIND_PROTECTED) != context->desc.base.protected_playback) {
743 if (context->desc.base.protected_playback) {
797 context->desc.base.input_format = surf->buffer->buffer_format;
798 context->desc.base.output_format = surf->encoder_format;
800 context->decoder->begin_frame(context->decoder, context->target, &context->desc.base);
807 context->decoder->end_frame(context->decoder, context->target, &context->desc.base);