Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_video_enc_h264.cpp437 pD3D12Enc->m_currentEncodeConfig.m_currentResolution.Width / D3D12_VIDEO_H264_MB_IN_PIXELS; in d3d12_video_encoder_negotiate_current_h264_slices_configuration()
975 if ((pD3D12Enc->m_currentEncodeConfig.m_currentResolution.Width != srcTextureDesc.Width) || in d3d12_video_encoder_update_current_encoder_config_state_h264()
976 (pD3D12Enc->m_currentEncodeConfig.m_currentResolution.Height != srcTextureDesc.Height)) { in d3d12_video_encoder_update_current_encoder_config_state_h264()
979 pD3D12Enc->m_currentEncodeConfig.m_currentResolution.Width = srcTextureDesc.Width; in d3d12_video_encoder_update_current_encoder_config_state_h264()
980 pD3D12Enc->m_currentEncodeConfig.m_currentResolution.Height = srcTextureDesc.Height; in d3d12_video_encoder_update_current_encoder_config_state_h264()
1073 pD3D12Enc->m_currentEncodeConfig.m_currentResolution, in d3d12_video_encoder_update_current_encoder_config_state_h264()
1101 pD3D12Enc->m_currentEncodeConfig.m_currentResolution.Width, in d3d12_video_encoder_update_current_encoder_config_state_h264()
1102 pD3D12Enc->m_currentEncodeConfig.m_currentResolution.Height); in d3d12_video_encoder_update_current_encoder_config_state_h264()
1239 … pD3D12Enc->m_currentEncodeConfig.m_currentResolution, in d3d12_video_encoder_build_codec_headers_h264()
Dd3d12_video_enc_hevc.cpp539 …DIV_ROUND_UP(pD3D12Enc->m_currentEncodeConfig.m_currentResolution.Width, subregion_block_pixel_siz… in d3d12_video_encoder_negotiate_current_hevc_slices_configuration()
1182 if ((pD3D12Enc->m_currentEncodeConfig.m_currentResolution.Width != srcTextureDesc.Width) || in d3d12_video_encoder_update_current_encoder_config_state_hevc()
1183 (pD3D12Enc->m_currentEncodeConfig.m_currentResolution.Height != srcTextureDesc.Height)) { in d3d12_video_encoder_update_current_encoder_config_state_hevc()
1186 pD3D12Enc->m_currentEncodeConfig.m_currentResolution.Width = srcTextureDesc.Width; in d3d12_video_encoder_update_current_encoder_config_state_hevc()
1187 pD3D12Enc->m_currentEncodeConfig.m_currentResolution.Height = srcTextureDesc.Height; in d3d12_video_encoder_update_current_encoder_config_state_hevc()
1278 pD3D12Enc->m_currentEncodeConfig.m_currentResolution, in d3d12_video_encoder_update_current_encoder_config_state_hevc()
1331 pD3D12Enc->m_currentEncodeConfig.m_currentResolution.Width, in d3d12_video_encoder_update_current_encoder_config_state_hevc()
1332 pD3D12Enc->m_currentEncodeConfig.m_currentResolution.Height); in d3d12_video_encoder_update_current_encoder_config_state_hevc()
1460 … pD3D12Enc->m_currentEncodeConfig.m_currentResolution, in d3d12_video_encoder_build_codec_headers_hevc()
Dd3d12_video_enc.cpp480 pD3D12Enc->m_currentEncodeConfig.m_currentResolution, in d3d12_video_encoder_reconfigure_encoder_objects()
491 pD3D12Enc->m_currentEncodeConfig.m_currentResolution, in d3d12_video_encoder_reconfigure_encoder_objects()
584 … &pD3D12Enc->m_currentEncodeConfig.m_currentResolution }; in d3d12_video_encoder_reconfigure_encoder_objects()
1371 …EncoderSupportData1.pResolutionList = &pD3D12Enc->m_currentEncodeConfig.m_currentResolution; in d3d12_video_encoder_query_d3d12_driver_caps()
1759 pD3D12Enc->m_currentEncodeConfig.m_currentResolution; in d3d12_video_encoder_prepare_output_buffers()
2304 pD3D12Enc->m_currentEncodeConfig.m_currentResolution, in d3d12_video_encoder_encode_bitstream()
2375 pD3D12Enc->m_currentEncodeConfig.m_currentResolution, in d3d12_video_encoder_encode_bitstream()
2999 …_units = static_cast<size_t>(std::ceil(pD3D12Enc->m_currentEncodeConfig.m_currentResolution.Width / in d3d12_video_encoder_update_picparams_region_of_interest_qpmap()
3001 …units = static_cast<size_t>(std::ceil(pD3D12Enc->m_currentEncodeConfig.m_currentResolution.Height / in d3d12_video_encoder_update_picparams_region_of_interest_qpmap()
Dd3d12_video_enc_av1.cpp1084 if ((pD3D12Enc->m_currentEncodeConfig.m_currentResolution.Width != srcTextureDesc.Width) || in d3d12_video_encoder_update_current_encoder_config_state_av1()
1085 (pD3D12Enc->m_currentEncodeConfig.m_currentResolution.Height != srcTextureDesc.Height)) { in d3d12_video_encoder_update_current_encoder_config_state_av1()
1088 pD3D12Enc->m_currentEncodeConfig.m_currentResolution.Width = srcTextureDesc.Width; in d3d12_video_encoder_update_current_encoder_config_state_av1()
1089 pD3D12Enc->m_currentEncodeConfig.m_currentResolution.Height = srcTextureDesc.Height; in d3d12_video_encoder_update_current_encoder_config_state_av1()
1674 …seq_header->max_frame_width = associatedMetadata.m_associatedEncodeConfig.m_currentResolution.Widt… in fill_av1_seq_header()
1675 …seq_header->max_frame_height = associatedMetadata.m_associatedEncodeConfig.m_currentResolution.Hei… in fill_av1_seq_header()
1980 pic_header->FrameWidth = associatedMetadata.m_associatedEncodeConfig.m_currentResolution.Width; in fill_av1_pic_header()
1981 … pic_header->UpscaledWidth = associatedMetadata.m_associatedEncodeConfig.m_currentResolution.Width; in fill_av1_pic_header()
1982 pic_header->FrameHeight = associatedMetadata.m_associatedEncodeConfig.m_currentResolution.Height; in fill_av1_pic_header()
Dd3d12_video_enc.h214 D3D12_VIDEO_ENCODER_PICTURE_RESOLUTION_DESC m_currentResolution = {}; member