Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxstats.c30 struct stat stat_buf; in stats_open_file() local
35 fstat(fd, &stat_buf); in stats_open_file()
36 stats->buf.sz = stat_buf.st_size; in stats_open_file()