HomeSort by relevance Sort by last modified time
    Searched refs:mMarkerPosition (Results 1 - 12 of 12) sorted by null

  /cts/tests/tests/media/src/android/media/cts/
AudioTrack_ListenerTest.java 46 private int mMarkerPosition;
128 mMarkerPosition = mMarkerPeriodInFrames;
133 track.setNotificationMarkerPosition(mMarkerPosition));
134 assertEquals(mMarkerPosition, track.getNotificationMarkerPosition());
244 mMarkerPosition += mMarkerPeriodInFrames;
245 if (mMarkerPosition <= mFrameCount) {
247 mAudioTrack.setNotificationMarkerPosition(mMarkerPosition));
AudioRecordTest.java 55 private int mMarkerPosition;
    [all...]
  /frameworks/wilhelm/src/itf/
IRecord.c 189 if (thiz->mMarkerPosition != mSec) {
190 thiz->mMarkerPosition = mSec;
215 if (thiz->mMarkerPosition != SL_TIME_UNKNOWN) {
216 thiz->mMarkerPosition = SL_TIME_UNKNOWN;
241 SLmillisecond markerPosition = thiz->mMarkerPosition;
321 thiz->mMarkerPosition = SL_TIME_UNKNOWN;
IPlay.c 315 if (thiz->mMarkerPosition != mSec) {
316 thiz->mMarkerPosition = mSec;
341 if (thiz->mMarkerPosition != SL_TIME_UNKNOWN) {
342 thiz->mMarkerPosition = SL_TIME_UNKNOWN;
367 SLmillisecond markerPosition = thiz->mMarkerPosition;
466 thiz->mMarkerPosition = SL_TIME_UNKNOWN;
  /frameworks/wilhelm/src/
itfstruct.h 477 SLmillisecond mMarkerPosition;
544 SLmillisecond mMarkerPosition;
  /frameworks/av/include/media/
AudioRecord.h 576 Modulo<uint32_t> mMarkerPosition; // in wrapping (overflow) frame units
AudioTrack.h     [all...]
  /frameworks/av/media/libmedia/
AudioRecord.cpp 275 mMarkerPosition = 0;
315 // we reactivate markers (mMarkerPosition != 0) as the position is reset to 0.
386 mMarkerPosition = marker;
403 mMarkerPosition.getValue(marker);
968 Modulo<uint32_t> markerPosition(mMarkerPosition);
    [all...]
AudioTrack.cpp 524 mMarkerPosition = 0;
705 mMarkerPosition = 0;
    [all...]
  /frameworks/wilhelm/src/android/
AudioRecorder_to_android.cpp 842 if ((eventFlags & SL_RECORDEVENT_HEADATMARKER) && (pRecordItf->mMarkerPosition != 0)) {
843 ar->mAudioRecord->setMarkerPosition((uint32_t)((((int64_t)pRecordItf->mMarkerPosition
    [all...]
MediaPlayer_to_android.cpp 515 (int32_t) pPlayItf->mMarkerPosition, (int32_t) pPlayItf->mPositionUpdatePeriod);
AudioPlayer_to_android.cpp     [all...]

Completed in 376 milliseconds