Home
last modified time | relevance | path

Searched refs:u_reduce_video_profile (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_decoder.c39 switch (u_reduce_video_profile(profile)) { in vl_profile_supported()
71 switch (u_reduce_video_profile(profile)) { in vl_create_decoder()
Dvl_mpeg12_decoder.c1034 assert(u_reduce_video_profile(profile) == PIPE_VIDEO_CODEC_MPEG12); in vl_create_mpeg12_decoder()
/external/mesa3d/src/gallium/auxiliary/util/
Du_video.h43 u_reduce_video_profile(enum pipe_video_profile profile) in u_reduce_video_profile() function
/external/mesa3d/src/gallium/state_trackers/vdpau/
Ddecode.c497 switch (u_reduce_video_profile(dec->profile)) { in vlVdpDecoderRender()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_video.c527 if (u_reduce_video_profile(profile) != PIPE_VIDEO_CODEC_MPEG12) in nouveau_create_decoder()