Searched defs:init (Results 1 - 25 of 284) sorted by path

1234567891011>>

/frameworks/av/camera/
H A DCamera.cpp68 init();
90 void Camera::init() function in class:android::Camera
/frameworks/av/include/media/
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);
/frameworks/av/libvideoeditor/lvpp/
H A DPreviewRenderer.cpp34 if (renderer->init() != 0) {
50 int PreviewRenderer::init() { function in class:android::PreviewRenderer
/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
/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...]
/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 DMediaRecorderClient.cpp256 status_t MediaRecorderClient::init() function in class:android::MediaRecorderClient
258 ALOGV("init");
264 return mRecorder->init();
H A DStagefrightRecorder.cpp84 status_t StagefrightRecorder::init() { function in class:android::StagefrightRecorder
85 ALOGV("init");
/frameworks/av/media/libstagefright/
H A DCameraSource.cpp175 mInitCheck = init(camera, proxy, cameraId,
468 status_t CameraSource::init( function in class:android::CameraSource
476 ALOGV("init");
H A DFLACExtractor.cpp63 status_t init();
147 status_t init();
460 mInitCheck = init();
472 status_t FLACParser::init() function in class:android::FLACParser
665 mInitCheck = init();
730 status_t FLACSource::init() function in class:android::FLACSource
732 ALOGV("FLACSource::init");
746 mInitCheck = init();
776 status_t FLACExtractor::init() function in class:android::FLACExtractor
H A DMPEG2TSWriter.cpp480 init();
493 init();
508 init();
511 void MPEG2TSWriter::init() { function in class:android::MPEG2TSWriter
H A DMediaCodec.cpp43 if (codec->init(mime, true /* nameIsType */, encoder) != OK) {
54 if (codec->init(name, false /* nameIsType */, false /* encoder */) != OK) {
93 status_t MediaCodec::init(const char *name, bool nameIsType, bool encoder) { function in class:android::MediaCodec
H A DOMXCodec.cpp1456 status_t OMXCodec::init() { function in class:android::OMXCodec
2684 // releases the lock and ::init can notice the state change and
3642 // Calling init() before starting its source so that we can configure,
3645 if ((err = init()) != OK) {
3646 CODEC_LOGE("init failed: %d", err);
3664 return init();
H A DOggExtractor.cpp80 status_t init();
584 status_t MyVorbisExtractor::init() { function in class:android::MyVorbisExtractor
979 mInitCheck = mImpl->init();
H A DWAVExtractor.cpp96 mInitCheck = init();
137 status_t WAVExtractor::init() { function in class:android::WAVExtractor
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dqc_main.c116 * description: init qcout parameter
217 * description: init QD parameter
222 struct QC_INIT *init)
224 hQC->nChannels = init->elInfo->nChannelsInEl;
225 hQC->maxBitsTot = init->maxBits;
226 hQC->bitResTot = sub(init->bitRes, init->averageBits);
227 hQC->averageBitsTot = init->averageBits;
228 hQC->maxBitFac = init->maxBitFac;
230 hQC->padding.paddingRest = init
221 QCInit(QC_STATE *hQC, struct QC_INIT *init) argument
[all...]
/frameworks/av/media/libstagefright/mpeg2ts/
H A DMPEG2TSExtractor.cpp124 init();
165 void MPEG2TSExtractor::init() { function in class:android::MPEG2TSExtractor
/frameworks/av/media/libstagefright/wifi-display/sink/
H A DRTPSink.cpp263 status_t RTPSink::init(bool useTCPInterleaving) { function in class:android::RTPSink
/frameworks/av/media/libstagefright/wifi-display/source/
H A DPlaybackSession.cpp329 status_t WifiDisplaySource::PlaybackSession::init( function in class:android::WifiDisplaySource::PlaybackSession
352 err = mSender->init(clientIP, clientRtp, clientRtcp, transportMode);

Completed in 285 milliseconds

1234567891011>>