Searched refs:reset_count (Results 1 - 8 of 8) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | vf_cropdetect.c | 41 int reset_count; member 125 av_log(ctx, AV_LOG_VERBOSE, "limit:%f round:%d skip:%d reset_count:%d\n", in init() 126 s->limit, s->round, s->skip, s->reset_count); in init() 167 // Reset the crop area every reset_count frames, if reset_count is > 0 in filter_frame() 168 if (s->reset_count > 0 && s->frame_nb > s->reset_count) { in filter_frame() 242 { "reset", "Recalculate the crop area after this many frames", OFFSET(reset_count), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, INT_MAX, FLAGS }, 244 { "reset_count", "Recalculate the crop area after this many frames",OFFSET(reset_count),AV_OPT_TYPE_IN [all...] |
H A D | af_astats.c | 102 int reset_count; member 117 { "reset", "Set the number of frames over which cumulative stats are calculated before being reset", OFFSET(reset_count), AV_OPT_TYPE_INT, {.i64=0}, 0, INT_MAX, FLAGS }, 632 if (s->reset_count > 0) { in filter_frame() 633 if (s->nb_frames >= s->reset_count) { in filter_frame()
|
/third_party/libdrm/intel/ |
H A D | intel_bufmgr.h | 286 uint32_t *reset_count,
|
H A D | intel_bufmgr_gem.c | 3218 uint32_t *reset_count, in drm_intel_get_reset_stats() 3237 if (reset_count != NULL) in drm_intel_get_reset_stats() 3238 *reset_count = stats.reset_count; in drm_intel_get_reset_stats() 3217 drm_intel_get_reset_stats(drm_intel_context *ctx, uint32_t *reset_count, uint32_t *active, uint32_t *pending) drm_intel_get_reset_stats() argument
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug-coverage.cc | 502 const bool reset_count = in CollectAndMaybeResetCounts() local 521 if (reset_count) vector.clear_invocation_count(kRelaxedStore); in CollectAndMaybeResetCounts()
|
/third_party/mesa3d/src/intel/tools/ |
H A D | intel_dump_gpu.c | 534 stats->reset_count = 0; in ioctl()
|
/third_party/mesa3d/include/drm-uapi/ |
H A D | i915_drm.h | 2559 __u32 reset_count; member
|
/third_party/libdrm/include/drm/ |
H A D | i915_drm.h | 1627 __u32 reset_count; member
|
Completed in 20 milliseconds