/third_party/mesa3d/src/gallium/frontends/va/ |
D | picture.c | 61 if (u_reduce_video_profile(context->templat.profile) == PIPE_VIDEO_FORMAT_MPEG12) { in vlVaBeginPicture() 122 u_reduce_video_profile(context->templat.profile); in handlePictureParameterBuffer() 192 switch (u_reduce_video_profile(context->templat.profile)) { in handleIQMatrixBuffer() 221 switch (u_reduce_video_profile(context->templat.profile)) { in handleSliceParameterBuffer() 292 enum pipe_video_format format = u_reduce_video_profile(context->templat.profile); in handleVASliceDataBufferType() 304 format = u_reduce_video_profile(context->templat.profile); in handleVASliceDataBufferType() 380 switch (u_reduce_video_profile(context->templat.profile)) { in handleVAEncMiscParameterTypeRateControl() 401 switch (u_reduce_video_profile(context->templat.profile)) { in handleVAEncMiscParameterTypeFrameRate() 422 switch (u_reduce_video_profile(context->templat.profile)) { in handleVAEncMiscParameterTypeTemporalLayer() 442 switch (u_reduce_video_profile(context->templat.profile)) { in handleVAEncSequenceParameterBufferType() [all …]
|
D | context.c | 282 switch (u_reduce_video_profile(context->templat.profile)) { in vlVaCreateContext() 333 switch (u_reduce_video_profile(context->templat.profile)) { in vlVaCreateContext() 373 if (u_reduce_video_profile(context->decoder->profile) == in vlVaDestroyContext() 378 if (u_reduce_video_profile(context->decoder->profile) == in vlVaDestroyContext() 384 if (u_reduce_video_profile(context->decoder->profile) == in vlVaDestroyContext() 389 if (u_reduce_video_profile(context->decoder->profile) == in vlVaDestroyContext()
|
D | config.c | 57 if (u_reduce_video_profile(p) == PIPE_VIDEO_FORMAT_MPEG4 && !debug_get_option_mpeg4()) in vlVaQueryConfigProfiles() 93 (u_reduce_video_profile(p) == PIPE_VIDEO_FORMAT_MPEG4 && in vlVaQueryConfigEntrypoints() 170 if (u_reduce_video_profile(ProfileToPipe(profile)) == PIPE_VIDEO_FORMAT_HEVC) in vlVaGetConfigAttributes() 294 (u_reduce_video_profile(p) == PIPE_VIDEO_FORMAT_MPEG4 && in vlVaCreateConfig() 364 u_reduce_video_profile(ProfileToPipe(profile)) != in vlVaCreateConfig()
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_decoder.c | 40 switch (u_reduce_video_profile(profile)) { in vl_profile_supported() 86 switch (u_reduce_video_profile(temp.profile)) { in vl_create_decoder()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_video_enc.cpp | 178 enum pipe_video_format codec = u_reduce_video_profile(pD3D12Enc->base.profile); in d3d12_video_encoder_update_picparams_tracking() 398 enum pipe_video_format codec = u_reduce_video_profile(pD3D12Enc->base.profile); in d3d12_video_encoder_create_reference_picture_manager() 428 enum pipe_video_format codec = u_reduce_video_profile(pD3D12Enc->base.profile); in d3d12_video_encoder_get_current_slice_param_settings() 452 enum pipe_video_format codec = u_reduce_video_profile(pD3D12Enc->base.profile); in d3d12_video_encoder_get_current_picture_param_settings() 523 enum pipe_video_format codec = u_reduce_video_profile(pD3D12Enc->base.profile); in d3d12_video_encoder_get_current_level_desc() 543 enum pipe_video_format codec = u_reduce_video_profile(pD3D12Enc->base.profile); in d3d12_video_encoder_build_codec_headers() 562 enum pipe_video_format codec = u_reduce_video_profile(pD3D12Enc->base.profile); in d3d12_video_encoder_get_current_gop_desc() 583 enum pipe_video_format codec = u_reduce_video_profile(pD3D12Enc->base.profile); in d3d12_video_encoder_get_current_codec_config_desc() 604 enum pipe_video_format codec = u_reduce_video_profile(pD3D12Enc->base.profile); in d3d12_video_encoder_get_current_codec() 739 enum pipe_video_format codec = u_reduce_video_profile(pD3D12Enc->base.profile); in d3d12_video_encoder_query_d3d12_driver_caps() [all …]
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_vp3_video.c | 238 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() 443 enum pipe_video_format codec = u_reduce_video_profile(profile); in nouveau_vp3_screen_get_video_param()
|
D | nouveau_vp3_video.h | 196 if (u_reduce_video_profile(dec->base.profile) == PIPE_VIDEO_FORMAT_MPEG12) in nouveau_vp3_inter_sizes()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | radeon_vcn_enc_4_0.c | 63 if (u_reduce_video_profile(enc->base.profile) == PIPE_VIDEO_FORMAT_MPEG4_AVC) { in radeon_enc_session_init() 66 } else if (u_reduce_video_profile(enc->base.profile) == PIPE_VIDEO_FORMAT_HEVC) { in radeon_enc_session_init()
|
D | radeon_vcn_enc_3_0.c | 174 if (u_reduce_video_profile(enc->base.profile) == PIPE_VIDEO_FORMAT_MPEG4_AVC) { in radeon_enc_3_0_init() 180 if (u_reduce_video_profile(enc->base.profile) == PIPE_VIDEO_FORMAT_HEVC) in radeon_enc_3_0_init()
|
D | radeon_vcn_enc.c | 43 if (u_reduce_video_profile(picture->profile) == PIPE_VIDEO_FORMAT_MPEG4_AVC) { in radeon_vcn_enc_get_param() 112 } else if (u_reduce_video_profile(picture->profile) == PIPE_VIDEO_FORMAT_HEVC) { in radeon_vcn_enc_get_param() 302 if (u_reduce_video_profile(enc->base.profile) == PIPE_VIDEO_FORMAT_MPEG4_AVC) { in radeon_enc_begin_frame() 308 } else if (u_reduce_video_profile(picture->profile) == PIPE_VIDEO_FORMAT_HEVC) { in radeon_enc_begin_frame()
|
D | si_uvd.c | 131 if (u_reduce_video_profile(templ->profile) == PIPE_VIDEO_FORMAT_HEVC) in si_uvd_create_decoder()
|
D | radeon_uvd.c | 194 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()
|
D | si_get.c | 572 enum pipe_video_format codec = u_reduce_video_profile(profile); in si_get_video_param() 734 enum pipe_video_format format = u_reduce_video_profile(profile); in si_get_video_param()
|
D | radeon_vcn_enc_1_2.c | 93 if (u_reduce_video_profile(enc->base.profile) == PIPE_VIDEO_FORMAT_MPEG4_AVC) { in radeon_enc_session_init() 96 } else if (u_reduce_video_profile(enc->base.profile) == PIPE_VIDEO_FORMAT_HEVC) { in radeon_enc_session_init() 1405 if (u_reduce_video_profile(enc->base.profile) == PIPE_VIDEO_FORMAT_MPEG4_AVC) { in radeon_enc_1_2_init() 1416 } else if (u_reduce_video_profile(enc->base.profile) == PIPE_VIDEO_FORMAT_HEVC) { in radeon_enc_1_2_init()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | radeon_video.c | 224 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()
|
D | radeon_uvd.c | 207 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()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_video_ppp.c | 93 enum pipe_video_format codec = u_reduce_video_profile(dec->base.profile); in nvc0_decoder_ppp()
|
D | nvc0_video_bsp.c | 140 enum pipe_video_format codec = u_reduce_video_profile(dec->base.profile); in nvc0_decoder_bsp_end()
|
D | nvc0_video_vp.c | 76 enum pipe_video_format codec = u_reduce_video_profile(dec->base.profile); in nvc0_decoder_vp()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_video.h | 44 u_reduce_video_profile(enum pipe_video_profile profile) in u_reduce_video_profile() function
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv98_video_ppp.c | 93 enum pipe_video_format codec = u_reduce_video_profile(dec->base.profile); in nv98_decoder_ppp()
|
D | nv98_video_bsp.c | 43 enum pipe_video_format codec = u_reduce_video_profile(dec->base.profile); in nv98_decoder_bsp()
|
D | nv84_video.c | 276 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()
|
D | nv98_video_vp.c | 76 enum pipe_video_format codec = u_reduce_video_profile(dec->base.profile); in nv98_decoder_vp()
|
/third_party/mesa3d/src/gallium/frontends/vdpau/ |
D | decode.c | 116 if (u_reduce_video_profile(templat.profile) == in vlVdpDecoderCreate() 650 switch (u_reduce_video_profile(dec->profile)) { in vlVdpDecoderRender()
|