Home
last modified time | relevance | path

Searched refs:dsc11 (Results 1 - 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Ddxva2_hevc.c327 D3D11_VIDEO_DECODER_BUFFER_DESC *dsc11 = bs; in commit_bitstream_and_slice_buffer() local
328 memset(dsc11, 0, sizeof(*dsc11)); in commit_bitstream_and_slice_buffer()
329 dsc11->BufferType = type; in commit_bitstream_and_slice_buffer()
330 dsc11->DataSize = current - dxva_data; in commit_bitstream_and_slice_buffer()
331 dsc11->NumMBsInBuffer = 0; in commit_bitstream_and_slice_buffer()
H A Ddxva2_vc1.c284 D3D11_VIDEO_DECODER_BUFFER_DESC *dsc11 = bs; in commit_bitstream_and_slice_buffer() local
285 memset(dsc11, 0, sizeof(*dsc11)); in commit_bitstream_and_slice_buffer()
286 dsc11->BufferType = type; in commit_bitstream_and_slice_buffer()
287 dsc11->DataSize = current - dxva_data; in commit_bitstream_and_slice_buffer()
288 dsc11->NumMBsInBuffer = mb_count; in commit_bitstream_and_slice_buffer()
H A Ddxva2_mpeg2.c227 D3D11_VIDEO_DECODER_BUFFER_DESC *dsc11 = bs; in commit_bitstream_and_slice_buffer() local
228 memset(dsc11, 0, sizeof(*dsc11)); in commit_bitstream_and_slice_buffer()
229 dsc11->BufferType = type; in commit_bitstream_and_slice_buffer()
230 dsc11->DataSize = current - dxva_data; in commit_bitstream_and_slice_buffer()
231 dsc11->NumMBsInBuffer = mb_count; in commit_bitstream_and_slice_buffer()
H A Ddxva2_vp9.c227 D3D11_VIDEO_DECODER_BUFFER_DESC *dsc11 = bs; in commit_bitstream_and_slice_buffer() local
228 memset(dsc11, 0, sizeof(*dsc11)); in commit_bitstream_and_slice_buffer()
229 dsc11->BufferType = type; in commit_bitstream_and_slice_buffer()
230 dsc11->DataSize = ctx_pic->slice.SliceBytesInBuffer; in commit_bitstream_and_slice_buffer()
231 dsc11->NumMBsInBuffer = 0; in commit_bitstream_and_slice_buffer()
H A Ddxva2_h264.c405 D3D11_VIDEO_DECODER_BUFFER_DESC *dsc11 = bs; in commit_bitstream_and_slice_buffer() local
406 memset(dsc11, 0, sizeof(*dsc11)); in commit_bitstream_and_slice_buffer()
407 dsc11->BufferType = type; in commit_bitstream_and_slice_buffer()
408 dsc11->DataSize = current - dxva_data; in commit_bitstream_and_slice_buffer()
409 dsc11->NumMBsInBuffer = mb_count; in commit_bitstream_and_slice_buffer()
413 av_assert0((dsc11->DataSize & 127) == 0); in commit_bitstream_and_slice_buffer()
H A Ddxva2_av1.c407 D3D11_VIDEO_DECODER_BUFFER_DESC *dsc11 = bs; in commit_bitstream_and_slice_buffer() local
408 memset(dsc11, 0, sizeof(*dsc11)); in commit_bitstream_and_slice_buffer()
409 dsc11->BufferType = type; in commit_bitstream_and_slice_buffer()
410 dsc11->DataSize = ctx_pic->bitstream_size; in commit_bitstream_and_slice_buffer()
411 dsc11->NumMBsInBuffer = 0; in commit_bitstream_and_slice_buffer()
H A Ddxva2.c830 D3D11_VIDEO_DECODER_BUFFER_DESC *dsc11 = dsc; in ff_dxva2_commit_buffer() local
831 memset(dsc11, 0, sizeof(*dsc11)); in ff_dxva2_commit_buffer()
832 dsc11->BufferType = type; in ff_dxva2_commit_buffer()
833 dsc11->DataSize = size; in ff_dxva2_commit_buffer()
834 dsc11->NumMBsInBuffer = mb_count; in ff_dxva2_commit_buffer()

Completed in 6 milliseconds