Home
last modified time | relevance | path

Searched refs:ret (Results 11451 - 11475 of 18269) sorted by relevance

1...<<451452453454455456457458459460>>...731

/third_party/ffmpeg/libavcodec/
H A Drdft.c92 int ret; in ff_rdft_init() local
102 if ((ret = ff_fft_init(&s->fft, nbits-1, trans == IDFT_C2R || trans == IDFT_R2C)) < 0) in ff_rdft_init()
103 return ret; in ff_rdft_init()
H A Dws-snd1.c60 int in_size, out_size, ret; in ws_snd_decode_frame() local
84 if ((ret = ff_get_buffer(avctx, frame, 0)) < 0) in ws_snd_decode_frame()
85 return ret; in ws_snd_decode_frame()
H A Dr210dec.c41 int h, w, ret; in decode_frame() local
56 if ((ret = ff_get_buffer(avctx, pic, 0)) < 0) in decode_frame()
57 return ret; in decode_frame()
H A Dra144dec.c73 int ret; in ra144_decode_frame() local
89 if ((ret = ff_get_buffer(avctx, frame, 0)) < 0) in ra144_decode_frame()
90 return ret; in ra144_decode_frame()
H A Dtak_parser.c47 int ret; in tak_parse() local
54 if ((ret = init_get_bits8(&gb, buf, buf_size)) < 0) in tak_parse()
80 if ((ret = init_get_bits8(&gb, pc->buffer + t->index, in tak_parse()
/third_party/ffmpeg/libavfilter/tests/
H A Dintegral.c35 int ret = 0, xoff, yoff; in main() local
85 ret = 1; in main()
94 return ret; in main()
/third_party/ffmpeg/libavformat/
H A Ddtsdec.c38 int sum, max, pos, ret, i; in dts_probe() local
106 if ((ret = avpriv_dca_convert_bitstream(buf - 2, DCA_CORE_FRAME_HEADER_SIZE, in dts_probe()
109 if (avpriv_dca_parse_core_frame_header(&h, hdr, ret) < 0) in dts_probe()
H A Dlmlm4.c86 int ret; in lmlm4_read_packet() local
104 if ((ret = av_get_packet(pb, pkt, frame_size)) <= 0) in lmlm4_read_packet()
121 return ret; in lmlm4_read_packet()
H A Dvc1test.c55 int frames, ret; in vc1t_read_header() local
71 if ((ret = ff_get_extradata(s, st->codecpar, pb, VC1_EXTRADATA_SIZE)) < 0) in vc1t_read_header()
72 return ret; in vc1t_read_header()
H A Doggparsespeex.c44 int ret; in speex_header() local
91 if ((ret = ff_alloc_extradata(st->codecpar, os->psize)) < 0) in speex_header()
92 return ret; in speex_header()
/third_party/ffmpeg/libavutil/tests/
H A Dparseutils.c68 int ret; in test_av_parse_video_rate() local
70 ret = av_parse_video_rate(&q, rates[i]); in test_av_parse_video_rate()
72 rates[i], q.num, q.den, ret ? "ERROR" : "OK"); in test_av_parse_video_rate()
/third_party/ffmpeg/libavfilter/
H A Dvf_format.c63 int ret; in init() local
89 if ((ret = ff_parse_pixel_format(&s->formats[i], cur, ctx)) < 0) in init()
90 return ret; in init()
H A Dvf_showpalette.c48 int ret = ff_formats_ref(ff_make_format_list(in_fmts), in query_formats() local
50 if (ret < 0) in query_formats()
51 return ret; in query_formats()
/third_party/ffmpeg/libavutil/arm/
H A Dcpu.c58 unsigned long ret = getauxval(AT_HWCAP); in get_auxval() local
59 if (ret == 0) in get_auxval()
61 *hwcap = ret; in get_auxval()
/third_party/benchmark/src/
H A Dcycleclock.h79 int64_t ret; in Now()
80 __asm__ volatile("rdtsc" : "=A"(ret)); in Now()
81 return ret; in Now()
/third_party/cups-filters/backend/
H A Dcups-brf.c45 int ret; in main() local
101 ret = mkdir(dir, 0700); in main()
102 if (ret == -1 && errno != EEXIST) { in main()
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dmodule.h73 int ret = fn(); in _module_run() local
74 if (ret) { in _module_run()
75 PRINTK("_module_run function callback ret:%d! \n", ret); in _module_run()
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dlinux_completion.c136 UINT32 ret; in linux_wait_for_completion_timeout() local
173 ret = runTask->ops->wait(runTask, &x->comList, timeout); in linux_wait_for_completion_timeout()
174 if (ret == LOS_ERRNO_TSK_TIMEOUT) { in linux_wait_for_completion_timeout()
H A Dlinux_wakelock.c129 INT32 ret; in linux_wake_lock_active() local
135 ret = CHECK_BIT(g_wlBitmap.lock, lock->bitmap_pos); in linux_wake_lock_active()
137 return ret; in linux_wake_lock_active()
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
H A Dobj_res.c164 int ret; in usbm_free() local
171 ret = objres_remove(obj, p); in usbm_free()
172 if (!ret) in usbm_free()
/third_party/libsnd/examples/
H A Dsndfile-to-text.c100 int ret = 1 ; in main() local
158 ret = convert_to_text (infile, outfile, sfinfo.channels, full_precision) ; in main()
166 return ret ; in main()
/third_party/libunwind/libunwind/src/hppa/
H A DGresume.c128 int ret; in unw_resume() local
140 if ((ret = establish_machine_state (c)) < 0) in unw_resume()
141 return ret; in unw_resume()
/third_party/libwebsockets/lib/misc/
H A Ddaemonize.c123 int ret; in lws_daemonize() local
125 ret = kill(n, 0); in lws_daemonize()
126 if (ret >= 0) { in lws_daemonize()
/third_party/libcoap/src/oscore/
H A Doscore_crypto.c165 int ret; in oscore_hkdf() local
169 ret = in oscore_hkdf()
172 return ret; in oscore_hkdf()
/third_party/libdrm/intel/
H A Dtest_decode.c51 int fd, ret; in read_file() local
58 ret = fstat(fd, &st); in read_file()
59 if (ret) in read_file()

Completed in 16 milliseconds

1...<<451452453454455456457458459460>>...731