Searched refs:fPlayFormat (Results 1 - 6 of 6) sorted by relevance

/haiku/src/servers/media_addon/
H A DMediaFilePlayer.cpp75 fPlayFormat.Clear();
81 fPlayFormat.type = B_MEDIA_RAW_AUDIO;
82 fPlayFormat.u.raw_audio.buffer_size = 256;
83 if ((track->DecodedFormat(&fPlayFormat) == B_OK)
84 && (fPlayFormat.type == B_MEDIA_RAW_AUDIO)) {
96 fSoundPlayer = new BSoundPlayer(&fPlayFormat.u.raw_audio,
H A DMediaFilePlayer.h48 media_format fPlayFormat; member in class:MediaFilePlayer
/haiku/src/apps/soundrecorder/
H A DScopeView.cpp124 T samples[fPlayFormat.u.raw_audio.buffer_size
125 / (fPlayFormat.u.raw_audio.format
156 / fPlayFormat.u.raw_audio.channel_count / framesCount);
180 switch (fPlayFormat.u.raw_audio.format) {
264 fPlayFormat = format;
H A DRecorderWindow.cpp620 (off_t)(right * fPlayFormat.u.raw_audio.frame_rate
732 * fPlayFormat.u.raw_audio.frame_rate / 1000000LL));
737 fPlayer = new BSoundPlayer(fAudioMixerNode, &fPlayFormat.u.raw_audio,
1073 fPlayFormat.type = B_MEDIA_RAW_AUDIO;
1075 if ((track->DecodedFormat(&fPlayFormat) == B_OK)
1077 if ((DecodedFormat__11BMediaTrackP12media_format(track, &fPlayFormat) == B_OK)
1079 && (fPlayFormat.type == B_MEDIA_RAW_AUDIO)) {
1113 channels << fPlayFormat.u.raw_audio.channel_count;
1115 samplesize << 8 * (fPlayFormat.u.raw_audio.format & 0xf)
1118 samplerate << (int)fPlayFormat
[all...]
H A DScopeView.h47 media_format fPlayFormat; member in class:ScopeView
H A DRecorderWindow.h129 media_format fPlayFormat; member in class:RecorderWindow

Completed in 39 milliseconds