Home
last modified time | relevance | path

Searched defs:kNumSamplesPerFrame (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/av/media/codec2/components/amr_nb_wb/
H A DC2SoftAmrNbEnc.h48 static const int32_t kNumSamplesPerFrame = L_FRAME; variable
H A DC2SoftAmrWbEnc.h48 static const int32_t kNumSamplesPerFrame = 320; variable
/aosp12/frameworks/av/media/libstagefright/codecs/amrnb/enc/
H A DSoftAMRNBEncoder.h46 kNumSamplesPerFrame = 160, enumerator
/aosp12/frameworks/av/media/libstagefright/codecs/amrwbenc/
H A DSoftAMRWBEncoder.h51 kNumSamplesPerFrame = 320, enumerator
/aosp12/frameworks/av/media/libstagefright/codecs/aacenc/
H A DSoftAACEncoder2.h50 kNumSamplesPerFrame = 1024 enumerator
/aosp12/frameworks/av/media/libstagefright/codecs/flac/enc/
H A DSoftFlacEncoder.h49 static constexpr unsigned int kNumSamplesPerFrame = 1152; member