Searched refs:mMarkerPosition (Results 1 – 10 of 10) sorted by relevance
189 if (thiz->mMarkerPosition != mSec) { in IRecord_SetMarkerPosition()190 thiz->mMarkerPosition = mSec; in IRecord_SetMarkerPosition()215 if (thiz->mMarkerPosition != SL_TIME_UNKNOWN) { in IRecord_ClearMarkerPosition()216 thiz->mMarkerPosition = SL_TIME_UNKNOWN; in IRecord_ClearMarkerPosition()241 SLmillisecond markerPosition = thiz->mMarkerPosition; in IRecord_GetMarkerPosition()321 thiz->mMarkerPosition = SL_TIME_UNKNOWN; in IRecord_init()
315 if (thiz->mMarkerPosition != mSec) { in IPlay_SetMarkerPosition()316 thiz->mMarkerPosition = mSec; in IPlay_SetMarkerPosition()341 if (thiz->mMarkerPosition != SL_TIME_UNKNOWN) { in IPlay_ClearMarkerPosition()342 thiz->mMarkerPosition = SL_TIME_UNKNOWN; in IPlay_ClearMarkerPosition()367 SLmillisecond markerPosition = thiz->mMarkerPosition; in IPlay_GetMarkerPosition()466 thiz->mMarkerPosition = SL_TIME_UNKNOWN; in IPlay_init()
222 mMarkerPosition = 0; in set()366 mMarkerPosition = marker; in setMarkerPosition()377 *marker = mMarkerPosition; in getMarkerPosition()669 uint32_t markerPosition = mMarkerPosition; in processAudioBuffer()673 bool needMarker = !mMarkerReached && (mMarkerPosition > 0) && (user >= mMarkerPosition); in processAudioBuffer()
315 mMarkerPosition = 0; in set()481 mMarkerPosition = 0; in flush_l()642 mMarkerPosition = marker; in setMarkerPosition()652 *marker = mMarkerPosition; in getMarkerPosition()1231 if (!mMarkerReached && (mMarkerPosition > 0)) { in processAudioBuffer()1232 if (cblk->server >= mMarkerPosition) { in processAudioBuffer()1233 mCbf(EVENT_MARKER, mUserData, (void *)&mMarkerPosition); in processAudioBuffer()1257 if (mUpdatePeriod || (!mMarkerReached && mMarkerPosition) || mLoopCount) { in processAudioBuffer()
364 uint32_t mMarkerPosition; // in frames variable
526 uint32_t mMarkerPosition; variable
481 if ((eventFlags & SL_RECORDEVENT_HEADATMARKER) && (pRecordItf->mMarkerPosition != 0)) { in android_audioRecorder_useRecordEventMask()482 ar->mAudioRecord->setMarkerPosition((uint32_t)((((int64_t)pRecordItf->mMarkerPosition in android_audioRecorder_useRecordEventMask()
517 (int32_t) pPlayItf->mMarkerPosition, (int32_t) pPlayItf->mPositionUpdatePeriod); in android_Player_usePlayEventMask()
2004 ap->mAPlayer->setPlayEvents((int32_t) eventFlags, (int32_t) pPlayItf->mMarkerPosition, in android_audioPlayer_usePlayEventMask()2014 ap->mAudioTrack->setMarkerPosition((uint32_t)((((int64_t)pPlayItf->mMarkerPosition in android_audioPlayer_usePlayEventMask()
472 SLmillisecond mMarkerPosition; member539 SLmillisecond mMarkerPosition; member