Home
last modified time | relevance | path

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

/third_party/libdrm/tests/amdgpu/
Dcs_tests.c286 req.alloc_size += ALIGN(sizeof(uvd_bitstream), 4*1024); in amdgpu_cs_uvd_decode()
340 memcpy(ptr, uvd_bitstream, sizeof(uvd_bitstream)); in amdgpu_cs_uvd_decode()
342 ptr += ALIGN(sizeof(uvd_bitstream), 4*1024); in amdgpu_cs_uvd_decode()
359 dpb_addr = ALIGN(bs_addr + sizeof(uvd_bitstream), 4*1024); in amdgpu_cs_uvd_decode()
Dvcn_tests.c327 size += ALIGN(sizeof(uvd_bitstream), 4*1024); in amdgpu_cs_vcn_dec_decode()
351 memcpy(dec, uvd_bitstream, sizeof(uvd_bitstream)); in amdgpu_cs_vcn_dec_decode()
353 dec += ALIGN(sizeof(uvd_bitstream), 4*1024); in amdgpu_cs_vcn_dec_decode()
361 dpb_addr = ALIGN(bs_addr + sizeof(uvd_bitstream), 4*1024); in amdgpu_cs_vcn_dec_decode()
Ddecode_messages.h255 static const uint8_t uvd_bitstream[] ={ variable