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

  /frameworks/wilhelm/src/itf/
IPlay.c 367 SLmillisecond markerPosition = thiz->mMarkerPosition;
369 *pMsec = markerPosition;
370 if (SL_TIME_UNKNOWN == markerPosition) {
IRecord.c 241 SLmillisecond markerPosition = thiz->mMarkerPosition;
243 *pMsec = markerPosition;
244 if (SL_TIME_UNKNOWN == markerPosition) {
  /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 57 milliseconds