Home
last modified time | relevance | path

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

/linux/drivers/media/platform/mediatek/jpeg/
H A Dmtk_jpeg_enc_hw.c209 struct vb2_v4l2_buffer *dst_buffer; in mtk_jpegenc_put_buf() local
221 dst_buffer = jpeg->hw_param.dst_buffer; in mtk_jpegenc_put_buf()
222 if (!dst_buffer) { in mtk_jpegenc_put_buf()
227 dst_done_buf = container_of(dst_buffer, in mtk_jpegenc_put_buf()
262 dst_buf = cjpeg->hw_param.dst_buffer; in mtk_jpegenc_timeout_work()
290 dst_buf = jpeg->hw_param.dst_buffer; in mtk_jpegenc_hw_irq_handler()
/linux/fs/ntfs3/lib/
H A Ddecompress_common.h182 void *dst_buffer, size_t count) in bitstream_read_bytes() argument
186 memcpy(dst_buffer, is->next, count); in bitstream_read_bytes()
188 return (u8 *)dst_buffer + count; in bitstream_read_bytes()
/linux/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