| /OK3568_Linux_fs/external/mpp/osal/ |
| H A D | mpp_platform.cpp | 92 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 D | mpp_runtime.cpp | 68 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 D | mpp_buffer_impl.cpp | 34 #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 D | dicttrie.cpp | 150 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 D | pinyinime.cpp | 175 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 D | lpicache.cpp | 41 LpiCache& LpiCache::get_instance() { in get_instance() function in ime_pinyin::LpiCache
|
| H A D | dictbuilder.cpp | 527 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 D | spellingtrie.cpp | 232 return &get_instance(); in get_cpinstance() 235 SpellingTrie& SpellingTrie::get_instance() { in get_instance() function in ime_pinyin::SpellingTrie
|
| H A D | ngram.cpp | 154 NGram& NGram::get_instance() { in get_instance() function in ime_pinyin::NGram
|
| H A D | userdict.cpp | 404 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 D | dictlist.cpp | 241 NGram& ngram = NGram::get_instance(); in predict()
|
| H A D | matrixsearch.cpp | 724 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 D | rc_impl.cpp | 193 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 D | rc_impl.h | 41 static RcImplApiService *get_instance() { in get_instance() function
|
| H A D | rc.cpp | 63 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 D | alloc-pool.h | 184 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 D | alloc-pool.h | 184 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 D | lpicache.h | 39 static LpiCache& get_instance();
|
| H A D | ngram.h | 71 static NGram& get_instance();
|
| H A D | spellingtrie.h | 230 static SpellingTrie& get_instance();
|
| /OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/ |
| H A D | lpicache.h | 39 static LpiCache& get_instance();
|
| H A D | ngram.h | 71 static NGram& get_instance();
|
| H A D | spellingtrie.h | 230 static SpellingTrie& get_instance();
|