Searched refs:log (Results 1 - 25 of 464) sorted by path

1234567891011>>

/frameworks/av/include/media/nbaio/
H A DNBLog.h47 // representation of a single log entry in private memory
62 // representation of a single log entry in shared memory
71 // byte[3+mLength] start of next log entry
125 virtual void log(const char *string);
141 void log(Event event, const void *data, size_t length);
142 void log(const Entry *entry, bool trusted = false);
148 bool mEnabled; // whether to actually log
159 virtual void log(const char *string);
/frameworks/av/media/img_utils/include/img_utils/
H A DTiffIfd.h148 void log() const;
H A DTiffWriter.h231 virtual void log() const;
/frameworks/av/media/img_utils/src/
H A DTiffIfd.cpp376 void TiffIfd::log() const { function in class:android::img_utils::TiffIfd
H A DTiffWriter.cpp104 log();
381 void TiffWriter::log() const { function in class:android::img_utils::TiffWriter
385 mNamedIfds[i]->log();
/frameworks/av/media/libeffects/downmix/
H A DEffectDownmix.c19 #include <log/log.h>
194 // should work (won't log an error)
201 // shouldn't work (will log an error, won't display channel indices)
/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.h20 #include <cutils/log.h>
/frameworks/av/media/libeffects/loudness/
H A DEffectLoudnessEnhancer.cpp19 #include <cutils/log.h>
/frameworks/av/media/libeffects/loudness/dsp/core/
H A Ddynamic_range_compression-inl.h20 #include <cutils/log.h>
H A Ddynamic_range_compression.cpp26 #include <cutils/log.h>
81 // Subtract Threshold from log-encoded input to get the amount of overshoot
110 // Subtract Threshold from log-encoded input to get the amount of overshoot
H A Ddynamic_range_compression.h25 #include <cutils/log.h>
55 // log(.) and exp(.).
87 // above the threshold (in the log-domain). The ratio controls the
H A Dinterpolator_base-inl.h23 #include <cutils/log.h>
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp28 #include <cutils/log.h>
3209 // Warning this log will fail to properly read an int32_t value, assumes int16_t
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp28 #include <cutils/log.h>
/frameworks/av/media/libeffects/proxy/
H A DEffectProxy.cpp20 #include <cutils/log.h>
/frameworks/av/media/libeffects/testlibs/
H A DEffectEqualizer.cpp21 #include <cutils/log.h>
H A DEffectReverb.c19 #include <cutils/log.h>
H A DEffectsMath.c18 #include <cutils/log.h>
52 int32_t log = (int32_t)gLogTab[i]; local
56 return (exp << 15) + log + (((x - segStart) * (logEnd - log)) >> (exp - 6));
/frameworks/av/media/libeffects/visualizer/
H A DEffectVisualizer.cpp19 #include <log/log.h>
28 #include <cutils/log.h>
/frameworks/av/media/libmedia/
H A DAudioSystem.cpp229 // convert volume steps to natural log scale
247 // int v = volume ? 100 - int(dBConvertInverse * log(volume) + 0.5) : 0;
250 return volume ? 100 - int(dBConvertInverse * log(volume) + 0.5) : 0;
/frameworks/av/media/libnbaio/
H A DNBLog.cpp91 void NBLog::Writer::log(const char *string) function in class:android::NBLog::Writer
100 log(EVENT_STRING, string, length);
127 log(EVENT_STRING, buffer, length);
138 log(EVENT_TIMESTAMP, &ts, sizeof(struct timespec));
147 log(EVENT_TIMESTAMP, &ts, sizeof(struct timespec));
150 void NBLog::Writer::log(Event event, const void *data, size_t length) function in class:android::NBLog::Writer
167 log(&entry, true /*trusted*/);
170 void NBLog::Writer::log(const NBLog::Entry *entry, bool trusted) function in class:android::NBLog::Writer
176 log(entry->mEvent, entry->mData, entry->mLength);
225 void NBLog::LockedWriter::log(cons function in class:android::NBLog::LockedWriter
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Da_refl.cpp62 #include <log/log.h>
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dm4venc_oscl.h37 #define M4VENC_LOG(x) log(x)
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A DH264SwDecApi.c38 #include <log/log.h>
H A Dh264bsd_dpb.c63 #include <log/log.h>

Completed in 288 milliseconds

1234567891011>>