Searched refs:init (Results 1 - 25 of 456) sorted by path

1234567891011>>

/frameworks/av/camera/
H A DCamera.cpp68 init();
90 void Camera::init() function in class:android::Camera
/frameworks/av/include/camera/
H A DCamera.h77 void init();
/frameworks/av/include/media/
H A DIMediaRecorder.h55 virtual status_t init() = 0;
H A DJetPlayer.h46 int init();
H A DMediaRecorderBase.h35 virtual status_t init() = 0;
H A DSoundPool.h68 void init(int numChannels, int sampleRate, audio_format_t format, size_t size, sp<IMemory> data ) { function in class:android::Sample
72 void init();
122 void init(SoundPool* soundPool);
H A Dmediarecorder.h227 status_t init();
/frameworks/av/include/media/stagefright/
H A DCameraSource.h200 status_t init(const sp<ICamera>& camera, const sp<ICameraRecordingProxy>& proxy,
H A DMPEG2TSWriter.h76 void init();
H A DMediaCodec.h140 kWhatInit = 'init',
207 status_t init(const char *name, bool nameIsType, bool encoder);
H A DOMXCodec.h338 status_t init();
/frameworks/av/libvideoeditor/lvpp/
H A DPreviewRenderer.cpp34 if (renderer->init() != 0) {
50 int PreviewRenderer::init() { function in class:android::PreviewRenderer
H A DPreviewRenderer.h53 int init();
/frameworks/av/media/libeffects/downmix/
H A DEffectDownmix.c235 ALOGW("DownmixLib_Create() init failed");
626 * init true if called from init function
638 int Downmix_Configure(downmix_module_t *pDwmModule, effect_config_t *pConfig, bool init) { argument
653 if (init) {
666 Downmix_Reset(pDownmixer, init);
680 * init true if called from init function
692 int Downmix_Reset(downmix_object_t *pDownmixer, bool init) { argument
H A DEffectDownmix.h97 int Downmix_Configure(downmix_module_t *pDwmModule, effect_config_t *pConfig, bool init);
98 int Downmix_Reset(downmix_object_t *pDownmixer, bool init);
/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c47 static int init();
70 int ret = init();
95 int ret = init();
116 int ret = init();
136 int ret = init();
179 int ret = init();
197 int ret = init();
244 int ret = init();
279 ret = init();
282 ALOGW("EffectCreate() init erro
387 int init() { function
[all...]
/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp75 int (* init)(preproc_effect_t *fx); member in struct:preproc_ops_s
1357 if (effect->ops->init) {
1358 effect->ops->init(effect);
/frameworks/av/media/libeffects/testlibs/
H A DEffectReverb.c157 ALOGW("EffectLibCreateEffect() init failed");
519 * init - true if called from init function
528 bool init) {
609 if (init) {
623 Reverb_Reset(pReverb, init);
658 * init - true if called from init function
667 void Reverb_Reset(reverb_object_t *pReverb, bool init) { argument
716 ReverbUpdateRoom(pReverb, init);
527 Reverb_setConfig(reverb_module_t *pRvbModule, effect_config_t *pConfig, bool init) argument
[all...]
H A DEffectReverb.h332 int Reverb_setConfig(reverb_module_t *pRvbModule, effect_config_t *pConfig, bool init);
334 void Reverb_Reset(reverb_object_t *pReverb, bool init);
/frameworks/av/media/libmedia/
H A DIMediaRecorder.cpp99 status_t init() function in class:android::BpMediaRecorder
101 ALOGV("init");
302 reply->writeInt32(init());
H A DJetPlayer.cpp61 int JetPlayer::init() function in class:android::JetPlayer
71 ALOGE("JetPlayer::init(): EAS library configuration could not be retrieved, aborting.");
75 // init the EAS library
78 ALOGE("JetPlayer::init(): Error initializing Sonivox EAS library, aborting.");
82 // init the JET library with the default app event controller range
85 ALOGE("JetPlayer::init(): Error initializing JET library, aborting.");
102 ALOGV("JetPlayer::init(): trying to start render thread");
109 ALOGV("JetPlayer::init(): render thread(%d) successfully started.", mTid);
112 ALOGE("JetPlayer::init(): failed to start render thread.");
H A DSoundPool.cpp70 mChannelPool[i].init(this);
455 init();
463 init();
471 void Sample::init() function in class:android::Sample
541 void SoundChannel::init(SoundPool* soundPool) function in class:android::SoundChannel
H A Dmediarecorder.cpp77 status_t MediaRecorder::init() function in class:android::MediaRecorder
79 ALOGV("init");
85 ALOGE("init called in an invalid state(%d)", mCurrentState);
89 status_t ret = mMediaRecorder->init();
91 ALOGV("init failed: %d", ret);
119 ALOGV("Call init() since the media recorder is not initialized yet");
120 status_t ret = init();
150 ALOGV("Call init() since the media recorder is not initialized yet");
151 status_t ret = init();
/frameworks/av/media/libmediaplayerservice/
H A DCrypto.cpp38 mInitCheck = init();
58 status_t Crypto::init() { function in class:android::Crypto
H A DCrypto.h63 status_t init();

Completed in 177 milliseconds

1234567891011>>