Home
last modified time | relevance | path

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

/external/libdrm/tests/amdgpu/
Dvce_tests.c285 uint64_t luma_offset, chroma_offset; in amdgpu_cs_vce_encode_idr() local
288 luma_offset = enc->vbuf.addr; in amdgpu_cs_vce_encode_idr()
289 chroma_offset = luma_offset + enc->width * enc->height; in amdgpu_cs_vce_encode_idr()
310 ib_cpu[len + 9] = luma_offset >> 32; in amdgpu_cs_vce_encode_idr()
311 ib_cpu[len + 10] = luma_offset; in amdgpu_cs_vce_encode_idr()
326 uint64_t luma_offset, chroma_offset; in amdgpu_cs_vce_encode_p() local
330 luma_offset = enc->vbuf.addr; in amdgpu_cs_vce_encode_p()
331 chroma_offset = luma_offset + enc->width * enc->height; in amdgpu_cs_vce_encode_p()
355 ib_cpu[len + 9] = luma_offset >> 32; in amdgpu_cs_vce_encode_p()
356 ib_cpu[len + 10] = luma_offset; in amdgpu_cs_vce_encode_p()
/external/mesa3d/src/gallium/state_trackers/va/
Dva_surface.c126 … unsigned int *luma_offset, unsigned int *chroma_u_offset, unsigned int *chroma_v_offset, in vlVaLockSurface() argument
Dva_private.h155 unsigned int *luma_offset,