Home
last modified time | relevance | path

Searched refs:TC_OK (Results 1 – 25 of 75) sorted by relevance

123

/dports/multimedia/transcode/transcode-1.1.7/src/
H A Dencoder.c351 return TC_OK; in tc_rotate_if_needed_null()
559 return TC_OK; in tc_export_init()
616 return TC_OK; in tc_export_setup()
678 return TC_OK; in tc_encoder_init()
708 return TC_OK; in tc_encoder_open()
743 return TC_OK; in tc_encoder_close()
779 return TC_OK; in tc_encoder_stop()
798 return TC_OK; in alloc_buffers()
928 return TC_OK; in encoder_flush()
1063 return TC_OK; in OLD_tc_export_setup()
[all …]
/dports/multimedia/transcode/transcode-1.1.7/encode/
H A Dencode_null.c56 return TC_OK; in null_init()
63 return TC_OK; in null_fini()
71 return TC_OK; in null_configure()
83 return TC_OK; in null_inspect()
90 return TC_OK; in null_stop()
99 return TC_OK; in null_encode_video()
108 return TC_OK; in null_encode_audio()
H A Dencode_copy.c61 return TC_OK; in copy_init()
68 return TC_OK; in copy_fini()
80 return TC_OK; in copy_inspect()
88 return TC_OK; in copy_configure()
95 return TC_OK; in copy_stop()
109 return TC_OK; in copy_encode_video()
123 return TC_OK; in copy_encode_audio()
H A Dencode_lzo.c77 return TC_OK; in tc_lzo_configure()
88 return TC_OK; in tc_lzo_stop()
110 return TC_OK; in tc_lzo_init()
121 return TC_OK; in tc_lzo_fini()
137 return TC_OK; in tc_lzo_inspect()
184 return TC_OK; in tc_lzo_flush()
254 return TC_OK; in tc_lzo_encode_video()
/dports/multimedia/transcode/transcode-1.1.7/docs/tech/
H A Dfilter_template.c69 return TC_OK; in template_init()
91 return TC_OK; in template_fini()
116 return TC_OK; in template_configure()
136 return TC_OK; in template_stop()
162 return TC_OK; in template_inspect()
183 return TC_OK; in template_filter_video()
204 return TC_OK; in template_filter_audio()
265 return TC_OK; in template_get_config()
275 return TC_OK; in template_process()
/dports/multimedia/transcode/transcode-1.1.7/testsuite/
H A Dtest-tclist.c44 if (tc_list_init(&L, (CACHED)) == TC_OK) {
48 if (tc_list_fini(&L) != TC_OK) { \
95 TC_TEST_IS_TRUE(tc_list_append(&L, &num) == TC_OK);
101 TC_TEST_IS_TRUE(tc_list_append(&L, &num) == TC_OK);
109 TC_TEST_IS_TRUE(tc_list_prepend(&L, &num) == TC_OK);
120 TC_TEST_IS_TRUE(tc_list_append(&L, &(nums[i])) == TC_OK);
133 TC_TEST_IS_TRUE(tc_list_prepend(&L, &(nums[i])) == TC_OK);
146 TC_TEST_IS_TRUE(tc_list_append(&L, &(nums[i])) == TC_OK);
178 TC_TEST_IS_TRUE(tc_list_append(&L, &(nums[i])) == TC_OK);
211 TC_TEST_IS_TRUE(tc_list_append(&L, &(nums[i])) == TC_OK);
[all …]
/dports/multimedia/transcode/transcode-1.1.7/import/framegen/
H A Dimport_framegen.c118 return TC_OK; in framegen_generic_close()
141 return TC_OK; in framegen_pink_noise_get_data()
151 ret = TC_OK; in framegen_pink_noise_init()
164 if (ret != TC_OK) { in tc_framegen_source_open_audio_pink_noise()
222 return TC_OK; in framegen_color_wave_get_data()
327 return TC_OK; in TC_MODULE_GENERIC_INIT()
339 return TC_OK; in tc_framegen_inspect()
357 return TC_OK; in tc_framegen_stop()
453 return TC_OK; \
466 return TC_OK;
[all …]
/dports/multimedia/transcode/transcode-1.1.7/import/
H A Dimport_pvn.c134 return TC_OK; in parse_pvn_header()
143 return TC_OK; in parse_pvn_header()
154 return TC_OK; in parse_pvn_header()
158 return TC_OK; in parse_pvn_header()
309 return TC_OK; in pvn_init()
324 return TC_OK; in pvn_configure()
378 return TC_OK; in pvn_stop()
395 return TC_OK; in pvn_fini()
930 return TC_OK;
940 return TC_OK;
[all …]
H A Dimport_alsa.c171 return TC_OK; in alsa_source_xrun()
192 return TC_OK; in tc_alsa_source_open()
252 return TC_OK; in tc_alsa_source_open()
286 return TC_OK; in tc_alsa_source_grab()
297 return TC_OK; in tc_alsa_source_close()
329 return TC_OK; in tc_alsa_init()
339 return TC_OK; in tc_alsa_fini()
368 return TC_OK; in tc_alsa_configure()
380 return TC_OK; in tc_alsa_inspect()
398 return TC_OK; in tc_alsa_stop()
[all …]
H A Dimport_x11.c157 return TC_OK; in tc_x11_init()
167 return TC_OK; in tc_x11_fini()
225 return TC_OK; in tc_x11_configure()
237 return TC_OK; in tc_x11_inspect()
265 return TC_OK; in tc_x11_stop()
391 if ((ret) != TC_OK) { \
415 return TC_OK;
438 return TC_OK;
453 return TC_OK;
/dports/multimedia/transcode/transcode-1.1.7/import/v4l/
H A Dimport_v4lcam.c284 return TC_OK; in tc_v4l2_video_check_capabilities()
345 return TC_OK; in tc_v4l2_video_setup_image_format()
373 return TC_OK; in tc_v4l2_video_setup_stream_parameters()
402 return TC_OK; in tc_v4l2_video_get_capture_buffer_count()
447 return TC_OK; in tc_v4l2_video_setup_capture_buffers()
461 return TC_OK; in tc_v4l2_capture_start()
475 return TC_OK; in tc_v4l2_capture_stop()
501 return TC_OK; in tc_v4l2_parse_options()
587 return TC_OK; in tc_v4l2_video_grab_stop()
614 return TC_OK;
[all …]
/dports/multimedia/transcode/transcode-1.1.7/filter/preview/
H A Dfilter_sdlview.c113 return TC_OK; in sdlview_init()
131 return TC_OK; in sdlview_fini()
175 return TC_OK; in configure_colorspace()
194 if (ret != TC_OK) { in sdlview_configure()
222 return TC_OK; in sdlview_configure()
246 return TC_OK; in sdlview_stop()
266 return TC_OK; in sdlview_inspect()
309 return TC_OK; in sdlview_filter_video()
349 return TC_OK; in TC_MODULE_ENTRY_POINT()
359 return TC_OK; in sdlview_process()
/dports/multimedia/transcode/transcode-1.1.7/filter/
H A Dfilter_null.c126 return TC_OK; in TC_MODULE_GENERIC_INIT()
150 return TC_OK; in null_stop()
176 return TC_OK; in null_inspect()
214 return TC_OK; in null_filter_video()
252 return TC_OK; in null_filter_audio()
311 return TC_OK; in TC_MODULE_ENTRY_POINT()
326 return TC_OK; in null_process()
H A Dfilter_detectsilence.c93 return TC_OK; in print_tcmp3cut_cmdline()
124 return TC_OK; in print_tcmp3cut_cmdline()
189 return TC_OK; in TC_MODULE_GENERIC_INIT()
215 return TC_OK; in detectsilence_stop()
250 return TC_OK; in detectsilence_inspect()
304 return TC_OK; in detectsilence_filter_audio()
359 return TC_OK; in TC_MODULE_ENTRY_POINT()
370 return TC_OK; in detectsilence_process()
H A Dfilter_astat.c148 return TC_OK; in TC_MODULE_GENERIC_INIT()
160 int ret = TC_OK; /* optimistism... */ in astat_stop()
202 return TC_OK; in astat_stop()
241 return TC_OK; in astat_inspect()
269 return TC_OK; in astat_filter_audio()
317 return TC_OK; in TC_MODULE_ENTRY_POINT()
328 return TC_OK; in astat_process()
/dports/multimedia/transcode/transcode-1.1.7/export/
H A Dexport_dvraw.c91 return TC_OK;
103 return TC_OK;
169 return TC_OK;
190 return TC_OK;
212 return TC_OK;
284 return TC_OK;
303 return TC_OK;
309 return TC_OK;
325 return TC_OK;
329 return TC_OK;
/dports/multimedia/transcode/transcode-1.1.7/multiplex/
H A Dmultiplex_null.c56 return TC_OK; in null_init()
63 return TC_OK; in null_fini()
71 return TC_OK; in null_configure()
83 return TC_OK; in null_inspect()
90 return TC_OK; in null_stop()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/ada/acats/tests/cxa/
H A Dcxaa019.a86 TC_OK : Boolean := False;
91 TC_OK := True;
96 if TC_OK then
103 TC_OK : Boolean := False;
108 TC_OK := True;
113 if TC_OK then
120 TC_OK : Boolean := False;
125 TC_OK := True;
130 if TC_OK then
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/ada/acats/tests/cxa/
H A Dcxaa019.a86 TC_OK : Boolean := False;
91 TC_OK := True;
96 if TC_OK then
103 TC_OK : Boolean := False;
108 TC_OK := True;
113 if TC_OK then
120 TC_OK : Boolean := False;
125 TC_OK := True;
130 if TC_OK then
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/ada/acats/tests/cxa/
H A Dcxaa019.a86 TC_OK : Boolean := False;
91 TC_OK := True;
96 if TC_OK then
103 TC_OK : Boolean := False;
108 TC_OK := True;
113 if TC_OK then
120 TC_OK : Boolean := False;
125 TC_OK := True;
130 if TC_OK then
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/ada/acats/tests/cxa/
H A Dcxaa019.a86 TC_OK : Boolean := False;
91 TC_OK := True;
96 if TC_OK then
103 TC_OK : Boolean := False;
108 TC_OK := True;
113 if TC_OK then
120 TC_OK : Boolean := False;
125 TC_OK := True;
130 if TC_OK then
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/ada/acats/tests/cxa/
H A Dcxaa019.a86 TC_OK : Boolean := False;
91 TC_OK := True;
96 if TC_OK then
103 TC_OK : Boolean := False;
108 TC_OK := True;
113 if TC_OK then
120 TC_OK : Boolean := False;
125 TC_OK := True;
130 if TC_OK then
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/ada/acats/tests/cxa/
H A Dcxaa019.a86 TC_OK : Boolean := False;
91 TC_OK := True;
96 if TC_OK then
103 TC_OK : Boolean := False;
108 TC_OK := True;
113 if TC_OK then
120 TC_OK : Boolean := False;
125 TC_OK := True;
130 if TC_OK then
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/ada/acats/tests/cxa/
H A Dcxaa019.a86 TC_OK : Boolean := False;
91 TC_OK := True;
96 if TC_OK then
103 TC_OK : Boolean := False;
108 TC_OK := True;
113 if TC_OK then
120 TC_OK : Boolean := False;
125 TC_OK := True;
130 if TC_OK then
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/ada/acats/tests/cxa/
H A Dcxaa019.a86 TC_OK : Boolean := False;
91 TC_OK := True;
96 if TC_OK then
103 TC_OK : Boolean := False;
108 TC_OK := True;
113 if TC_OK then
120 TC_OK : Boolean := False;
125 TC_OK := True;
130 if TC_OK then

123