Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/media/platform/nvidia/tegra-vde/
A Dv4l2.c51 return container_of(fh, struct tegra_ctx, fh); in fh_to_tegra_ctx()
89 struct tegra_ctx *ctx = vb2_get_drv_priv(vq); in tegra_queue_setup()
127 struct tegra_ctx *ctx = vb2_get_drv_priv(vq); in __tegra_buf_cleanup()
151 struct tegra_ctx *ctx = vb2_get_drv_priv(vq); in tegra_buf_init()
220 struct tegra_ctx *ctx = vb2_get_drv_priv(vq); in tegra_buf_prepare()
303 struct tegra_ctx *ctx = vb2_get_drv_priv(vq); in tegra_stop_streaming()
339 struct tegra_ctx *ctx = priv; in tegra_queue_init()
488 struct tegra_ctx *ctx = container_of(work, struct tegra_ctx, work); in tegra_decode_complete()
813 struct tegra_ctx *ctx; in tegra_open()
859 struct tegra_ctx *ctx = fh_to_tegra_ctx(fh); in tegra_release()
[all …]
A Dvde.h45 struct tegra_ctx;
73 int (*decode_run)(struct tegra_ctx *ctx);
74 int (*decode_wait)(struct tegra_ctx *ctx);
145 struct tegra_ctx { struct
176 void tegra_vde_prepare_control_data(struct tegra_ctx *ctx, u32 id); argument
184 int tegra_vde_h264_decode_run(struct tegra_ctx *ctx);
185 int tegra_vde_h264_decode_wait(struct tegra_ctx *ctx);
A Dh264.c656 static struct vb2_buffer *get_ref_buf(struct tegra_ctx *ctx, in get_ref_buf()
677 static int tegra_vde_validate_vb_size(struct tegra_ctx *ctx, in tegra_vde_validate_vb_size()
694 static int tegra_vde_h264_setup_frame(struct tegra_ctx *ctx, in tegra_vde_h264_setup_frame()
758 static int tegra_vde_h264_setup_frames(struct tegra_ctx *ctx, in tegra_vde_h264_setup_frames()
865 static int tegra_vde_h264_setup_context(struct tegra_ctx *ctx, in tegra_vde_h264_setup_context()
925 int tegra_vde_h264_decode_run(struct tegra_ctx *ctx) in tegra_vde_h264_decode_run()
947 int tegra_vde_h264_decode_wait(struct tegra_ctx *ctx) in tegra_vde_h264_decode_wait()

Completed in 8 milliseconds