Home | History | Annotate | Download | only in libmedia

Lines Matching refs:dspFrames

497     virtual status_t getRenderPosition(uint32_t *halFrames, uint32_t *dspFrames,
511 if (dspFrames) {
512 *dspFrames = tmp;
942 uint32_t dspFrames;
943 status_t status = getRenderPosition(&halFrames, &dspFrames, output);
947 reply->writeInt32(dspFrames);