Searched refs:startFrames (Results 1 – 4 of 4) sorted by relevance
46 int32_t startFrames = -1);86 int32_t startFrames() const final { return mStartFrames; } in startFrames() function
509 int32_t startFrames = -1);531 virtual int32_t startFrames() const = 0;
2733 int32_t startFrames) in create() argument2751 startFrames); in create()2771 int32_t startFrames) in RecordTrack() argument2787 mStartFrames(startFrames) in RecordTrack()
9048 int32_t startFrames = -1; in createRecordTrack_l() local9053 startFrames = mSharedAudioStartFrames; in createRecordTrack_l()9060 startFrames); in createRecordTrack_l()9475 if (mRecordTrack->startFrames() >= 0) { in reset()9476 int32_t startFrames = mRecordTrack->startFrames(); in reset() local9478 if (startFrames <= rear) { in reset()9479 deltaFrames = rear - startFrames; in reset()9481 deltaFrames = (int32_t)((int64_t)rear + UINT32_MAX + 1 - startFrames); in reset()