Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_decoder.c40 switch (u_reduce_video_profile(profile)) { in vl_profile_supported()
86 switch (u_reduce_video_profile(temp.profile)) { in vl_create_decoder()
Dvl_mpeg12_decoder.c1114 assert(u_reduce_video_profile(templat->profile) == PIPE_VIDEO_FORMAT_MPEG12); in vl_create_mpeg12_decoder()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_vp3_video.c239 switch (u_reduce_video_profile(profile)) { in vp3_getpath()
258 switch (u_reduce_video_profile(profile)) { in vp4_getpath()
327 switch (u_reduce_video_profile(profile)) { in nouveau_vp3_load_firmware()
443 enum pipe_video_format codec = u_reduce_video_profile(profile); in nouveau_vp3_screen_get_video_param()
Dnouveau_vp3_video.h196 if (u_reduce_video_profile(dec->base.profile) == PIPE_VIDEO_FORMAT_MPEG12) in nouveau_vp3_inter_sizes()
Dnouveau_vp3_video_bsp.c281 enum pipe_video_format codec = u_reduce_video_profile(dec->base.profile); in nouveau_vp3_bsp_end()
Dnouveau_video.c516 if (u_reduce_video_profile(templ->profile) != PIPE_VIDEO_FORMAT_MPEG12) in nouveau_create_decoder()
840 u_reduce_video_profile(profile) == PIPE_VIDEO_FORMAT_MPEG12; in nouveau_screen_get_video_param()
Dnouveau_vp3_video_vp.c462 enum pipe_video_format codec = u_reduce_video_profile(dec->base.profile); in nouveau_vp3_vp_caps()
/external/mesa3d/src/gallium/state_trackers/va/
Dcontext.c245 switch (u_reduce_video_profile(context->templat.profile)) { in vlVaCreateContext()
320 if (u_reduce_video_profile(context->decoder->profile) == in vlVaDestroyContext()
325 if (u_reduce_video_profile(context->decoder->profile) == in vlVaDestroyContext()
Dpicture.c138 switch (u_reduce_video_profile(context->templat.profile)) { in handlePictureParameterBuffer()
171 if (u_reduce_video_profile(context->templat.profile) == in handlePictureParameterBuffer()
191 switch (u_reduce_video_profile(context->templat.profile)) { in handleIQMatrixBuffer()
216 switch (u_reduce_video_profile(context->templat.profile)) { in handleSliceParameterBuffer()
271 format = u_reduce_video_profile(context->templat.profile); in handleVASliceDataBufferType()
Dconfig.c55 if (u_reduce_video_profile(p) == PIPE_VIDEO_FORMAT_MPEG4 && !debug_get_option_mpeg4()) in vlVaQueryConfigProfiles()
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_video.c216 enum pipe_video_format codec = u_reduce_video_profile(profile); in rvid_get_video_param()
291 if (u_reduce_video_profile(profile) == PIPE_VIDEO_FORMAT_HEVC) in rvid_get_video_param()
Dradeon_uvd.c198 switch (u_reduce_video_profile(dec->base.profile)) { in profile2stream_type()
346 switch (u_reduce_video_profile(dec->base.profile)) { in calc_dpb_size()
1087 switch (u_reduce_video_profile(picture->profile)) { in ruvd_end_frame()
1180 switch(u_reduce_video_profile(templ->profile)) { in ruvd_create_decoder()
/external/mesa3d/src/gallium/auxiliary/util/
Du_video.h44 u_reduce_video_profile(enum pipe_video_profile profile) in u_reduce_video_profile() function
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_video_ppp.c93 enum pipe_video_format codec = u_reduce_video_profile(dec->base.profile); in nvc0_decoder_ppp()
Dnvc0_video_vp.c76 enum pipe_video_format codec = u_reduce_video_profile(dec->base.profile); in nvc0_decoder_vp()
Dnvc0_video_bsp.c140 enum pipe_video_format codec = u_reduce_video_profile(dec->base.profile); in nvc0_decoder_bsp_end()
Dnvc0_video.c217 switch (u_reduce_video_profile(templ->profile)) { in nvc0_create_decoder()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv98_video_ppp.c93 enum pipe_video_format codec = u_reduce_video_profile(dec->base.profile); in nv98_decoder_ppp()
Dnv84_video.c276 int is_h264 = u_reduce_video_profile(templ->profile) == PIPE_VIDEO_FORMAT_MPEG4_AVC; in nv84_create_decoder()
277 int is_mpeg12 = u_reduce_video_profile(templ->profile) == PIPE_VIDEO_FORMAT_MPEG12; in nv84_create_decoder()
811 codec = u_reduce_video_profile(profile); in nv84_screen_get_video_param()
Dnv98_video_bsp.c43 enum pipe_video_format codec = u_reduce_video_profile(dec->base.profile); in nv98_decoder_bsp()
Dnv98_video_vp.c76 enum pipe_video_format codec = u_reduce_video_profile(dec->base.profile); in nv98_decoder_vp()
Dnv98_video.c195 switch (u_reduce_video_profile(templ->profile)) { in nv98_create_decoder()
/external/mesa3d/src/gallium/state_trackers/vdpau/
Ddecode.c121 if (u_reduce_video_profile(templat.profile) == in vlVdpDecoderCreate()
650 switch (u_reduce_video_profile(dec->profile)) { in vlVdpDecoderRender()