Home
last modified time | relevance | path

Searched refs:mMarkerPosition (Results 1 – 10 of 10) sorted by relevance

/frameworks/wilhelm/src/itf/
DIRecord.cpp189 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()
DIPlay.cpp315 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()
/frameworks/wilhelm/src/
Ditfstruct.h476 SLmillisecond mMarkerPosition; member
543 SLmillisecond mMarkerPosition; member
/frameworks/wilhelm/src/android/
DAudioRecorder_to_android.cpp855 if ((eventFlags & SL_RECORDEVENT_HEADATMARKER) && (pRecordItf->mMarkerPosition != 0)) { in android_audioRecorder_useRecordEventMask()
856 ar->mAudioRecord->setMarkerPosition((uint32_t)((((int64_t)pRecordItf->mMarkerPosition in android_audioRecorder_useRecordEventMask()
DMediaPlayer_to_android.cpp519 (int32_t) pPlayItf->mMarkerPosition, (int32_t) pPlayItf->mPositionUpdatePeriod); in android_Player_usePlayEventMask()
DAudioPlayer_to_android.cpp2312 ap->mAPlayer->setPlayEvents((int32_t) eventFlags, (int32_t) pPlayItf->mMarkerPosition, in android_audioPlayer_usePlayEventMask()
2324 (int64_t) pPlayItf->mMarkerPosition * in android_audioPlayer_usePlayEventMask()
/frameworks/av/media/libaudioclient/
DAudioRecord.cpp390 mMarkerPosition = 0; in set()
544 mMarkerPosition = marker; in setMarkerPosition()
561 mMarkerPosition.getValue(marker); in getMarkerPosition()
1221 Modulo<uint32_t> markerPosition(mMarkerPosition); in processAudioBuffer()
DAudioTrack.cpp638 mMarkerPosition = 0; in set()
936 mMarkerPosition = 0; in flush_l()
1380 mMarkerPosition = marker; in setMarkerPosition()
1400 mMarkerPosition.getValue(marker); in getMarkerPosition()
2246 Modulo<uint32_t> markerPosition(mMarkerPosition); in processAudioBuffer()
/frameworks/av/media/libaudioclient/include/media/
DAudioRecord.h692 Modulo<uint32_t> mMarkerPosition; // in wrapping (overflow) frame units variable
DAudioTrack.h1243 Modulo<uint32_t> mMarkerPosition; // in wrapping (overflow) frame units variable