Searched refs:compressionLevel (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/
H A DACodec.cpp2182 int32_t numChannels = 0, sampleRate = 0, compressionLevel = -1; local
2191 "complexity", &compressionLevel) &&
2193 "flac-compression-level", &compressionLevel)) {
2194 compressionLevel = 5; // default FLAC compression level
2195 } else if (compressionLevel < 0) {
2198 compressionLevel);
2199 compressionLevel = 0;
2200 } else if (compressionLevel > 8) {
2203 compressionLevel);
2204 compressionLevel
2975 setupFlacCodec( bool encoder, int32_t numChannels, int32_t sampleRate, int32_t compressionLevel) argument
[all...]
/frameworks/av/include/media/stagefright/
H A DACodec.h470 bool encoder, int32_t numChannels, int32_t sampleRate, int32_t compressionLevel);
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DACodec.h470 bool encoder, int32_t numChannels, int32_t sampleRate, int32_t compressionLevel);
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h2825 XApermille compressionLevel; member in struct:XAImageSettings_

Completed in 289 milliseconds