Lines Matching refs:format
121 enum pipe_video_format format =
124 switch (format) {
166 if (format == PIPE_VIDEO_FORMAT_MPEG4_AVC)
179 if (format == PIPE_VIDEO_FORMAT_VP9) {
292 enum pipe_video_format format = u_reduce_video_profile(context->templat.profile);
304 format = u_reduce_video_profile(context->templat.profile);
306 switch (format) {
360 if (format == PIPE_VIDEO_FORMAT_JPEG) {
676 enum pipe_format format;
718 format = screen->get_video_param(screen, context->decoder->profile,
722 if (surf->buffer->buffer_format != format &&
725 surf->templat.buffer_format = format;