Searched refs:ringbuffers (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/freedreno/decode/ |
H A D | crashdec.c | 221 } ringbuffers[5]; variable 231 assert(id < ARRAY_SIZE(ringbuffers)); in decode_ringbuffer() 233 parseline(line, " iova: %" PRIx64, &ringbuffers[id].iova); in decode_ringbuffer() 235 parseline(line, " rptr: %d", &ringbuffers[id].rptr); in decode_ringbuffer() 237 parseline(line, " wptr: %d", &ringbuffers[id].wptr); in decode_ringbuffer() 239 parseline(line, " size: %d", &ringbuffers[id].size); in decode_ringbuffer() 241 ringbuffers[id].buf = popline_ascii85(ringbuffers[id].size / 4); in decode_ringbuffer() 242 add_buffer(ringbuffers[id].iova, ringbuffers[i in decode_ringbuffer() [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_deshake_opencl.c | 80 positions and places them in ringbuffers. 83 in the ringbuffers, applying the gaussian filter, and then transforming the frames. 110 // Denotes the indices for the different types of motion in the ringbuffers array 133 // Groups together the ringbuffers that store absolute distortion / position values 136 // Array with the various ringbuffers, indexed via the RingbufferIndices enum 137 AVFifo *ringbuffers[RingbufCount]; member 834 // ringbuffers. Make sure you clip indices appropriately within your loop. 1058 av_fifo_freep2(&ctx->abs_motion.ringbuffers[i]); in deshake_opencl_uninit() 1177 ctx->abs_motion.ringbuffers[i] = av_fifo_alloc2(ctx->smooth_window, in deshake_opencl_init() 1180 if (!ctx->abs_motion.ringbuffers[ in deshake_opencl_init() [all...] |
Completed in 4 milliseconds