Home
last modified time | relevance | path

Searched refs:flush_count (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavformat/
Dfifo_test.c55 int flush_count; member
71 ctx->flush_count++; in failing_write_packet()
115 printf("flush count: %d\n", ctx->flush_count); in failing_deinit()
/third_party/ffmpeg/libswresample/tests/
Dswresample.c226 int in_sample_rate, out_sample_rate, ch ,i, flush_count; in main() local
388 flush_count = swr_convert(backw_ctx,aout, flush_i, 0, 0); in main()
390 flush_count+= swr_convert(backw_ctx,aout, SAMPLES-flush_i, 0, 0); in main()
392 if(flush_count){ in main()
400 for(i=0; i<flush_count; i++){ in main()
413 …:%f c:%f max:%f] len:%5d F:%3d\n", sqrt(sse/flush_count), sum_ab/(sqrt(sum_aa*sum_bb)), maxdiff, f… in main()
/third_party/ffmpeg/libavfilter/
Dvulkan.c271 int flush_count = 0; in ff_vk_unmap_buffers() local
283 (++flush_count)*sizeof(*flush_list)); in ff_vk_unmap_buffers()
286 flush_list[flush_count - 1] = flush_buf; in ff_vk_unmap_buffers()
290 if (flush_count) { in ff_vk_unmap_buffers()
291 ret = vkFlushMappedMemoryRanges(s->hwctx->act_dev, flush_count, in ff_vk_unmap_buffers()
/third_party/mesa3d/src/broadcom/compiler/
Dnir_to_vir.c251 if (c->tmu.flush_count >= MAX_TMU_QUEUE_SIZE) in ntq_tmu_fifo_overflow()
265 if (c->tmu.flush_count == 0) in ntq_flush_tmu()
271 for (int i = 0; i < c->tmu.flush_count; i++) { in ntq_flush_tmu()
289 c->tmu.flush_count = 0; in ntq_flush_tmu()
312 c->tmu.flush[c->tmu.flush_count].dest = dest; in ntq_add_pending_tmu_flush()
313 c->tmu.flush[c->tmu.flush_count].component_mask = component_mask; in ntq_add_pending_tmu_flush()
314 c->tmu.flush_count++; in ntq_add_pending_tmu_flush()
318 else if (c->tmu.flush_count > 1) in ntq_add_pending_tmu_flush()
Dv3d_compiler.h622 uint32_t flush_count; member
/third_party/skia/platform_tools/android/apps/skottie/
Dskottie_metric.sql168 'flush_count', hwui_flush_commands.flush_count,
/third_party/ffmpeg/libavutil/
Dhwcontext_vulkan.c2908 int flush_count = 0; in unmap_buffers() local
2922 flush_ctx[flush_count++] = flush_buf; in unmap_buffers()
2926 if (flush_count) { in unmap_buffers()
2927 ret = vkFlushMappedMemoryRanges(hwctx->act_dev, flush_count, flush_ctx); in unmap_buffers()