Searched refs:fSwapOutput (Results 1 – 2 of 2) sorted by relevance
251 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()
58 void (*fSwapOutput)(void *data, int32 count); variable