Searched refs:configure (Results 101 - 125 of 128) sorted by relevance

123456

/frameworks/av/media/libaaudio/src/client/
H A DAudioStreamInternal.cpp173 result = mAudioEndpoint.configure(&mEndpointDescriptor, getDirection());
/frameworks/av/media/libeffects/dynamicsproc/dsp/
H A DDPFrequency.cpp145 void DPFrequency::configure(size_t blockSize, size_t overlapSize, function in class:dp_fx::DPFrequency
147 ALOGV("configure");
/frameworks/av/media/libstagefright/filters/
H A DMediaFilter.cpp456 err = mFilter->configure(msg);
458 ALOGE("Failed to configure filter component, err %d", err);
/frameworks/av/services/audioflinger/
H A DEffects.cpp73 // prior to configure().
76 mMaxDisableWaitCnt(1), // set by configure(), should be >= 1
492 status_t AudioFlinger::EffectModule::configure() function in class:android::AudioFlinger::EffectModule
494 ALOGVV("configure() started");
578 ALOGV("configure() %p thread %p buffer %p framecount %zu",
685 ALOGVV("configure ended");
999 // mConfig.inputCfg.buffer.frameCount may be zero if configure() is not called yet.
1049 // mConfig.outputCfg.buffer.frameCount may be zero if configure() is not called yet.
2111 mEffects[idx_insert-1]->configure();
2122 effect->configure();
[all...]
H A DThreads.h1566 virtual void configure(const audio_attributes_t *attr,
1659 virtual void configure(const audio_attributes_t *attr,
H A DThreads.cpp3903 // create fast mixer and configure it initially with just one fast track for our submix
7969 void AudioFlinger::MmapThread::configure(const audio_attributes_t *attr, function in class:android::AudioFlinger::MmapThread
8674 void AudioFlinger::MmapPlaybackThread::configure(const audio_attributes_t *attr, function in class:android::AudioFlinger::MmapPlaybackThread
8681 MmapThread::configure(attr, streamType, sessionId, callback, deviceId, portId);
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DLegacyCameraDevice.java402 Log.e(TAG, "Surface bufferqueue is abandoned, cannot configure as output: ", e);
411 mRequestThreadManager.configure(sizedSurfaces);
466 Log.e(TAG, "submitRequestList - must configure " +
469 "submitRequestList - must configure " +
H A DRequestThreadManager.java345 Log.e(TAG, "Received device exception in configure call: ", e);
361 Log.e(TAG, "Received device exception in configure call: ", e);
708 Log.e(TAG, "Timed out while queueing configure request.");
1094 * @param outputs a {@link java.util.Collection} of outputs to configure.
1096 public void configure(Collection<Pair<Surface, Size>> outputs) { method in class:RequestThreadManager
/frameworks/base/services/core/java/com/android/server/display/
H A DAutomaticBrightnessController.java242 public void configure(boolean enable, @Nullable BrightnessConfiguration configuration, method in class:AutomaticBrightnessController
H A DDisplayPowerController.java843 mAutomaticBrightnessController.configure(autoBrightnessEnabled,
/frameworks/support/heifwriter/src/main/java/androidx/heifwriter/
H A DHeifEncoder.java306 mEncoder.configure(codecFormat, null, null, MediaCodec.CONFIGURE_FLAG_ENCODE);
/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.cpp280 status_t JMediaCodec::configure( function in class:android::JMediaCodec
294 return mCodec->configure(
1127 err = codec->configure(format, bufferProducer, crypto, descrambler, flags);
/frameworks/av/cmds/screenrecord/
H A Dscreenrecord.cpp128 fprintf(stderr, "Unable to configure SIGINT handler: %s\n",
134 fprintf(stderr, "Unable to configure SIGHUP handler: %s\n",
194 err = codec->configure(format, NULL, NULL,
197 fprintf(stderr, "ERROR: unable to configure %s codec at %dx%d (err=%d)\n",
/frameworks/av/media/libmedia/
H A DNdkWrapper.cpp906 status_t AMediaCodecWrapper::configure( function in class:android::AMediaCodecWrapper
/frameworks/av/media/libmediaplayer2/nuplayer2/
H A DNuPlayer2Decoder.cpp348 // configure is called once; still using OR in case the behavior changes.
352 err = mCodec->configure(
359 ALOGE("Failed to configure [%s] decoder (err=%d)", mComponentName.c_str(), err);
H A DNuPlayer2.cpp2033 (*decoder)->configure(format);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.cpp338 // configure is called once; still using OR in case the behavior changes.
343 err = mCodec->configure(
347 ALOGE("Failed to configure [%s] decoder (err=%d)", mComponentName.c_str(), err);
H A DNuPlayer.cpp1988 (*decoder)->configure(format);
/frameworks/av/media/libstagefright/
H A DFrameDecoder.cpp221 err = decoder->configure(
224 ALOGW("configure returned error %d (%s)", err, asString(err));
H A DMediaCodec.cpp997 status_t MediaCodec::configure( function in class:android::MediaCodec
1002 return configure(format, nativeWindow, crypto, NULL, flags);
1005 status_t MediaCodec::configure( function in class:android::MediaCodec
1098 // the configure failure is due to wrong state.
1100 ALOGE("configure failed with err 0x%08x, resetting...", err);
1242 ALOGE("retrying start: failed to configure codec");
1969 ALOGW("configure interrupted by error, current state %d", mState);
2107 // part of the format in the call to configure and
/frameworks/av/media/libstagefright/bqhelper/
H A DGraphicBufferSource.cpp1072 status_t GraphicBufferSource::configure( function in class:android::GraphicBufferSource
/frameworks/av/media/ndk/
H A DNdkMediaCodec.cpp409 ALOGV("configure with format: %s", nativeFormat->debugString(0).c_str());
415 status_t err = mData->mCodec->configure(nativeFormat, surface,
418 ALOGE("configure: err(%d), failed with format: %s",
/frameworks/av/media/libeffects/dynamicsproc/
H A DEffectDynamicsProcessing.cpp249 ((dp_fx::DPFrequency*)pContext->mPDynamics)->configure(currentBlock,
255 ALOGE("DynamicsProcessing variant %d not available to configure", newVariant);
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp933 << "Expected configure() to have been called.";
981 virtual void configure(nsecs_t, const InputReaderConfiguration*, uint32_t) { function in class:FakeInputMapper
1128 device->configure(ARBITRARY_TIME, mFakePolicy->getReaderConfiguration(), changes);
1413 mDevice->configure(ARBITRARY_TIME, &config, 0);
1473 mDevice->configure(ARBITRARY_TIME, &config, 0);
1589 mDevice->configure(ARBITRARY_TIME, mFakePolicy->getReaderConfiguration(), changes);
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java1070 intent.setComponent(provider.info.configure);
2607 info.configure = new ComponentName(providerId.componentName.getPackageName(),

Completed in 2240 milliseconds

123456