Searched refs:fPlayFormat (Results 1 – 6 of 6) sorted by relevance
75 fPlayFormat.Clear(); in MediaFilePlayer()81 fPlayFormat.type = B_MEDIA_RAW_AUDIO; in MediaFilePlayer()82 fPlayFormat.u.raw_audio.buffer_size = 256; in MediaFilePlayer()83 if ((track->DecodedFormat(&fPlayFormat) == B_OK) in MediaFilePlayer()84 && (fPlayFormat.type == B_MEDIA_RAW_AUDIO)) { in MediaFilePlayer()96 fSoundPlayer = new BSoundPlayer(&fPlayFormat.u.raw_audio, in MediaFilePlayer()
48 media_format fPlayFormat; variable
620 (off_t)(right * fPlayFormat.u.raw_audio.frame_rate in MessageReceived()732 * fPlayFormat.u.raw_audio.frame_rate / 1000000LL)); in Play()737 fPlayer = new BSoundPlayer(fAudioMixerNode, &fPlayFormat.u.raw_audio, in Play()1073 fPlayFormat.type = B_MEDIA_RAW_AUDIO; in UpdatePlayFile()1075 if ((track->DecodedFormat(&fPlayFormat) == B_OK) in UpdatePlayFile()1077 if ((DecodedFormat__11BMediaTrackP12media_format(track, &fPlayFormat) == B_OK) in UpdatePlayFile()1079 && (fPlayFormat.type == B_MEDIA_RAW_AUDIO)) { in UpdatePlayFile()1113 channels << fPlayFormat.u.raw_audio.channel_count; in UpdatePlayFile()1115 samplesize << 8 * (fPlayFormat.u.raw_audio.format & 0xf) in UpdatePlayFile()1118 samplerate << (int)fPlayFormat.u.raw_audio.frame_rate; in UpdatePlayFile()[all …]
124 T samples[fPlayFormat.u.raw_audio.buffer_size in ComputeRendering()125 / (fPlayFormat.u.raw_audio.format in ComputeRendering()156 / fPlayFormat.u.raw_audio.channel_count / framesCount); in ComputeRendering()180 switch (fPlayFormat.u.raw_audio.format) { in RenderLoop()264 fPlayFormat = format; in RenderTrack()
47 media_format fPlayFormat; variable
129 media_format fPlayFormat; variable