Home
last modified time | relevance | path

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

/external/libdrm/tests/amdgpu/
Dcs_tests.c267 req.alloc_size += ALIGN(sizeof(uvd_bitstream), 4*1024); in amdgpu_cs_uvd_decode()
317 memcpy(ptr, uvd_bitstream, sizeof(uvd_bitstream)); in amdgpu_cs_uvd_decode()
319 ptr += ALIGN(sizeof(uvd_bitstream), 4*1024); in amdgpu_cs_uvd_decode()
336 dpb_addr = ALIGN(bs_addr + sizeof(uvd_bitstream), 4*1024); in amdgpu_cs_uvd_decode()
Duvd_messages.h253 static const uint8_t uvd_bitstream[] ={ variable