Lines Matching defs:profile
43 VdpDecoderProfile profile,
64 templat.profile = ProfileToPipe(profile);
65 if (templat.profile == PIPE_VIDEO_PROFILE_UNKNOWN)
77 supported = vl_codec_supported(screen, templat.profile, false);
86 templat.profile,
93 templat.profile,
116 if (u_reduce_video_profile(templat.profile) ==
178 VdpDecoderProfile *profile,
188 *profile = PipeToProfile(vldecoder->decoder->profile);
607 buffer_support[0] = screen->get_video_param(screen, dec->profile, PIPE_VIDEO_ENTRYPOINT_BITSTREAM,
609 buffer_support[1] = screen->get_video_param(screen, dec->profile, PIPE_VIDEO_ENTRYPOINT_BITSTREAM,
614 dec->profile, PIPE_VIDEO_ENTRYPOINT_BITSTREAM) ||
624 vlsurf->templat.buffer_format = screen->get_video_param(screen, dec->profile, PIPE_VIDEO_ENTRYPOINT_BITSTREAM,
628 vlsurf->templat.interlaced = screen->get_video_param(screen, dec->profile, PIPE_VIDEO_ENTRYPOINT_BITSTREAM,
649 desc.base.profile = dec->profile;
650 switch (u_reduce_video_profile(dec->profile)) {
658 if (dec->profile == PIPE_VIDEO_PROFILE_VC1_ADVANCED)