Searched refs:TC_NULL_MATCH (Results 1 – 9 of 9) sorted by relevance
/dports/multimedia/transcode/transcode-1.1.7/libtc/ |
H A D | ratiocodes.c | 143 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 D | tccodecs.c | 250 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 D | libtc.h | 58 #define TC_NULL_MATCH -1 macro
|
H A D | tcframes.c | 60 return TC_NULL_MATCH; in tc_video_planes_size()
|
/dports/multimedia/transcode/transcode-1.1.7/testsuite/ |
H A D | test-ratiocodes.c | 44 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 D | encode_lavc.c | 320 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 D | encode_x264.c | 475 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 D | tcprobe.c | 543 if (ret != TC_NULL_MATCH && (n > 0 && d > 0)) { in dump_info_old()
|
/dports/multimedia/transcode/transcode-1.1.7/src/ |
H A D | framebuffer.c | 250 if (tc_frc_code_to_value(tc_specs.frc, &fps) == TC_NULL_MATCH) { in tc_framebuffer_set_specs()
|