Searched refs:Init (Results 1 - 25 of 28) sorted by relevance

12

/frameworks/compile/slang/
H A Dslang_rs_export_element.h64 static void Init();
H A Dslang_rs_export_element.cpp34 void RSExportElement::Init() { function in class:slang::RSExportElement
68 Init();
158 Init();
H A Dslang_rs_check_ast.cpp93 } else if (clang::Expr *Init = VD->getInit()) {
95 Visit(Init);
H A Dslang_rs_object_ref_count.h111 void Init() { function in class:slang::RSObjectRefCount
H A Dslang_rs_backend.cpp80 mRefCount.Init();
H A Dslang_rs_object_ref_count.cpp513 // for (Init; Cond; Inc)
516 // Init -> "rsIntIter = 0"
531 clang::BinaryOperator *Init = local
597 Init,
881 // for (Init; Cond; Inc)
884 // Init -> "rsIntIter = 0"
897 clang::BinaryOperator *Init =
983 Init,
1520 Init();
/frameworks/ex/variablespeed/jni/
H A Dsola_time_scaler.h46 void Init(int sample_rate, int num_channels) { function in class:video_editing::SolaAnalyzer
79 // This is normally called once, before Init().
89 void Init(double sample_rate, int num_channels, double initial_speed,
H A Dring_buffer.h44 void Init(int size, int num_channels, int num_readers);
H A Dsola_time_scaler.cc80 void SolaTimeScaler::Init(double sample_rate, function in class:video_editing::SolaTimeScaler
161 input_buffer_->Init(static_cast<int>
166 output_buffer_->Init(static_cast<int>
176 analyzer_->Init(sample_rate_, num_channels_);
H A Dring_buffer.cc23 void RingBuffer::Init(int size, int num_channels, int num_readers) { function in class:video_editing::RingBuffer
H A Dvariablespeed.cc380 timeScaler_->Init(mSampleRate, mChannels, initialRate_, windowDuration_,
/frameworks/opt/emoji/
H A DEmojiFactory.cpp39 void Init();
52 void EmojiFactoryManager::Init() { function in class:android::EmojiFactoryManager
144 g_registrar.Init();
/frameworks/av/media/libstagefright/codecs/common/include/
H A DvoAudio.h115 * Init the audio codec module and return codec handle
121 VO_U32 (VO_API * Init) (VO_HANDLE * phCodec, VO_AUDIO_CODINGTYPE vType, VO_CODEC_INIT_USERDATA * pUserData ); member in struct:VO_AUDIO_CODECAPI
125 * \param hCodec [IN]] The codec handle which was created by Init function.
133 * \param hCodec [IN]] The codec handle which was created by Init function.
145 * \param hCodec [IN]] The codec handle which was created by Init function.
154 * \param hCodec [IN]] The codec handle which was created by Init function.
163 * \param hCodec [IN]] The codec handle which was created by Init function.
/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_env.h217 bool Init();
H A Dgl_frame.h48 bool Init(int width, int height);
H A Dgl_frame.cpp56 bool GLFrame::Init(int width, int height) { function in class:android::filterfw::GLFrame
197 target->Init(width_, height_);
382 target.Init(width_, height_);
/frameworks/base/core/jni/
H A Dandroid_emoji_EmojiFactory.cpp21 bool Init();
30 bool EmojiFactoryCaller::Init() { function in class:android::EmojiFactoryCaller
104 lib_emoji_factory_is_ready = gCaller->Init();
H A DAndroidRuntime.cpp230 SkGraphics::Init();
/frameworks/av/media/libstagefright/codecs/aacenc/SampleCode/
H A DAAC_E_SAMPLES.c210 //####################################### Init Encoding Section #########################################
211 returnCode = AudioAPI.Init(&hCodec, VO_AUDIO_CodingAAC, &useData);
/frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/
H A DAMRWB_E_SAMPLE.c164 //####################################### Init Encoding Section #########################################
165 ret = AudioAPI.Init(&hCodec, VO_AUDIO_CodingAMRWB, &useData);
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DAACEncoder.cpp72 if (VO_ERR_NONE != mApiHandle->Init(&mEncoderHandle, VO_AUDIO_CodingAAC, &userData)) {
H A DSoftAACEncoder.cpp141 mApiHandle->Init(&mEncoderHandle, VO_AUDIO_CodingAAC, &userData)) {
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Daacenc.c31 * Init the audio codec module and return codec handle
157 * \param hCodec [IN]] The Codec Handle which was created by Init function.
201 * \param hCodec [IN]] The Codec Handle which was created by Init function.
284 * \param hCodec [IN]] The Codec Handle which was created by Init function.
306 * \param hCodec [IN]] The Codec Handle which was created by Init function.
467 * \param hCodec [IN]] The Codec Handle which was created by Init function.
487 pDecHandle->Init = voAACEncInit;
/frameworks/av/media/libstagefright/codecs/amrwbenc/
H A DSoftAMRWBEncoder.cpp134 if (VO_ERR_NONE != mApiHandle->Init(
/frameworks/base/media/mca/filterfw/jni/
H A Djni_gl_frame.cpp52 if (frame->Init(width, height)) {

Completed in 2694 milliseconds

12