Searched refs:sampleOffset (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerInput.h127 bigtime_t time, const float** buffer, uint32* sampleOffset, int* type,
164 *sampleOffset = sizeof(float) * fInputChannelCount;
126 GetMixerChannelInfo(int mixerChannel, int64 framepos, bigtime_t time, const float** buffer, uint32* sampleOffset, int* type, float* gain) argument
H A DMixerCore.cpp606 uint32 sampleOffset; local
609 fEventTime, &base, &sampleOffset, &type, &gain)) {
616 info->sample_offset = sampleOffset;

Completed in 83 milliseconds