Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dvf_telecine.c173 int i, len, ret = 0, nout = 0; in filter_frame() local
190 av_frame_make_writable(s->frame[nout]); in filter_frame()
193 … av_image_copy_plane(s->frame[nout]->data[i] + s->frame[nout]->linesize[i] * s->first_field, in filter_frame()
194 s->frame[nout]->linesize[i] * 2, in filter_frame()
200 … av_image_copy_plane(s->frame[nout]->data[i] + s->frame[nout]->linesize[i] * !s->first_field, in filter_frame()
201 s->frame[nout]->linesize[i] * 2, in filter_frame()
207 s->frame[nout]->interlaced_frame = 1; in filter_frame()
208 s->frame[nout]->top_field_first = !s->first_field; in filter_frame()
209 nout++; in filter_frame()
216 av_frame_make_writable(s->frame[nout]); in filter_frame()
[all …]
/third_party/ltp/testcases/kernel/fs/ftest/
Dlibftest.c32 int idx, nout, i; in ft_dumpiov() local
36 nout = 0; in ft_dumpiov()
51 ++nout; in ft_dumpiov()
54 if (nout > 10) { in ft_dumpiov()
103 int idx, nout, i; in ft_dumpbuf() local
106 nout = 0; in ft_dumpbuf()
118 ++nout; in ft_dumpbuf()
120 if (nout > 10) { in ft_dumpbuf()
/third_party/optimized-routines/math/test/rtest/
Dsemi.c419 char *test_frexp(uint32 *x, uint32 *out, uint32 *nout) { in test_frexp() argument
424 nout[0] = 0; in test_frexp()
434 nout[0] = 0; in test_frexp()
448 nout[0] = ex - 0x3FE; in test_frexp()
453 nout[0] = ex - 0x3FE; in test_frexp()
457 char *test_frexpf(uint32 *x, uint32 *out, uint32 *nout) { in test_frexpf() argument
461 nout[0] = 0; in test_frexpf()
470 nout[0] = 0; in test_frexpf()
481 nout[0] = ex - 0x7E; in test_frexpf()
485 nout[0] = ex - 0x7E; in test_frexpf()
Dsemi.h17 char *test_frexp(uint32 *x, uint32 *out, uint32 *nout);
23 char *test_frexpf(uint32 *x, uint32 *out, uint32 *nout);
/third_party/ltp/testcases/kernel/mem/vmtests/
Dstack_space.c350 int nout; local
359 nout = 0;
373 ++nout;
375 if (nout > 10) {
Ddata_space.c382 int nout; local
391 nout = 0;
405 ++nout;
407 if (nout > 10) {
/third_party/tzdata/
Dzishrink.awk246 zonedef[zonename] = nout + 1
252 output_line[nout++] = line
258 for (i = 0; i < nout; i++)
/third_party/ffmpeg/libswscale/ppc/
Dyuv2rgb_altivec.c651 vector unsigned char *out, *nout; in yuv2packedX_altivec() local
809 nout = (vector unsigned char *) scratch; in yuv2packedX_altivec()
812 out_abgr(R, G, B, nout); in yuv2packedX_altivec()
815 out_bgra(R, G, B, nout); in yuv2packedX_altivec()
818 out_rgba(R, G, B, nout); in yuv2packedX_altivec()
821 out_argb(R, G, B, nout); in yuv2packedX_altivec()
824 out_rgb24(R, G, B, nout); in yuv2packedX_altivec()
827 out_bgr24(R, G, B, nout); in yuv2packedX_altivec()
/third_party/python/Lib/test/
Dtest_ssl.py3642 nout=len(outdata),
3671 nout=len(outdata),