Home
last modified time | relevance | path

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

/dports/multimedia/transcode/transcode-1.1.7/libtc/
H A Dratiocodes.c143 int idx = TC_NULL_MATCH, i = 0; in tc_guess_code_from_value()
153 if (code != NULL && idx != TC_NULL_MATCH) { in tc_guess_code_from_value()
182 return TC_NULL_MATCH; in tc_frc_code_to_value()
212 int i = 0, r = TC_NULL_MATCH; in match_ratio()
246 ret = TC_NULL_MATCH; in select_table()
253 int code = TC_NULL_MATCH; in tc_code_from_ratio()
259 code = match_ratio(table, len, in_n, in_d, TC_NULL_MATCH); in tc_code_from_ratio()
260 if (out_code != NULL && code != TC_NULL_MATCH) { in tc_code_from_ratio()
270 int code = TC_NULL_MATCH; in tc_code_to_ratio()
277 TC_NULL_MATCH, TC_NULL_MATCH, in_code); in tc_code_to_ratio()
[all …]
H A Dtccodecs.c250 return TC_NULL_MATCH; in find_tc_codec()
260 i = TC_NULL_MATCH; in find_tc_codec()
272 if (idx == TC_NULL_MATCH) { /* not found */ in tc_codec_to_comment()
283 if (idx == TC_NULL_MATCH) { /* not found */ in tc_codec_to_string()
293 if (idx == TC_NULL_MATCH) { /* not found */ in tc_codec_from_string()
303 if (idx == TC_NULL_MATCH) { /* not found */ in tc_codec_fourcc()
314 if (idx == TC_NULL_MATCH) { /* not found */ in tc_codec_description()
330 if (idx == TC_NULL_MATCH) { /* not found */ in tc_codec_is_multipass()
H A Dlibtc.h58 #define TC_NULL_MATCH -1 macro
H A Dtcframes.c60 return TC_NULL_MATCH; in tc_video_planes_size()
/dports/multimedia/transcode/transcode-1.1.7/testsuite/
H A Dtest-ratiocodes.c44 if (ret == TC_NULL_MATCH) { in test_autoloop_from_fps()
51 if (ret == TC_NULL_MATCH) { in test_autoloop_from_fps()
74 if (ret == TC_NULL_MATCH) { in test_autoloop_to_fps()
81 if (ret == TC_NULL_MATCH) { in test_autoloop_to_fps()
103 if (ret == TC_NULL_MATCH) { in test_autoloop_to_ratio()
110 if (ret == TC_NULL_MATCH) { in test_autoloop_to_ratio()
133 if (ret == TC_NULL_MATCH) { in test_autoloop_from_ratio()
140 if (ret == TC_NULL_MATCH) { in test_autoloop_from_ratio()
/dports/multimedia/transcode/transcode-1.1.7/encode/
H A Dencode_lavc.c320 int i = 0, ret = TC_NULL_MATCH; in tc_codec_is_supported()
917 if (ret == TC_NULL_MATCH) { in tc_lavc_settings_from_vob()
1430 if (pd->vcodec_id == TC_NULL_MATCH) { in tc_lavc_configure()
H A Dencode_x264.c475 if (TC_NULL_MATCH == tc_frc_code_to_ratio(vob->ex_frc, in x264params_set_by_vob()
/dports/multimedia/transcode/transcode-1.1.7/import/
H A Dtcprobe.c543 if (ret != TC_NULL_MATCH && (n > 0 && d > 0)) { in dump_info_old()
/dports/multimedia/transcode/transcode-1.1.7/src/
H A Dframebuffer.c250 if (tc_frc_code_to_value(tc_specs.frc, &fps) == TC_NULL_MATCH) { in tc_framebuffer_set_specs()