Home
last modified time | relevance | path

Searched refs:dsc2 (Results 1 - 9 of 9) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Ddxva2_hevc.c338 DXVA2_DecodeBufferDesc *dsc2 = bs; in commit_bitstream_and_slice_buffer() local
339 memset(dsc2, 0, sizeof(*dsc2)); in commit_bitstream_and_slice_buffer()
340 dsc2->CompressedBufferType = type; in commit_bitstream_and_slice_buffer()
341 dsc2->DataSize = current - dxva_data; in commit_bitstream_and_slice_buffer()
342 dsc2->NumMBsInBuffer = 0; in commit_bitstream_and_slice_buffer()
H A Ddxva2_vc1.c295 DXVA2_DecodeBufferDesc *dsc2 = bs; in commit_bitstream_and_slice_buffer() local
296 memset(dsc2, 0, sizeof(*dsc2)); in commit_bitstream_and_slice_buffer()
297 dsc2->CompressedBufferType = type; in commit_bitstream_and_slice_buffer()
298 dsc2->DataSize = current - dxva_data; in commit_bitstream_and_slice_buffer()
299 dsc2->NumMBsInBuffer = mb_count; in commit_bitstream_and_slice_buffer()
H A Ddxva2_mpeg2.c238 DXVA2_DecodeBufferDesc *dsc2 = bs; in commit_bitstream_and_slice_buffer() local
239 memset(dsc2, 0, sizeof(*dsc2)); in commit_bitstream_and_slice_buffer()
240 dsc2->CompressedBufferType = type; in commit_bitstream_and_slice_buffer()
241 dsc2->DataSize = current - dxva_data; in commit_bitstream_and_slice_buffer()
242 dsc2->NumMBsInBuffer = mb_count; in commit_bitstream_and_slice_buffer()
H A Ddxva2_vp9.c238 DXVA2_DecodeBufferDesc *dsc2 = bs; in commit_bitstream_and_slice_buffer() local
239 memset(dsc2, 0, sizeof(*dsc2)); in commit_bitstream_and_slice_buffer()
240 dsc2->CompressedBufferType = type; in commit_bitstream_and_slice_buffer()
241 dsc2->DataSize = ctx_pic->slice.SliceBytesInBuffer; in commit_bitstream_and_slice_buffer()
242 dsc2->NumMBsInBuffer = 0; in commit_bitstream_and_slice_buffer()
H A Ddxva2_h264.c418 DXVA2_DecodeBufferDesc *dsc2 = bs; in commit_bitstream_and_slice_buffer() local
419 memset(dsc2, 0, sizeof(*dsc2)); in commit_bitstream_and_slice_buffer()
420 dsc2->CompressedBufferType = type; in commit_bitstream_and_slice_buffer()
421 dsc2->DataSize = current - dxva_data; in commit_bitstream_and_slice_buffer()
422 dsc2->NumMBsInBuffer = mb_count; in commit_bitstream_and_slice_buffer()
426 av_assert0((dsc2->DataSize & 127) == 0); in commit_bitstream_and_slice_buffer()
H A Ddxva2_av1.c418 DXVA2_DecodeBufferDesc *dsc2 = bs; in commit_bitstream_and_slice_buffer() local
419 memset(dsc2, 0, sizeof(*dsc2)); in commit_bitstream_and_slice_buffer()
420 dsc2->CompressedBufferType = type; in commit_bitstream_and_slice_buffer()
421 dsc2->DataSize = ctx_pic->bitstream_size; in commit_bitstream_and_slice_buffer()
422 dsc2->NumMBsInBuffer = 0; in commit_bitstream_and_slice_buffer()
H A Ddxva2.c839 DXVA2_DecodeBufferDesc *dsc2 = dsc; in ff_dxva2_commit_buffer() local
840 memset(dsc2, 0, sizeof(*dsc2)); in ff_dxva2_commit_buffer()
841 dsc2->CompressedBufferType = type; in ff_dxva2_commit_buffer()
842 dsc2->DataSize = size; in ff_dxva2_commit_buffer()
843 dsc2->NumMBsInBuffer = mb_count; in ff_dxva2_commit_buffer()
/kernel/linux/linux-5.10/arch/alpha/include/asm/
H A Dcore_titan.h78 titan_64 dsc2; member
/kernel/linux/linux-6.6/arch/alpha/include/asm/
H A Dcore_titan.h78 titan_64 dsc2; member

Completed in 9 milliseconds