Searched refs:update_stat (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | af_drmeter.c | 89 static void update_stat(DRMeterContext *s, ChannelStats *p, float sample) in update_stat() function 113 update_stat(s, p, *src); in filter_frame() 121 update_stat(s, &s->chstats[c], *src); in filter_frame()
|
H A D | af_astats.c | 264 static inline void update_stat(AudioStatsContext *s, ChannelStats *p, double d, double nd, int64_t i) in update_stat() function 574 UPDATE_STATS_##planar(type, update_stat(s, p, sample, sample normalizer_suffix, int_sample), s->is_float ? update_float_stat(s, p, sample) : s->is_double ? update_double_stat(s, p, sample) : (void)NULL, ); \
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fuse.c | 1150 static void update_stat(struct node *node, const struct stat *stbuf) in update_stat() function 1188 update_stat(node, &e->attr); in lookup_path() 1401 update_stat(get_node(f, ino), &buf); in fuse_lib_getattr() 1492 update_stat(get_node(f, ino), &buf); in fuse_lib_setattr() 1867 update_stat(node, &stbuf); in open_auto_cache()
|
/third_party/libfuse/lib/ |
H A D | fuse.c | 2448 static void update_stat(struct node *node, const struct stat *stbuf) in update_stat() function 2474 update_stat(node, &e->attr); in do_lookup() 2745 update_stat(node, &buf); in fuse_lib_getattr() 2842 update_stat(get_node(f, ino), &buf); in fuse_lib_setattr() 3206 update_stat(node, &stbuf); in open_auto_cache()
|
Completed in 14 milliseconds