Home | History | Annotate | Download | only in libmedia

Lines Matching defs:halFrames

526     virtual status_t getRenderPosition(size_t *halFrames, size_t *dspFrames,
536 if (halFrames) {
537 *halFrames = tmp;
1013 size_t halFrames;
1015 status_t status = getRenderPosition(&halFrames, &dspFrames, output);
1018 reply->writeInt32(halFrames);