Home
last modified time | relevance | path

Searched refs:encodeResolution (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_video_encoder_bitstream_builder_hevc.h51 const D3D12_VIDEO_ENCODER_PICTURE_RESOLUTION_DESC& encodeResolution,
Dd3d12_video_encoder_bitstream_builder_hevc.cpp359 const D3D12_VIDEO_ENCODER_PICTURE_RESOLUTION_DESC& encodeResolution, in build_sps() argument
404 …m_latest_sps.pic_width_in_luma_samples = ALIGN(encodeResolution.Width, picDimensionMultipleRequire… in build_sps()
405 …m_latest_sps.pic_height_in_luma_samples = ALIGN(encodeResolution.Height, picDimensionMultipleRequi… in build_sps()