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

  /frameworks/av/media/libstagefright/
NuMediaExtractor.cpp 289 info->mSample = NULL;
330 if (info->mSample != NULL) {
331 info->mSample->release();
332 info->mSample = NULL;
348 if (info->mSample != NULL) {
349 info->mSample->release();
350 info->mSample = NULL;
368 if (info->mSample != NULL) {
369 info->mSample->release();
370 info->mSample = NULL
    [all...]
  /frameworks/av/include/media/
SoundPool.h 98 sp<Sample> sample() { return mSample; }
105 void clear() { mChannelID = 0; mSample.clear(); }
108 sp<Sample> mSample;
  /frameworks/av/include/media/stagefright/
NuMediaExtractor.h 88 MediaBuffer *mSample;
  /frameworks/av/media/libmedia/
SoundPool.cpp 631 mSample = sample;
711 sp<Sample> sample = mSample;
767 mSample.clear();
844 if (mAudioTrack != NULL && mSample != 0) {
845 uint32_t sampleRate = uint32_t(float(mSample->sampleRate()) * rate + 0.5);
869 if (mAudioTrack != NULL && mSample != 0) {
870 uint32_t loopEnd = mSample->size()/mNumChannels/
871 ((mSample->format() == AUDIO_FORMAT_PCM_16_BIT) ? sizeof(int16_t) : sizeof(uint8_t));
899 mSample = sample;

Completed in 1331 milliseconds