Home
last modified time | relevance | path

Searched refs:fOutputSampleSize (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/media/plugins/raw_decoder/
H A DRawDecoderPlugin.h54 int32 fOutputSampleSize; variable
H A DRawDecoderPlugin.cpp194 fOutputSampleSize = (ioDecodedFormat->u.raw_audio.format & B_AUDIO_FORMAT_SIZE_MASK); in NegotiateAudioOutputFormat()
195 fOutputFrameSize = fOutputSampleSize * ioDecodedFormat->u.raw_audio.channel_count; in NegotiateAudioOutputFormat()