HomeSort by relevance Sort by last modified time
    Searched refs:uvd_bitstream (Results 1 - 3 of 3) sorted by null

  /external/libdrm/tests/amdgpu/
vcn_tests.c 291 size += ALIGN(sizeof(uvd_bitstream), 4*1024);
314 memcpy(dec, uvd_bitstream, sizeof(uvd_bitstream));
316 dec += ALIGN(sizeof(uvd_bitstream), 4*1024);
324 dpb_addr = ALIGN(bs_addr + sizeof(uvd_bitstream), 4*1024);
cs_tests.c 286 req.alloc_size += ALIGN(sizeof(uvd_bitstream), 4*1024);
340 memcpy(ptr, uvd_bitstream, sizeof(uvd_bitstream));
342 ptr += ALIGN(sizeof(uvd_bitstream), 4*1024);
359 dpb_addr = ALIGN(bs_addr + sizeof(uvd_bitstream), 4*1024);
decode_messages.h 255 static const uint8_t uvd_bitstream[] ={ variable
    [all...]

Completed in 81 milliseconds