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 798 size_t markerPosition = mMarkerPosition;
800 if (!mMarkerReached && (markerPosition > 0) && (position >= markerPosition)) {
834 mCbf(EVENT_MARKER, mUserData, &markerPosition);
854 if (!markerReached && position < markerPosition) {
855 minFrames = markerPosition - position;
    [all...]
AudioTrack.cpp     [all...]

Completed in 2408 milliseconds