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

  /frameworks/av/media/libaudioprocessing/
RecordBufferConverter.cpp 45 mSrcChannelMask(AUDIO_CHANNEL_INVALID), // updateParameters will set following vars
61 (void)updateParameters(srcChannelMask, srcFormat, srcSampleRate,
128 status_t RecordBufferConverter::updateParameters(
144 ALOGV("RecordBufferConverter updateParameters srcMask:%#x dstMask:%#x"
  /frameworks/av/media/libeffects/dynamicsproc/dsp/
DPFrequency.cpp 183 void DPFrequency::updateParameters(ChannelBuffer &cb, int channelIndex) {
187 ALOGE("Error: updateParameters null DPChannel %d", channelIndex);
199 ALOGE("Error: updateParameters null PreEq for channel: %d", channelIndex);
207 ALOGE("Error: updateParameters null PreEqBand for band %d", b);
255 ALOGE("Error: updateParameters null postEq for channel: %d", channelIndex);
263 ALOGE("Error: updateParameters PostEqBand NULL for band %d", b);
298 ALOGE("Error: updateParameters Mbc NULL for channel: %d", channelIndex);
307 ALOGE("Error: updateParameters MbcBand NULL for band %d", b);
348 ALOGE("Error: updateParameters Limiter NULL for channel: %d", channelIndex);
385 updateParameters(mChannelBuffers[ch], ch)
    [all...]
  /device/google/marlin/camera/QCamera2/HAL/
QCameraParametersIntf.cpp 93 int32_t QCameraParametersIntf::updateParameters(const String8& params, bool &needRestart)
97 return mImpl->updateParameters(params, needRestart);
    [all...]
QCamera2HWI.cpp     [all...]
QCameraParameters.cpp     [all...]
  /external/testng/src/main/java/org/testng/xml/
XmlSuite.java 316 private void updateParameters() {
338 updateParameters();
739 updateParameters();

Completed in 129 milliseconds