Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_encoder_bitstream_builder_hevc.cpp380 const D3D12_VIDEO_ENCODER_PICTURE_RESOLUTION_DESC& encodeResolution, in build_sps() argument
424 …m_latest_sps.pic_width_in_luma_samples = ALIGN(encodeResolution.Width, picDimensionMultipleRequire… in build_sps()
425 …m_latest_sps.pic_height_in_luma_samples = ALIGN(encodeResolution.Height, picDimensionMultipleRequi… in build_sps()
H A Dd3d12_video_encoder_bitstream_builder_hevc.h50 … const D3D12_VIDEO_ENCODER_PICTURE_RESOLUTION_DESC& encodeResolution,