Home
last modified time | relevance | path

Searched refs:dst_buffer (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-6.6/drivers/media/platform/mediatek/jpeg/
H A Dmtk_jpeg_enc_hw.c190 struct vb2_v4l2_buffer *dst_buffer; in mtk_jpegenc_put_buf() local
202 dst_buffer = jpeg->hw_param.dst_buffer; in mtk_jpegenc_put_buf()
203 if (!dst_buffer) { in mtk_jpegenc_put_buf()
204 dev_err(jpeg->dev, "comp_jpeg dst_buffer fail !!!\n"); in mtk_jpegenc_put_buf()
208 dst_done_buf = container_of(dst_buffer, in mtk_jpegenc_put_buf()
243 dst_buf = cjpeg->hw_param.dst_buffer; in mtk_jpegenc_timeout_work()
271 dst_buf = jpeg->hw_param.dst_buffer; in mtk_jpegenc_hw_irq_handler()
H A Dmtk_jpeg_dec_hw.c447 struct vb2_v4l2_buffer *dst_buffer; in mtk_jpegdec_put_buf() local
459 dst_buffer = jpeg->hw_param.dst_buffer; in mtk_jpegdec_put_buf()
460 if (!dst_buffer) { in mtk_jpegdec_put_buf()
461 dev_err(jpeg->dev, "comp_jpeg dst_buffer fail !!!\n"); in mtk_jpegdec_put_buf()
465 dst_done_buf = container_of(dst_buffer, struct mtk_jpeg_src_buf, b); in mtk_jpegdec_put_buf()
497 dst_buf = cjpeg->hw_param.dst_buffer; in mtk_jpegdec_timeout_work()
527 dst_buf = jpeg->hw_param.dst_buffer; in mtk_jpegdec_hw_irq_handler()
H A Dmtk_jpeg_core.h100 struct vb2_v4l2_buffer *dst_buffer; member
H A Dmtk_jpeg_core.c1487 jpeg->hw_param.dst_buffer = dst_buf; in mtk_jpegenc_set_hw_param()
1547 jpeg->hw_param.dst_buffer = dst_buf; in mtk_jpegdec_set_hw_param()
/kernel/linux/linux-6.6/fs/ntfs3/lib/
H A Ddecompress_common.h177 /* Read into @dst_buffer an array of literal bytes embedded in the bitstream.
182 void *dst_buffer, size_t count) in bitstream_read_bytes()
186 memcpy(dst_buffer, is->next, count); in bitstream_read_bytes()
188 return (u8 *)dst_buffer + count; in bitstream_read_bytes()
181 bitstream_read_bytes(struct input_bitstream *is, void *dst_buffer, size_t count) bitstream_read_bytes() argument
/kernel/linux/linux-5.10/drivers/media/platform/mtk-mdp/
H A Dmtk_mdp_regs.c61 struct mdp_buffer *dst_buf = &ctx->vpu.vsi->dst_buffer; in mtk_mdp_hw_set_output_addr()
124 struct mdp_buffer *dst_buf = &ctx->vpu.vsi->dst_buffer; in mtk_mdp_hw_set_out_image_format()
H A Dmtk_mdp_ipi.h114 struct mdp_buffer dst_buffer; member
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/mdp/
H A Dmtk_mdp_regs.c61 struct mdp_buffer *dst_buf = &ctx->vpu.vsi->dst_buffer; in mtk_mdp_hw_set_output_addr()
124 struct mdp_buffer *dst_buf = &ctx->vpu.vsi->dst_buffer; in mtk_mdp_hw_set_out_image_format()
H A Dmtk_mdp_ipi.h114 struct mdp_buffer dst_buffer; member

Completed in 8 milliseconds