Home
last modified time | relevance | path

Searched refs:get_instance (Results 1 – 23 of 23) sorted by relevance

/OK3568_Linux_fs/external/mpp/osal/
H A Dmpp_platform.cpp92 static MppPlatformService *get_instance() { in get_instance() function in MppPlatformService
154 return MppPlatformService::get_instance()->get_ioctl_version(); in mpp_get_ioctl_version()
159 return MppPlatformService::get_instance()->get_kernel_version(); in mpp_get_kernel_version()
177 return MppPlatformService::get_instance()->get_mpp_service_cmd_cap(); in mpp_get_mpp_service_cmd_cap()
182 return MppPlatformService::get_instance()->get_hw_id(client_type); in mpp_get_client_hw_id()
190 vcodec_type = MppPlatformService::get_instance()->get_vcodec_type(); in mpp_get_vcodec_type()
H A Dmpp_runtime.cpp68 static MppRuntimeService *get_instance() { in get_instance() function in MppRuntimeService
180 return MppRuntimeService::get_instance()->get_allocator_valid(type); in mpp_rt_allcator_is_valid()
/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_buffer_impl.cpp34 #define SEARCH_GROUP_BY_ID(id) ((MppBufferService::get_instance())->get_group_by_id(id))
77 static MppBufferService *get_instance() { in get_instance() function in MppBufferService
244 if (!MppBufferService::get_instance()->is_finalizing()) in put_buffer()
283 MppBufferService::get_instance()->dec_total(buffer->info.size); in put_buffer()
291 MppBufferService::get_instance()->put_group(caller, group); in put_buffer()
293 mpp_assert(MppBufferService::get_instance()->is_finalizing()); in put_buffer()
430 MppBufferService::get_instance()->inc_total(info->size); in mpp_buffer_create()
620 *group = MppBufferService::get_instance()->get_group(tag, caller, mode, type, 0); in mpp_buffer_group_init()
635 MppBufferService::get_instance()->put_group(__FUNCTION__, p); in mpp_buffer_group_deinit()
698 MppBufferService::get_instance()->dump(info); in mpp_buffer_service_dump()
[all …]
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Ddicttrie.cpp150 SpellingTrie &spl_trie = SpellingTrie::get_instance(); in save_dict()
151 NGram &ngram = NGram::get_instance(); in save_dict()
193 size_t buf_size = SpellingTrie::get_instance().get_spelling_num() + 1; in load_dict()
260 SpellingTrie &spl_trie = SpellingTrie::get_instance(); in load_dict()
261 NGram &ngram = NGram::get_instance(); in load_dict()
298 SpellingTrie &spl_trie = SpellingTrie::get_instance(); in load_dict_fd()
299 NGram &ngram = NGram::get_instance(); in load_dict_fd()
317 NGram& ngram = NGram::get_instance(); in fill_lpi_buffer()
336 NGram& ngram = NGram::get_instance(); in fill_lpi_buffer()
397 LpiCache& lpi_cache = LpiCache::get_instance(); in extend_dict0()
[all …]
H A Dpinyinime.cpp175 SpellingTrie &spl_trie = SpellingTrie::get_instance(); in im_enable_shm_as_szm()
180 SpellingTrie &spl_trie = SpellingTrie::get_instance(); in im_enable_ym_as_szm()
H A Dlpicache.cpp41 LpiCache& LpiCache::get_instance() { in get_instance() function in ime_pinyin::LpiCache
H A Ddictbuilder.cpp527 SpellingTrie &spl_trie = SpellingTrie::get_instance(); in build_dict()
572 NGram& ngram = NGram::get_instance(); in build_dict()
703 SpellingTrie &spl_trie = SpellingTrie::get_instance(); in build_scis()
H A Dspellingtrie.cpp232 return &get_instance(); in get_cpinstance()
235 SpellingTrie& SpellingTrie::get_instance() { in get_instance() function in ime_pinyin::SpellingTrie
H A Dngram.cpp154 NGram& NGram::get_instance() { in get_instance() function in ime_pinyin::NGram
H A Duserdict.cpp404 SpellingTrie &spl_trie = SpellingTrie::get_instance(); in is_fuzzy_prefix_spell_id()
424 SpellingTrie &spl_trie = SpellingTrie::get_instance(); in fuzzy_compare_spell_id()
513 SpellingTrie &spl_trie = SpellingTrie::get_instance(); in prepare_locate()
1853 SpellingTrie * spl_trie = &SpellingTrie::get_instance(); in _get_lpis()
H A Ddictlist.cpp241 NGram& ngram = NGram::get_instance(); in predict()
H A Dmatrixsearch.cpp724 printf(" Spelling : %s, %d\n", SpellingTrie::get_instance(). in debug_print_dmi()
1429 LpiCache& lpi_cache = LpiCache::get_instance(); in extend_dmi()
/OK3568_Linux_fs/external/mpp/mpp/codec/rc/
H A Drc_impl.cpp193 return RcImplApiService::get_instance()->api_add(api); in rc_api_add()
212 return RcImplApiService::get_instance()->api_get_all(brief, count, max_count); in rc_brief_get_all()
233 return RcImplApiService::get_instance()->api_get_by_type(brief, count, max_count, type); in rc_brief_get_by_type()
H A Drc_impl.h41 static RcImplApiService *get_instance() { in get_instance() function
H A Drc.cpp63 RcImplApi *api = RcImplApiService::get_instance()->api_get(type, name); in rc_init()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dalloc-pool.h184 get_instance (void *data_ptr) in get_instance() function
420 allocation_object::get_instance (header)->id = m_id; in allocate()
442 gcc_assert (m_id == allocation_object::get_instance (object)->id); in remove()
450 allocation_object::get_instance (object)->id = 0; in remove()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dalloc-pool.h184 get_instance (void *data_ptr) in get_instance() function
420 allocation_object::get_instance (header)->id = m_id; in allocate()
442 gcc_assert (m_id == allocation_object::get_instance (object)->id); in remove()
450 allocation_object::get_instance (object)->id = 0; in remove()
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Dlpicache.h39 static LpiCache& get_instance();
H A Dngram.h71 static NGram& get_instance();
H A Dspellingtrie.h230 static SpellingTrie& get_instance();
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Dlpicache.h39 static LpiCache& get_instance();
H A Dngram.h71 static NGram& get_instance();
H A Dspellingtrie.h230 static SpellingTrie& get_instance();