Searched refs:dst_buffer (Results 1 – 3 of 3) sorted by relevance
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