Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Daf_afwtdn.c419 int need_profile; member
455 { "profile", "profile noise", OFFSET(need_profile), AV_OPT_TYPE_BOOL, {.i64=0}, 0, 1, AFR },
947 if (!s->got_profile && s->need_profile) { in filter_channel()
956 } else if (!s->got_profile && !s->need_profile && !s->adaptive) { in filter_channel()
1048 if (s->need_profile) in filter_frame()
1287 if (!strcmp(cmd, "profile") && s->need_profile) in process_command()