Changeset 57b28f9 in mainline
- Timestamp:
- 2012-08-30T19:32:49Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2a64082
- Parents:
- 3869c596
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/pcm/include/pcm/format.h
r3869c596 r57b28f9 64 64 } 65 65 66 static inline suseconds_t pcm_format_size_to_frames(size_t size, 67 const pcm_format_t *a) 68 { 69 return pcm_sample_format_size_to_frames(size, a->channels, 70 a->sample_format); 71 } 72 66 73 static inline suseconds_t pcm_format_size_to_usec(size_t size, 67 74 const pcm_format_t *a)
Note:
See TracChangeset
for help on using the changeset viewer.