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

  /external/sonivox/arm-fm-22k/lib_src/
eas_wavefile.h 51 EAS_I32 mediaLength;
eas_wavefile.c 562 pWaveData->mediaLength = -1;
668 pWaveData->mediaLength = (EAS_I32) ((size * 1000) / avgBytesPerSec);
670 pWaveData->mediaLength = (EAS_I32) (size / (avgBytesPerSec / 1000));
758 *pMediaLength = pWaveData->mediaLength;
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_wavefile.h 51 EAS_I32 mediaLength;
eas_wavefile.c 562 pWaveData->mediaLength = -1;
668 pWaveData->mediaLength = (EAS_I32) ((size * 1000) / avgBytesPerSec);
670 pWaveData->mediaLength = (EAS_I32) (size / (avgBytesPerSec / 1000));
758 *pMediaLength = pWaveData->mediaLength;
  /external/sonivox/arm-wt-22k/lib_src/
eas_wavefile.h 51 EAS_I32 mediaLength;
eas_wavefile.c 562 pWaveData->mediaLength = -1;
668 pWaveData->mediaLength = (EAS_I32) ((size * 1000) / avgBytesPerSec);
670 pWaveData->mediaLength = (EAS_I32) (size / (avgBytesPerSec / 1000));
758 *pMediaLength = pWaveData->mediaLength;
  /frameworks/av/media/libstagefright/rtsp/
ARTPWriter.cpp 748 size_t mediaLength = mediaBuf->range_length();
750 CHECK_GE(kMaxPacketSize, 12u + 1u + mediaLength);
758 // hexdump(mediaData, mediaLength);
762 while (srcOffset < mediaLength) {
771 CHECK_EQ(srcOffset, mediaLength);
774 CHECK_LE(mediaLength + 12 + 1, buffer->capacity());

Completed in 82 milliseconds