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;
127 mMarkerPosition = mMarkerPeriodInFrames;
132 track.setNotificationMarkerPosition(mMarkerPosition));
133 assertEquals(mMarkerPosition, track.getNotificationMarkerPosition());
243 mMarkerPosition += mMarkerPeriodInFrames;
244 if (mMarkerPosition <= mFrameCount) {
246 mAudioTrack.setNotificationMarkerPosition(mMarkerPosition));
AudioRecordTest.java 50 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/android/
AudioRecorder_to_android.cpp 530 if ((eventFlags & SL_RECORDEVENT_HEADATMARKER) && (pRecordItf->mMarkerPosition != 0)) {
531 ar->mAudioRecord->setMarkerPosition((uint32_t)((((int64_t)pRecordItf->mMarkerPosition
MediaPlayer_to_android.cpp 517 (int32_t) pPlayItf->mMarkerPosition, (int32_t) pPlayItf->mPositionUpdatePeriod);
AudioPlayer_to_android.cpp     [all...]
  /frameworks/wilhelm/src/
itfstruct.h 474 SLmillisecond mMarkerPosition;
541 SLmillisecond mMarkerPosition;
  /frameworks/av/include/media/
AudioRecord.h 559 uint32_t mMarkerPosition; // in wrapping (overflow) frame units
AudioTrack.h     [all...]
  /frameworks/av/media/libmedia/
AudioRecord.cpp 279 mMarkerPosition = 0;
377 mMarkerPosition = marker;
394 *marker = mMarkerPosition;
892 size_t markerPosition = mMarkerPosition;
    [all...]
AudioTrack.cpp 482 mMarkerPosition = 0;
639 mMarkerPosition = 0;
894 mMarkerPosition = marker;
914 *marker = mMarkerPosition;
    [all...]

Completed in 918 milliseconds