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

  /frameworks/wilhelm/src/itf/
IRecord.c 241 SLmillisecond markerPosition = thiz->mMarkerPosition;
243 *pMsec = markerPosition;
244 if (SL_TIME_UNKNOWN == markerPosition) {
IPlay.c 367 SLmillisecond markerPosition = thiz->mMarkerPosition;
369 *pMsec = markerPosition;
370 if (SL_TIME_UNKNOWN == markerPosition) {
  /frameworks/wilhelm/src/android/
android_GenericPlayer.h 90 void setPlayEvents(int32_t eventFlags, int32_t markerPosition, int32_t positionUpdatePeriod);
  /frameworks/av/media/libmedia/
AudioRecord.cpp 746 size_t markerPosition = mMarkerPosition;
748 if (!mMarkerReached && (markerPosition > 0) && (position >= markerPosition)) {
782 mCbf(EVENT_MARKER, mUserData, &markerPosition);
802 if (!markerReached && position < markerPosition) {
803 minFrames = markerPosition - position;
AudioTrack.cpp     [all...]

Completed in 574 milliseconds