Searched refs:baseline_profile (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/media/tegra-vde/ |
H A D | vde.c | 394 value = !ctx->baseline_profile << 17; in tegra_vde_setup_hw_context() 435 value |= !ctx->baseline_profile << 1; in tegra_vde_setup_hw_context() 466 if (!ctx->baseline_profile) in tegra_vde_setup_hw_context() 543 bool baseline_profile, in tegra_vde_attach_dmabufs_to_frame() 572 if (baseline_profile) { in tegra_vde_attach_dmabufs_to_frame() 600 bool baseline_profile, in tegra_vde_release_frame_dmabufs() 603 if (!baseline_profile) in tegra_vde_release_frame_dmabufs() 768 ctx.baseline_profile, in tegra_vde_ioctl_decode_h264() 853 ctx.baseline_profile, ret != 0); in tegra_vde_ioctl_decode_h264() 539 tegra_vde_attach_dmabufs_to_frame(struct tegra_vde *vde, struct video_frame *frame, struct tegra_vde_h264_frame *src, enum dma_data_direction dma_dir, bool baseline_profile, size_t lsize, size_t csize) tegra_vde_attach_dmabufs_to_frame() argument 597 tegra_vde_release_frame_dmabufs(struct tegra_vde *vde, struct video_frame *frame, enum dma_data_direction dma_dir, bool baseline_profile, bool release) tegra_vde_release_frame_dmabufs() argument
|
H A D | uapi.h | 37 __u32 baseline_profile; member
|
/kernel/linux/linux-6.6/drivers/media/platform/nvidia/tegra-vde/ |
H A D | h264.c | 30 unsigned int baseline_profile; member 369 value = !ctx->baseline_profile << 17; in tegra_vde_setup_hw_context() 413 value |= !ctx->baseline_profile << 1; in tegra_vde_setup_hw_context() 444 if (!ctx->baseline_profile) in tegra_vde_setup_hw_context() 888 h264->baseline_profile = 1; in tegra_vde_h264_setup_context()
|
Completed in 3 milliseconds