Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_video_dec_h264.cpp146 DXVA_Slice_H264_Short currentSliceEntry = {}; in d3d12_video_decoder_prepare_dxva_slices_control_h264() local
148 currentSliceEntry.wBadSliceChopping = 0u; in d3d12_video_decoder_prepare_dxva_slices_control_h264()
151currentSliceEntry.SliceBytesInBuffer, in d3d12_video_decoder_prepare_dxva_slices_control_h264()
152currentSliceEntry.BSNALunitDataLocation); in d3d12_video_decoder_prepare_dxva_slices_control_h264()
156 pD3D12Dec->m_stagingDecodeBitstream[currentSliceEntry.BSNALunitDataLocation + in d3d12_video_decoder_prepare_dxva_slices_control_h264()
164 currentSliceEntry.SliceBytesInBuffer, in d3d12_video_decoder_prepare_dxva_slices_control_h264()
165 currentSliceEntry.BSNALunitDataLocation, in d3d12_video_decoder_prepare_dxva_slices_control_h264()
169 processedBitstreamBytes += currentSliceEntry.SliceBytesInBuffer; in d3d12_video_decoder_prepare_dxva_slices_control_h264()
170 pOutSliceControlBuffers.push_back(currentSliceEntry); in d3d12_video_decoder_prepare_dxva_slices_control_h264()