Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_video_enc.cpp772 …eConfig.m_encoderRateControlDesc[pD3D12Enc->m_currentEncodeConfig.m_activeRateControlIndex].m_Mode; in d3d12_video_encoder_get_current_rate_control_settings()
773 …Config.m_encoderRateControlDesc[pD3D12Enc->m_currentEncodeConfig.m_activeRateControlIndex].m_Flags; in d3d12_video_encoder_get_current_rate_control_settings()
774 …onfig.m_encoderRateControlDesc[pD3D12Enc->m_currentEncodeConfig.m_activeRateControlIndex].m_FrameR… in d3d12_video_encoder_get_current_rate_control_settings()
778 …onfig.m_encoderRateControlDesc[pD3D12Enc->m_currentEncodeConfig.m_activeRateControlIndex].m_Mode) { in d3d12_video_encoder_get_current_rate_control_settings()
787 …onfig.m_encoderRateControlDesc[pD3D12Enc->m_currentEncodeConfig.m_activeRateControlIndex].m_Config… in d3d12_video_encoder_get_current_rate_control_settings()
789 …onfig.m_encoderRateControlDesc[pD3D12Enc->m_currentEncodeConfig.m_activeRateControlIndex].m_Config… in d3d12_video_encoder_get_current_rate_control_settings()
794 …onfig.m_encoderRateControlDesc[pD3D12Enc->m_currentEncodeConfig.m_activeRateControlIndex].m_Config… in d3d12_video_encoder_get_current_rate_control_settings()
796 …onfig.m_encoderRateControlDesc[pD3D12Enc->m_currentEncodeConfig.m_activeRateControlIndex].m_Config… in d3d12_video_encoder_get_current_rate_control_settings()
801 …onfig.m_encoderRateControlDesc[pD3D12Enc->m_currentEncodeConfig.m_activeRateControlIndex].m_Config… in d3d12_video_encoder_get_current_rate_control_settings()
803 …onfig.m_encoderRateControlDesc[pD3D12Enc->m_currentEncodeConfig.m_activeRateControlIndex].m_Config… in d3d12_video_encoder_get_current_rate_control_settings()
[all …]
Dd3d12_video_enc.h240 UINT m_activeRateControlIndex = 0; member
Dd3d12_video_enc_h264.cpp45 pD3D12Enc->m_currentEncodeConfig.m_activeRateControlIndex = h264Pic->pic_ctrl.temporal_id; in d3d12_video_encoder_update_current_rate_control_h264()
Dd3d12_video_enc_hevc.cpp43 pD3D12Enc->m_currentEncodeConfig.m_activeRateControlIndex = picture->pic.temporal_id; in d3d12_video_encoder_update_current_rate_control_hevc()
Dd3d12_video_enc_av1.cpp41 pD3D12Enc->m_currentEncodeConfig.m_activeRateControlIndex = picture->temporal_id; in d3d12_video_encoder_update_current_rate_control_av1()