Searched refs:get_sample_size (Results 1 - 7 of 7) sorted by relevance

/haiku/src/kits/game/
H A DGSUtility.h52 size_t get_sample_size(int32 format);
H A DGSUtility.cpp61 get_sample_size(int32 format) function
H A DPushGameSound.cpp29 size_t frameSize = get_sample_size(format->format) * format->channel_count;
121 size_t frameSize = get_sample_size(format.format) * format.channel_count;
H A DSimpleGameSound.cpp62 = get_sample_size(format->format) * format->channel_count;
202 = get_sample_size(gsformat.format) * gsformat.channel_count;
H A DGameProducer.cpp71 fFrameSize = get_sample_size(format->format) * format->channel_count;
H A DFileGameSound.cpp376 fFrameSize = gsformat.channel_count * get_sample_size(gsformat.format);
H A DGameSoundBuffer.cpp73 fFrameSize = get_sample_size(format->format) * format->channel_count;

Completed in 97 milliseconds