HomeSort by relevance Sort by last modified time
    Searched defs:kNumSamplesPerFrame (Results 1 - 5 of 5) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrnb/enc/
SoftAMRNBEncoder.h 46 kNumSamplesPerFrame = 160,
56 int16_t mInputFrame[kNumSamplesPerFrame];
  /frameworks/av/media/libstagefright/codecs/amrwbenc/
SoftAMRWBEncoder.h 51 kNumSamplesPerFrame = 320,
62 int16_t mInputFrame[kNumSamplesPerFrame];
  /frameworks/av/media/libstagefright/codecs/aacenc/
SoftAACEncoder2.h 50 kNumSamplesPerFrame = 1024
  /hardware/google/av/media/codecs/amr_nb_wb/
C2SoftAmrNbEnc.h 48 static const int32_t kNumSamplesPerFrame = L_FRAME;
49 static const int32_t kNumBytesPerInputFrame = kNumSamplesPerFrame * sizeof(int16_t);
60 int16_t mInputFrame[kNumSamplesPerFrame];
C2SoftAmrWbEnc.h 48 static const int32_t kNumSamplesPerFrame = 320;
49 static const int32_t kNumBytesPerInputFrame = kNumSamplesPerFrame * sizeof(int16_t);
61 int16_t mInputFrame[kNumSamplesPerFrame];

Completed in 2916 milliseconds