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

  /external/sonivox/arm-wt-22k/host_src/
eas.h 749 * EAS_GetLocation()
766 EAS_PUBLIC EAS_RESULT EAS_GetLocation (EAS_DATA_HANDLE pEASData, EAS_HANDLE streamHandle, EAS_I32 *pTime);
    [all...]
eas_main.c 143 if ((result = EAS_GetLocation(easData, handle, &playTime)) != EAS_SUCCESS)
145 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "EAS_GetLocation returned %d\n",result); */ }
  /frameworks/av/media/libstagefright/
MidiExtractor.cpp 239 EAS_GetLocation(mEasData, mEasHandle, &timeMs);
  /external/sonivox/arm-wt-22k/lib_src/
eas_public.c     [all...]
jet.c 561 if ((result = EAS_GetLocation(easHandle, pSeg->streamHandle, &location)) == EAS_SUCCESS)
    [all...]
  /external/sonivox/jet_tools/JetCreator/
eas.py 405 eas_logger.debug('Call EAS_GetLocation')
408 result = eas_dll.EAS_GetLocation(self.eas.handle, self.handle, byref(msecs))
410 raise EAS_Exception(result, 'EAS_GetLocation error %d on file %s' % (result, self.path), 'EAS_GetLocation')
412 eas_logger.debug('EAS_GetLocation: location=%.3f' % msecs)
    [all...]

Completed in 777 milliseconds