Searched defs:amdgpu_vce_encode (Results 1 – 1 of 1) sorted by relevance
50 struct amdgpu_vce_encode { struct51 unsigned width;52 unsigned height;53 struct amdgpu_vce_bo vbuf;54 struct amdgpu_vce_bo bs[2];55 struct amdgpu_vce_bo fb[2];56 struct amdgpu_vce_bo cpb;80 static struct amdgpu_vce_encode enc; argument