Searched refs:luma_offset (Results 1 – 3 of 3) sorted by relevance
285 uint64_t luma_offset, chroma_offset; in amdgpu_cs_vce_encode_idr() local288 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() local330 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()
126 … unsigned int *luma_offset, unsigned int *chroma_u_offset, unsigned int *chroma_v_offset, in vlVaLockSurface() argument
155 unsigned int *luma_offset,