Home
last modified time | relevance | path

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

/haiku/src/add-ons/media/plugins/raw_decoder/
H A DRawDecoderPlugin.cpp251 fSwapOutput = 0; in NegotiateAudioOutputFormat()
255 fSwapOutput = &swap_int16; in NegotiateAudioOutputFormat()
258 fSwapOutput = &swap_int32; in NegotiateAudioOutputFormat()
261 fSwapOutput = &swap_float32; in NegotiateAudioOutputFormat()
265 fSwapOutput = 0; in NegotiateAudioOutputFormat()
516 if (fSwapOutput) in Decode()
517 fSwapOutput(buffer, *frameCount * fInputFormat.u.raw_audio.channel_count); in Decode()
H A DRawDecoderPlugin.h58 void (*fSwapOutput)(void *data, int32 count); variable