Changeset 4906:211764e63c5f in roaraudio
- Timestamp:
- 05/06/11 03:21:49 (12 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libroar.ckport
r4861 r4906 293 293 roar_vio_misc_op_return_len internal 294 294 roar_vio_misc_op_return_zero internal 295 roar_vio_misc_op_full internal 295 296 296 297 roar_vio_open_misc ok … … 308 309 roar_buffer_get_meta_i32 ok 309 310 roar_buffer_get_next ok 311 roar_buffer_get_type ok 310 312 roar_buffer_new ok 311 313 roar_buffer_new_data ok … … 319 321 roar_buffer_set_meta ok 320 322 roar_buffer_set_meta_i32 ok 323 roar_buffer_set_type ok 321 324 roar_buffer_set_offset ok 322 325 roar_buffer_shift_out ok … … 407 410 roar_codec2mime ok 408 411 roar_mime2codec ok 412 roar_str2bits ok 413 roar_str2channels ok 414 roar_str2rate ok 409 415 roar_streamstate2str ok 410 416 roar_str2role ok … … 552 558 roar_err_from_errno maybe This function should be avoided outside of libroar* 553 559 roar_err_clear maybe This function should be avoided outside of libroar* 560 roar_err_clear_errno likely This function should be avoided outside of libroar* 561 roar_err_clear_all maybe This function should be avoided outside of libroar* 562 563 roar_err_is_errno_clean likely This function should be avoided outside of libroar* 564 565 roar_err_update likely This function should be avoided outside of libroar* 566 567 roar_err_set maybe It should be avoided to set libroar's error state externally. 568 roar_errno2 ok 569 554 570 555 571 roar_error2str ok … … 833 849 roar_ht_is_supported ok 834 850 851 roar_hash_digest2str ok 852 _bin2hex internal 853 835 854 # Hash statefull API: 836 855 roar_hash_new ok … … 867 886 roar_crc24_add ok 868 887 roar_adler32_add ok 888 889 # Timing stuff: 890 roar_usleep ok 869 891 870 892 !TARGET: libroardsp0 … … 1137 1159 roar_math_cvpoly_4x4 ok 1138 1160 1161 # symbolic poly operations: 1162 roar_math_diffpoly ok 1163 roar_math_intpoly ok 1164 roar_math_numintpoly ok 1165 1139 1166 # remove.h: 1140 1167 roar_remove_init ok
Note: See TracChangeset
for help on using the changeset viewer.