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

/frameworks/av/media/libstagefright/
H A DACodec.cpp2174 int32_t numChannels = 0, sampleRate = 0, compressionLevel = -1; local
2183 "complexity", &compressionLevel) &&
2185 "flac-compression-level", &compressionLevel)) {
2186 compressionLevel = 5; // default FLAC compression level
2187 } else if (compressionLevel < 0) {
2190 compressionLevel);
2191 compressionLevel = 0;
2192 } else if (compressionLevel > 8) {
2195 compressionLevel);
2196 compressionLevel
2952 setupFlacCodec( bool encoder, int32_t numChannels, int32_t sampleRate, int32_t compressionLevel) argument
[all...]
/frameworks/av/include/media/stagefright/
H A DACodec.h483 bool encoder, int32_t numChannels, int32_t sampleRate, int32_t compressionLevel);
/frameworks/av/media/libstagefright/foundation/include/
H A DACodec.h483 bool encoder, int32_t numChannels, int32_t sampleRate, int32_t compressionLevel);
/frameworks/av/media/libstagefright/include/
H A DACodec.h483 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 576 milliseconds