Home
last modified time | relevance | path

Searched refs:cr_offset (Results 1 – 4 of 4) sorted by relevance

/drivers/staging/media/hantro/
Dhantro_g2_hevc_dec.c353 size_t cr_offset = hantro_hevc_chroma_offset(sps); in set_ref() local
427 chroma_addr = luma_addr + cr_offset; in set_ref()
442 chroma_addr = luma_addr + cr_offset; in set_ref()
472 size_t cr_offset = hantro_hevc_chroma_offset(sps); in set_buffers() local
494 hantro_write_addr(vpu, G2_RASTER_SCAN_CHR, dst_dma + cr_offset); in set_buffers()
Dhantro_hevc.c40 size_t cr_offset = hantro_hevc_chroma_offset(sps); in hantro_hevc_motion_vectors_offset() local
42 return ALIGN((cr_offset * 3) / 2, G2_ALIGN); in hantro_hevc_motion_vectors_offset()
/drivers/staging/media/tegra-vde/
Duapi.h19 __u32 cr_offset; member
Dvde.c565 src->cr_offset, csize, SZ_256, in tegra_vde_attach_dmabufs_to_frame()