Home | History | Annotate | Download | only in libmedia

Lines Matching defs:dspFrames

528     virtual status_t getRenderPosition(size_t *halFrames, size_t *dspFrames,
542 if (dspFrames) {
543 *dspFrames = tmp;
1017 size_t dspFrames;
1018 status_t status = getRenderPosition(&halFrames, &dspFrames, output);
1022 reply->writeInt32(dspFrames);