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

12

/frameworks/compile/slang/
H A Dslang_rs_export_element.h64 static void Init();
H A Dslang_rs_export_element.cpp55 void RSExportElement::Init() { function in class:slang::RSExportElement
80 Init();
169 Init();
H A Dslang_rs_object_ref_count.h108 void Init() { function in class:slang::RSObjectRefCount
H A Dslang_rs_check_ast.cpp213 } else if (clang::Expr *Init = VD->getInit()) {
215 Visit(Init);
H A Dslang_rs_object_ref_count.cpp495 // for (Init; Cond; Inc)
498 // Init -> "rsIntIter = 0"
513 clang::BinaryOperator *Init = local
580 Init,
864 // for (Init; Cond; Inc)
867 // Init -> "rsIntIter = 0"
880 clang::BinaryOperator *Init =
965 Init,
1497 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
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSEmbedInfo.cpp119 llvm::Constant *Init = llvm::ConstantDataArray::getString(*C, local
122 new llvm::GlobalVariable(M, Init->getType(), true,
123 llvm::GlobalValue::ExternalLinkage, Init,
/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_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_);
H A Dgl_env.h220 bool Init();
/frameworks/base/core/jni/
H A Dandroid_emoji_EmojiFactory.cpp21 bool Init();
30 bool EmojiFactoryCaller::Init() { function in class:android::EmojiFactoryCaller
101 lib_emoji_factory_is_ready = gCaller->Init();
H A DAndroidRuntime.cpp248 SkGraphics::Init();
985 jni_invocation.Init(NULL);
/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.c33 * Init the audio codec module and return codec handle
161 * \param hCodec [IN]] The Codec Handle which was created by Init function.
205 * \param hCodec [IN]] The Codec Handle which was created by Init function.
288 * \param hCodec [IN]] The Codec Handle which was created by Init function.
310 * \param hCodec [IN]] The Codec Handle which was created by Init function.
471 * \param hCodec [IN]] The Codec Handle which was created by Init function.
495 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)) {
/frameworks/base/services/core/jni/
H A Dcom_android_server_location_FlpHardwareProvider.cpp680 static void Init(JNIEnv* env, jobject obj) { function in namespace:android
953 {"nativeInit", "()V", reinterpret_cast<void*>(Init)},

Completed in 1991 milliseconds

12