Searched refs:last_out (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/tools/ |
H A D | cws2fws.c | 30 int fd_in, fd_out, comp_len, uncomp_len, i, last_out; in main() local 100 last_out = zstream.total_out; in main() 116 zstream.total_out, zstream.total_out - last_out); in main() 118 if (write(fd_out, &buf_out, zstream.total_out - last_out) < in main() 119 zstream.total_out - last_out) { in main()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_paletteuse.c | 99 AVFrame *last_out; member 942 s->last_out, out, &x, &y, &w, &h); in apply_palette() 944 av_frame_unref(s->last_out); in apply_palette() 946 (ret = av_frame_ref(s->last_out, out)) < 0 || in apply_palette() 1113 s->last_out = av_frame_alloc(); in init() 1114 if (!s->last_in || !s->last_out) in init() 1145 av_frame_free(&s->last_out); in uninit()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cEnhancedLayoutsTests.cpp | 12586 Utils::Variable* last_out = si.Output( in test() local 12594 varying_passthrough.Add(stage, last_in, last_out); in test() 12957 Utils::Variable* last_out = in test() local 12966 varying_passthrough.Add(stage, last_in, last_out); in test()
|
Completed in 36 milliseconds