Searched full:vififo (Results 1 – 6 of 6) sorted by relevance
29 * struct amvdec_timestamp - stores a src timestamp along with a VIFIFO offset34 * @offset: offset in the VIFIFO where the associated packet was written103 * in the VIFIFO104 * @use_offsets: mandatory call. Returns 1 if the VDEC supports vififo offsets215 * @vififo_vaddr: virtual address for the VIFIFO216 * @vififo_paddr: physical address for the VIFIFO217 * @vififo_size: size of the VIFIFO dma alloc224 * @last_offset: tracks last offset of vififo225 * @wrap_count: number of times the vififo wrapped around
39 * @offset: VIFIFO bitstream offset corresponding to the buffer56 * @offset: offset in the VIFIFO where the associated packet was written
7 * It reads bitstream buffers and feeds them to the VIFIFO247 "VIFIFO usage (%u) > VIFIFO size (%u)\n", in esparser_vififo_get_free_space()
319 /* Buffer done probably means the vififo got freed */ in dst_buf_done()371 /* Look for our vififo offset to get the corresponding timestamp. */ in amvdec_dst_buf_done_offset()
319 dev_err(sess->core->dev, "Failed to request VIFIFO buffer\n"); in vdec_start_streaming()
20 - ESPARSER is a bitstream parser that outputs to a VIFIFO. Further VDEC blocks21 then feed from this VIFIFO.