Searched refs:dst_buffer (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/media/platform/mediatek/jpeg/ |
H A D | mtk_jpeg_enc_hw.c | 190 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() 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 D | mtk_jpeg_dec_hw.c | 447 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() 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 D | mtk_jpeg_core.h | 100 struct vb2_v4l2_buffer *dst_buffer; member
|
H A D | mtk_jpeg_core.c | 1497 jpeg->hw_param.dst_buffer = dst_buf; in mtk_jpegenc_set_hw_param() 1557 jpeg->hw_param.dst_buffer = dst_buf; in mtk_jpegdec_set_hw_param()
|
/openbmc/linux/fs/ntfs3/lib/ |
H A D | decompress_common.h | 182 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()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbida/files/ |
H A D | support-jpeg-turbo.patch | 130 + JBLOCKARRAY src_buffer, dst_buffer; 142 + dst_buffer = (*srcinfo->mem->access_virt_barray) 151 + dst_buffer[offset_y], 226 + JBLOCKARRAY src_buffer, dst_buffer; 245 + dst_buffer = (*srcinfo->mem->access_virt_barray) 253 + dst_row_ptr = dst_buffer[offset_y]; 287 JBLOCKARRAY src_buffer, dst_buffer; 304 dst_buffer = (*srcinfo->mem->access_virt_barray) 328 dst_row_ptr = dst_buffer[offset_y]; 338 - jcopy_block_row(src_buffer[offset_y], dst_buffer[offset_y], [all …]
|
/openbmc/linux/drivers/media/platform/mediatek/mdp/ |
H A D | mtk_mdp_regs.c | 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()
|
H A D | mtk_mdp_ipi.h | 114 struct mdp_buffer dst_buffer; member
|