HomeSort by relevance Sort by last modified time
    Searched refs:f_info (Results 1 - 3 of 3) sorted by null

  /external/toybox/toys/pending/
fsck.c 87 static struct f_sys_info* create_db(struct mntent *f_info)
96 temp->device = xstrdup(f_info->mnt_fsname);
97 temp->mountpt = xstrdup(f_info->mnt_dir);
98 if (strchr(f_info->mnt_type, ',')) temp->type = xstrdup("auto");
99 else temp->type = xstrdup(f_info->mnt_type);
100 temp->opts = xstrdup(f_info->mnt_opts);
101 temp->passno = f_info->mnt_passno;
  /external/webp/src/dec/
frame.c 207 const VP8FInfo* const f_info = ctx->f_info_ + mb_x; local
209 const int ilevel = f_info->f_ilevel_;
210 const int limit = f_info->f_limit_;
219 if (f_info->f_inner_) {
225 if (f_info->f_inner_) {
232 const int hev_thresh = f_info->hev_thresh_;
237 if (f_info->f_inner_) {
245 if (f_info->f_inner_) {
  /external/opencv3/3rdparty/libwebp/dec/
frame.c 45 VP8FInfo* const f_info = ctx->f_info_ + mb_x; local
47 const int level = f_info->f_level_;
48 const int ilevel = f_info->f_ilevel_;
57 if (f_info->f_inner_) {
63 if (f_info->f_inner_) {
76 if (f_info->f_inner_) {
84 if (f_info->f_inner_) {

Completed in 81 milliseconds