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 316 info->mSample = NULL;
357 if (info->mSample != NULL) {
358 info->mSample->release();
359 info->mSample = NULL;
375 if (info->mSample != NULL) {
376 info->mSample->release();
377 info->mSample = NULL;
395 if (info->mSample != NULL) {
396 info->mSample->release();
397 info->mSample = NULL
    [all...]
  /frameworks/base/media/jni/soundpool/
SoundPool.h 93 sp<Sample> sample() { return mSample; }
100 void clear() { mChannelID = 0; mSample.clear(); }
103 sp<Sample> mSample;
SoundPool.cpp 804 mSample = sample;
882 sp<Sample> sample = mSample;
945 mPrevSampleID = mSample->sampleID();
946 mSample.clear();
1023 if (mAudioTrack != NULL && mSample != 0) {
1024 uint32_t sampleRate = uint32_t(float(mSample->sampleRate()) * rate + 0.5);
1048 if (mAudioTrack != NULL && mSample != 0) {
1049 uint32_t loopEnd = mSample->size()/mNumChannels/
1050 ((mSample->format() == AUDIO_FORMAT_PCM_16_BIT) ? sizeof(int16_t) : sizeof(uint8_t));
    [all...]
  /frameworks/av/include/media/stagefright/
NuMediaExtractor.h 100 MediaBuffer *mSample;

Completed in 2047 milliseconds