Searched refs:dst_buffer (Results 1 – 4 of 4) sorted by relevance
209 struct vb2_v4l2_buffer *dst_buffer; in mtk_jpegenc_put_buf() local221 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()
182 void *dst_buffer, size_t count) in bitstream_read_bytes() argument186 memcpy(dst_buffer, is->next, count); in bitstream_read_bytes()188 return (u8 *)dst_buffer + count; in bitstream_read_bytes()
61 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()
114 struct mdp_buffer dst_buffer; member