Home
last modified time | relevance | path

Searched refs:is_second (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dyadif_common.c27 static int return_frame(AVFilterContext *ctx, int is_second) in return_frame() argument
40 if (is_second) { in return_frame()
51 yadif->filter(ctx, yadif->out, tff ^ !is_second, tff); in return_frame()
53 if (is_second) { in return_frame()
65 yadif->frame_pending = (yadif->mode&1) && !is_second; in return_frame()
H A Dvf_w3fdif.c478 static int filter(AVFilterContext *ctx, int is_second) in filter() argument
491 if (!is_second) { in filter()
H A Dvf_estdif.c436 static int filter(AVFilterContext *ctx, int is_second, AVFrame *in) in filter() argument
H A Dvf_nnedi.c658 static int get_frame(AVFilterContext *ctx, int is_second) in get_frame() argument
/third_party/libuv/src/win/
H A Dfs.c2715 BOOL is_second; in fs__statfs() local
2718 is_second = pathw != req->file.pathw; in fs__statfs()
2719 if (err != ERROR_DIRECTORY || is_second) { in fs__statfs()
2720 if (is_second) in fs__statfs()
/third_party/node/deps/uv/src/win/
H A Dfs.c2728 BOOL is_second; in fs__statfs() local
2731 is_second = pathw != req->file.pathw; in fs__statfs()
2732 if (err != ERROR_DIRECTORY || is_second) { in fs__statfs()
2733 if (is_second) in fs__statfs()

Completed in 13 milliseconds