get_sample_size
fFrameSize = gsformat.channel_count * get_sample_size(gsformat.format);
size_t get_sample_size(int32 format);
fFrameSize = get_sample_size(format->format) * format->channel_count;
fFrameSize = get_sample_size(format->format) * format->channel_count;
size_t frameSize = get_sample_size(format.format) * format.channel_count;
size_t frameSize = get_sample_size(format->format) * format->channel_count;
= get_sample_size(gsformat.format) * gsformat.channel_count;
= get_sample_size(format->format) * format->channel_count;