Home
last modified time | relevance | path

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

12

/external/mesa3d/src/gallium/frontends/va/
Dpicture.c61 if (u_reduce_video_profile(context->templat.profile) == PIPE_VIDEO_FORMAT_MPEG12) { in vlVaBeginPicture()
114 u_reduce_video_profile(context->templat.profile); in handlePictureParameterBuffer()
180 switch (u_reduce_video_profile(context->templat.profile)) { in handleIQMatrixBuffer()
209 switch (u_reduce_video_profile(context->templat.profile)) { in handleSliceParameterBuffer()
276 enum pipe_video_format format = u_reduce_video_profile(context->templat.profile); in handleVASliceDataBufferType()
285 format = u_reduce_video_profile(context->templat.profile); in handleVASliceDataBufferType()
364 switch (u_reduce_video_profile(context->templat.profile)) { in handleVAEncMiscParameterTypeRateControl()
385 switch (u_reduce_video_profile(context->templat.profile)) { in handleVAEncMiscParameterTypeFrameRate()
406 switch (u_reduce_video_profile(context->templat.profile)) { in handleVAEncSequenceParameterBufferType()
450 switch (u_reduce_video_profile(context->templat.profile)) { in handleVAEncPictureParameterBufferType()
[all …]
Dcontext.c249 switch (u_reduce_video_profile(context->templat.profile)) { in vlVaCreateContext()
300 switch (u_reduce_video_profile(context->templat.profile)) { in vlVaCreateContext()
340 if (u_reduce_video_profile(context->decoder->profile) == in vlVaDestroyContext()
345 if (u_reduce_video_profile(context->decoder->profile) == in vlVaDestroyContext()
351 if (u_reduce_video_profile(context->decoder->profile) == in vlVaDestroyContext()
356 if (u_reduce_video_profile(context->decoder->profile) == in vlVaDestroyContext()
Dconfig.c56 if (u_reduce_video_profile(p) == PIPE_VIDEO_FORMAT_MPEG4 && !debug_get_option_mpeg4()) in vlVaQueryConfigProfiles()
161 if (u_reduce_video_profile(ProfileToPipe(profile)) == PIPE_VIDEO_FORMAT_MPEG4_AVC || in vlVaGetConfigAttributes()
162 u_reduce_video_profile(ProfileToPipe(profile)) == PIPE_VIDEO_FORMAT_HEVC) in vlVaGetConfigAttributes()
/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()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_vp3_video.c238 switch (u_reduce_video_profile(profile)) { in vp3_getpath()
257 switch (u_reduce_video_profile(profile)) { in vp4_getpath()
326 switch (u_reduce_video_profile(profile)) { in nouveau_vp3_load_firmware()
442 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()
/external/mesa3d/src/gallium/drivers/r600/
Dradeon_video.c224 enum pipe_video_format codec = u_reduce_video_profile(profile); in rvid_get_video_param()
291 enum pipe_video_format format = u_reduce_video_profile(profile); in rvid_get_video_param()
Dradeon_uvd.c207 switch (u_reduce_video_profile(dec->base.profile)) { in profile2stream_type()
256 switch (u_reduce_video_profile(dec->base.profile)) { in calc_dpb_size()
872 enum pipe_video_format format = u_reduce_video_profile(picture->profile); in ruvd_decode_bitstream()
969 switch (u_reduce_video_profile(picture->profile)) { in ruvd_end_frame()
1049 switch(u_reduce_video_profile(templ->profile)) { in ruvd_create_decoder()
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_vcn_enc_3_0.c177 if (u_reduce_video_profile(enc->base.profile) == PIPE_VIDEO_FORMAT_MPEG4_AVC) { in radeon_enc_3_0_init()
183 if (u_reduce_video_profile(enc->base.profile) == PIPE_VIDEO_FORMAT_HEVC) in radeon_enc_3_0_init()
Dradeon_vcn_enc.c43 if (u_reduce_video_profile(picture->profile) == PIPE_VIDEO_FORMAT_MPEG4_AVC) { in radeon_vcn_enc_get_param()
98 } else if (u_reduce_video_profile(picture->profile) == PIPE_VIDEO_FORMAT_HEVC) { in radeon_vcn_enc_get_param()
280 if (u_reduce_video_profile(enc->base.profile) == PIPE_VIDEO_FORMAT_MPEG4_AVC) { in radeon_enc_begin_frame()
286 } else if (u_reduce_video_profile(picture->profile) == PIPE_VIDEO_FORMAT_HEVC) { in radeon_enc_begin_frame()
Dradeon_uvd.c194 switch (u_reduce_video_profile(dec->base.profile)) { in profile2stream_type()
354 switch (u_reduce_video_profile(dec->base.profile)) { in calc_dpb_size()
1129 switch (u_reduce_video_profile(picture->profile)) { in ruvd_end_frame()
1227 switch (u_reduce_video_profile(templ->profile)) { in si_common_uvd_create_decoder()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_uvd.c92 if (u_reduce_video_profile(templ->profile) == PIPE_VIDEO_FORMAT_HEVC) in si_uvd_create_decoder()
Dsi_get.c516 enum pipe_video_format codec = u_reduce_video_profile(profile); in si_get_video_param()
621 enum pipe_video_format format = u_reduce_video_profile(profile); in si_get_video_param()
/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.c218 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()
Dnv98_video_bsp.c43 enum pipe_video_format codec = u_reduce_video_profile(dec->base.profile); in nv98_decoder_bsp()
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()
810 codec = u_reduce_video_profile(profile); in nv84_screen_get_video_param()
Dnv98_video_vp.c76 enum pipe_video_format codec = u_reduce_video_profile(dec->base.profile); in nv98_decoder_vp()
Dnv98_video.c196 switch (u_reduce_video_profile(templ->profile)) { in nv98_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/frontends/vdpau/
Ddecode.c121 if (u_reduce_video_profile(templat.profile) == in vlVdpDecoderCreate()
651 switch (u_reduce_video_profile(dec->profile)) { in vlVdpDecoderRender()

12