Lines Matching defs:profile
42 VdpDecoderProfile profile,
63 templat.profile = ProfileToPipe(profile);
64 if (templat.profile == PIPE_VIDEO_PROFILE_UNKNOWN)
79 templat.profile,
91 templat.profile,
98 templat.profile,
121 if (u_reduce_video_profile(templat.profile) ==
183 VdpDecoderProfile *profile,
193 *profile = PipeToProfile(vldecoder->decoder->profile);
609 buffer_support[0] = screen->get_video_param(screen, dec->profile, PIPE_VIDEO_ENTRYPOINT_BITSTREAM,
611 buffer_support[1] = screen->get_video_param(screen, dec->profile, PIPE_VIDEO_ENTRYPOINT_BITSTREAM,
616 dec->profile, PIPE_VIDEO_ENTRYPOINT_BITSTREAM) ||
626 vlsurf->templat.buffer_format = screen->get_video_param(screen, dec->profile, PIPE_VIDEO_ENTRYPOINT_BITSTREAM,
630 vlsurf->templat.interlaced = screen->get_video_param(screen, dec->profile, PIPE_VIDEO_ENTRYPOINT_BITSTREAM,
651 desc.base.profile = dec->profile;
652 switch (u_reduce_video_profile(dec->profile)) {
660 if (dec->profile == PIPE_VIDEO_PROFILE_VC1_ADVANCED)