Home | History | Annotate | Download | only in libmediaplayerservice

Lines Matching full:framesize

1349     return mTrack->frameCount() * frameSize();
1364 ssize_t MediaPlayerService::AudioOutput::frameSize() const
1367 return mTrack->frameSize();
1390 *frameswritten = mBytesWritten / frameSize();
1620 mBytesWritten = uint64_t(pos) * t->frameSize();