Home
last modified time | relevance | path

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

/external/libdrm/tests/amdgpu/
Dvce_tests.c248 memcpy(ib_cpu, vce_session, sizeof(vce_session)); in amdgpu_cs_vce_create()
249 len += sizeof(vce_session) / 4; in amdgpu_cs_vce_create()
269 memcpy((ib_cpu + len), vce_session, sizeof(vce_session)); in amdgpu_cs_vce_config()
270 len += sizeof(vce_session) / 4; in amdgpu_cs_vce_config()
299 memcpy((ib_cpu + len), vce_session, sizeof(vce_session)); in amdgpu_cs_vce_encode_idr()
300 len += sizeof(vce_session) / 4; in amdgpu_cs_vce_encode_idr()
342 memcpy((ib_cpu + len), vce_session, sizeof(vce_session)); in amdgpu_cs_vce_encode_p()
343 len += sizeof(vce_session) / 4; in amdgpu_cs_vce_encode_p()
487 memcpy(ib_cpu, vce_session, sizeof(vce_session)); in amdgpu_cs_vce_destroy()
488 len += sizeof(vce_session) / 4; in amdgpu_cs_vce_destroy()
Dvce_ib.h27 static const uint32_t vce_session[] = { variable