Home | History | Annotate | Download | only in libmedia

Lines Matching defs:dspFrames

526     virtual status_t getRenderPosition(size_t *halFrames, size_t *dspFrames,
540 if (dspFrames) {
541 *dspFrames = tmp;
1014 size_t dspFrames;
1015 status_t status = getRenderPosition(&halFrames, &dspFrames, output);
1019 reply->writeInt32(dspFrames);