Searched refs:update_stat (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | af_drmeter.c | 117 static void update_stat(DRMeterContext *s, ChannelStats *p, float sample) in update_stat() function 141 update_stat(s, p, *src); in filter_frame() 149 update_stat(s, &s->chstats[c], *src); in filter_frame()
|
D | af_astats.c | 278 static inline void update_stat(AudioStatsContext *s, ChannelStats *p, double d, double nd, int64_t … in update_stat() function 582 …UPDATE_STATS_##planar(type, update_stat(s, p, sample, sample normalizer_suffix, int_sample), s->is…
|
/third_party/ntfs-3g/libfuse-lite/ |
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/ |
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()
|