Searched refs:kate_ogg_decode_headerin (Results 1 – 13 of 13) sorted by relevance
/dports/audio/icecast-kh/icecast-kh-icecast-2.4.0-kh15/src/ |
H A D | format_kate.c | 98 int ret = kate_ogg_decode_headerin (&kate->ki, &kate->kc, &packet); in process_kate_page() 182 if (kate_ogg_decode_headerin (&kate_codec->ki, &kate_codec->kc, &packet) < 0) in initial_kate_page()
|
/dports/audio/icecast/icecast-2.4.4/src/ |
H A D | format_kate.c | 97 int ret = kate_ogg_decode_headerin (&kate->ki, &kate->kc, &packet); in process_kate_page() 201 if (kate_ogg_decode_headerin (&kate_codec->ki, &kate_codec->kc, &packet) < 0) in initial_kate_page()
|
/dports/multimedia/libkate/libkate-0.4.1/examples/src/ |
H A D | decoding.c | 45 } while (kate_ogg_decode_headerin(&ki,&kc,&op)==0); in main()
|
/dports/multimedia/libkate/libkate-0.4.1/include/kate/ |
H A D | oggkate.h | 38 extern int kate_ogg_decode_headerin(kate_info *ki,kate_comment *kc,ogg_packet *op);
|
/dports/multimedia/libkate/libkate-0.4.1/src/ |
H A D | kate_ogg.c | 244 int kate_ogg_decode_headerin(kate_info *ki,kate_comment *kc,ogg_packet *op) in kate_ogg_decode_headerin() function
|
/dports/audio/vorbis-tools/vorbis-tools-1.4.2/ogginfo/ |
H A D | codec_kate.c | 78 int ret = kate_ogg_decode_headerin(&inf->ki, &inf->kc, &packet); in kate_process()
|
/dports/audio/icecast/icecast-2.4.4/ |
H A D | configure.in | 90 AC_CHECK_LIB(oggkate, kate_ogg_decode_headerin,[have_kate=yes],[have_kate=no],-lkate -logg)
|
/dports/audio/icecast-kh/icecast-kh-icecast-2.4.0-kh15/ |
H A D | configure.ac | 125 AC_CHECK_LIB(oggkate, kate_ogg_decode_headerin,[have_kate=yes],[have_kate=no],-lkate -logg)
|
H A D | configure | 18833 char kate_ogg_decode_headerin (); 18837 return kate_ogg_decode_headerin ();
|
/dports/multimedia/libkate/libkate-0.4.1/tools/ |
H A D | katedec.c | 88 ret=kate_ogg_decode_headerin(&ks->ki,&ks->kc,&op); in ogg_parser_on_page()
|
H A D | katalyzer.c | 287 ret=kate_ogg_decode_headerin(&ks->ki,&ks->kc,&op); in ogg_parser_on_page()
|
/dports/audio/vorbis-tools/vorbis-tools-1.4.2/ |
H A D | configure.ac | 303 AC_CHECK_LIB(oggkate, [kate_ogg_decode_headerin],
|
H A D | configure | 20583 char kate_ogg_decode_headerin (); 20587 return kate_ogg_decode_headerin ();
|