/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/ |
H A D | ge_mesa_blur_shader_filter.cpp | 255 canvas.GetGPUContext().get(), nullptr, scaledInfo, false)); in ApplyGreyAdjustmentFilter() 286 return blurBuilder.MakeImage(canvas.GetGPUContext().get(), nullptr, scaledInfo, false); in DownSampling2X() 307 return blurBuilder.MakeImage(canvas.GetGPUContext().get(), nullptr, scaledInfo, false); in DownSampling4X() 322 std::shared_ptr<Drawing::Image> tmpBlur_pre(blurBuilder.MakeImage(canvas.GetGPUContext().get(), in DownSampling8X() 340 tmpBlur_pre = simpleBlurBuilder.MakeImage(canvas.GetGPUContext().get(), nullptr, scaledInfo, false); in DownSampling8X() 348 return blurBuilder.MakeImage(canvas.GetGPUContext().get(), nullptr, scaledInfo, false); in DownSampling8X() 363 std::shared_ptr<Drawing::Image> tmpBlur_pre(blurBuilder.MakeImage(canvas.GetGPUContext().get(), in DownSamplingMoreX() 377 tmpBlur_pre = builder.MakeImage(canvas.GetGPUContext().get(), nullptr, middleInfo2, false); in DownSamplingMoreX() 379 tmpBlur_pre = blurBuilder.MakeImage(canvas.GetGPUContext().get(), nullptr, middleInfo2, false); in DownSamplingMoreX() 385 return blurBuilder.MakeImage(canvas.GetGPUContext().get(), nullpt in DownSamplingMoreX() [all...] |
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/ |
H A D | hichain_connector.cpp | 59 groupInfo.groupName = jsonObject.at(FIELD_GROUP_NAME).get<std::string>(); in from_json() 63 groupInfo.groupId = jsonObject.at(FIELD_GROUP_ID).get<std::string>(); in from_json() 67 groupInfo.groupOwner = jsonObject.at(FIELD_GROUP_OWNER).get<std::string>(); in from_json() 71 groupInfo.groupType = jsonObject.at(FIELD_GROUP_TYPE).get<int32_t>(); in from_json() 76 groupInfo.groupVisibility = jsonObject.at(FIELD_GROUP_VISIBILITY).get<int32_t>(); in from_json() 80 groupInfo.userId = jsonObject.at(FIELD_USER_ID).get<std::string>(); in from_json() 154 LOGE("get current process account user id failed"); in CreateGroup() 199 LOGE("get current process account user id failed"); in IsRedundanceGroup() 217 LOGE("get current process account user id failed"); in GetGroupInfo() 246 LOGE("[HICHAIN]fail to get grou in GetGroupInfoCommon() [all...] |
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
H A D | CharsetSCSU.java | 295 while(source.hasRemaining() && target.hasRemaining() && (b=(short)(source.get(source.position()) & UConverterConstants.UNSIGNED_BYTE_MASK)) >= 0x20){ in fastSingle() 341 while((source.position()+1)<source.limit() && target.hasRemaining() && (((b=source.get(source.position()))-UC0)&UConverterConstants.UNSIGNED_BYTE_MASK)>(Urs-UC0)){ in fastSingle() 342 target.put((char)((b<<8)|(source.get(source.position()+1)&UConverterConstants.UNSIGNED_BYTE_MASK))); in fastSingle() 365 b = (short)(source.get() & UConverterConstants.UNSIGNED_BYTE_MASK); in singleByteMode() 517 b = (short)(source.get() & UConverterConstants.UNSIGNED_BYTE_MASK); in singleByteMode() 783 c = source.get(); in loop() 897 if(source.position()>=source.limit() || isInOffsetWindowOrDirect(data.fromUDynamicOffsets[window], source.get(source.position()))){ in loop() 931 ((int)((source.get(source.position())-0x3400)&UConverterConstants.UNSIGNED_INT_MASK))< (0xd800 - 0x3400))){ in loop() 971 c = source.get(); in loop() 992 if(!(source.hasRemaining() && (((source.get(sourc in loop() [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | transreg.cpp | 227 const UnicodeString& get() const; 235 operator const UnicodeString&() const { return get(); } in operator const UnicodeString&() 335 // for(const UnicodeString& s(spec.get()); 345 const UnicodeString& TransliteratorSpec::get() const { in get() function in TransliteratorSpec 552 Transliterator* TransliteratorRegistry::get(const UnicodeString& ID, in get() function in TransliteratorRegistry 569 // We get to this point if there are two threads, one of which in reget() 576 // reg->get() inside the mutex, they'll get back an alias, they call in reget() 577 // alias->isRuleBased(), and if they get true, they call alias->parse() in reget() 774 Hashtable *targets = (Hashtable*) specDAG.get(sourc in countAvailableTargets() [all...] |
/third_party/node/lib/internal/modules/cjs/ |
H A D | loader.js | 73 get hasLoadedAnyUserCJSModule() { return hasLoadedAnyUserCJSModule; }, 187 const result = statCache.get(filename); 201 get() { return _stat; }, 315 get() { 327 get() { 337 const isPreloadingDesc = { get() { return isPreloading; } }; 345 return moduleParentCache.get(this); 362 get: pendingDeprecate( 412 get() { return _readPackage; }, 516 * Tries to get th [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | transreg.cpp | 228 const UnicodeString& get() const; 236 operator const UnicodeString&() const { return get(); } in operator const UnicodeString&() 336 // for(const UnicodeString& s(spec.get()); 346 const UnicodeString& TransliteratorSpec::get() const { in get() function in TransliteratorSpec 551 Transliterator* TransliteratorRegistry::get(const UnicodeString& ID, in get() function in TransliteratorRegistry 568 // We get to this point if there are two threads, one of which in reget() 575 // reg->get() inside the mutex, they'll get back an alias, they call in reget() 576 // alias->isRuleBased(), and if they get true, they call alias->parse() in reget() 790 Hashtable *targets = (Hashtable*) specDAG.get(sourc in countAvailableTargets() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiBufferMarkerTests.cpp | 565 &descriptorSetLayout.get() // const VkDescriptorSetLayout* pSetLayouts; in bufferMarkerMemoryDep() 577 descriptorSet.get(), // VkDescriptorSet dstSet; in bufferMarkerMemoryDep() 590 VkDescriptorSetLayout setLayout = descriptorSetLayout.get(); in bufferMarkerMemoryDep() 658 renderPass.get(), // VkRenderPass renderPass; in bufferMarkerMemoryDep() 668 vertexModule = createShaderModule(vk, device, context.getBinaryCollection().get("vert"), 0u); in bufferMarkerMemoryDep() 669 fragmentModule = createShaderModule(vk, device, context.getBinaryCollection().get("frag"), 0u); in bufferMarkerMemoryDep() 700 vertexModule.get(), // VkShaderModule module; in bufferMarkerMemoryDep() 715 fragmentModule.get(), // VkShaderModule module; in bufferMarkerMemoryDep() 836 pipelineLayout.get(), // VkPipelineLayout layout; in bufferMarkerMemoryDep() 837 renderPass.get(), // VkRenderPas in bufferMarkerMemoryDep() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiBufferMarkerTests.cpp | 488 &descriptorSetLayout.get() // const VkDescriptorSetLayout* pSetLayouts; in bufferMarkerMemoryDep() 500 descriptorSet.get(), // VkDescriptorSet dstSet; in bufferMarkerMemoryDep() 513 VkDescriptorSetLayout setLayout = descriptorSetLayout.get(); in bufferMarkerMemoryDep() 581 renderPass.get(), // VkRenderPass renderPass; in bufferMarkerMemoryDep() 591 vertexModule = createShaderModule(vk, device, context.getBinaryCollection().get("vert"), 0u); in bufferMarkerMemoryDep() 592 fragmentModule = createShaderModule(vk, device, context.getBinaryCollection().get("frag"), 0u); in bufferMarkerMemoryDep() 623 vertexModule.get(), // VkShaderModule module; in bufferMarkerMemoryDep() 638 fragmentModule.get(), // VkShaderModule module; in bufferMarkerMemoryDep() 759 pipelineLayout.get(), // VkPipelineLayout layout; in bufferMarkerMemoryDep() 760 renderPass.get(), // VkRenderPas in bufferMarkerMemoryDep() [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | transreg.cpp | 232 const UnicodeString& get() const; 240 operator const UnicodeString&() const { return get(); } in operator const UnicodeString&() 340 // for(const UnicodeString& s(spec.get()); 350 const UnicodeString& TransliteratorSpec::get() const { in get() function in TransliteratorSpec 557 Transliterator* TransliteratorRegistry::get(const UnicodeString& ID, in get() function in TransliteratorRegistry 574 // We get to this point if there are two threads, one of which in reget() 581 // reg->get() inside the mutex, they'll get back an alias, they call in reget() 582 // alias->isRuleBased(), and if they get TRUE, they call alias->parse() in reget() 774 Hashtable *targets = (Hashtable*) specDAG.get(sourc in countAvailableTargets() [all...] |
/third_party/skia/tests/ |
H A D | TriangulatingPathRendererTests.cpp | 757 test_path(ctx, sdc.get(), createPath()); in DEF_GPUTEST_FOR_ALL_CONTEXTS() 761 test_path(ctx, sdc.get(), create_path_17(), nonInvertibleMatrix, GrAAType::kCoverage, in DEF_GPUTEST_FOR_ALL_CONTEXTS() 763 test_path(ctx, sdc.get(), create_path_20(), SkMatrix(), GrAAType::kCoverage); in DEF_GPUTEST_FOR_ALL_CONTEXTS() 764 test_path(ctx, sdc.get(), create_path_21(), SkMatrix(), GrAAType::kCoverage); in DEF_GPUTEST_FOR_ALL_CONTEXTS() 765 test_path(ctx, sdc.get(), create_path_25(), SkMatrix(), GrAAType::kCoverage); in DEF_GPUTEST_FOR_ALL_CONTEXTS() 766 test_path(ctx, sdc.get(), create_path_26(), SkMatrix(), GrAAType::kCoverage); in DEF_GPUTEST_FOR_ALL_CONTEXTS() 767 test_path(ctx, sdc.get(), create_path_27(), SkMatrix(), GrAAType::kCoverage); in DEF_GPUTEST_FOR_ALL_CONTEXTS() 768 test_path(ctx, sdc.get(), create_path_28(), SkMatrix(), GrAAType::kCoverage); in DEF_GPUTEST_FOR_ALL_CONTEXTS() 769 test_path(ctx, sdc.get(), create_path_31(), SkMatrix(), GrAAType::kCoverage); in DEF_GPUTEST_FOR_ALL_CONTEXTS() 770 test_path(ctx, sdc.get(), create_path_3 in DEF_GPUTEST_FOR_ALL_CONTEXTS() [all...] |
/third_party/skia/src/ports/skia_ohos/ |
H A D | FontConfig_ohos.cpp | 37 * \param fontScanner the scanner to get the font information from a font file 55 * \param fontScanner the scanner to get the font information from a font file 72 /*! To get the fallbackForMap 80 /*! To get the fallback set 88 /*! To get the count of font style sets supported in the system 96 /*! To get the family name of the default font style set 106 /*! To get the family name of a font style set 126 /*! To get the count of a font style set 150 /*! To get a typeface 162 return (typeface == nullptr) ? nullptr : typeface.get(); in getTypeface() [all...] |
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | SchemaUtil.java | 346 size += CodedOutputStream.computeInt64SizeNoTag(list.get(i)); in computeSizeInt64ListNoTag() 382 size += CodedOutputStream.computeUInt64SizeNoTag(list.get(i)); in computeSizeUInt64ListNoTag() 418 size += CodedOutputStream.computeSInt64SizeNoTag(list.get(i)); in computeSizeSInt64ListNoTag() 454 size += CodedOutputStream.computeEnumSizeNoTag(list.get(i)); in computeSizeEnumListNoTag() 490 size += CodedOutputStream.computeInt32SizeNoTag(list.get(i)); in computeSizeInt32ListNoTag() 526 size += CodedOutputStream.computeUInt32SizeNoTag(list.get(i)); in computeSizeUInt32ListNoTag() 562 size += CodedOutputStream.computeSInt32SizeNoTag(list.get(i)); in computeSizeSInt32ListNoTag() 657 Object value = list.get(i); in computeSizeStringList() 683 Object value = list.get(i); in computeSizeMessageList() 700 Object value = list.get( in computeSizeMessageList() [all...] |
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
H A D | RubyMessage.java | 250 oneofCases.get(rubyOneofDescriptor.getOneofDescriptor()); in methodMissing() 283 dup.fields.put(fieldDescriptor, fields.get(fieldDescriptor)); in dup() 289 dup.maps.put(fieldDescriptor, maps.get(fieldDescriptor)); in dup() 412 for (DynamicMessage kv : maps.get(fieldDescriptor).build(context, mapDescriptor)) { in build() 417 RubyRepeatedField repeatedField = repeatedFields.get(fieldDescriptor); in build() 420 Object item = convert(context, fieldDescriptor, repeatedField.get(i), depth); in build() 425 IRubyObject value = fields.get(fieldDescriptor); in build() 442 copy.fields.put(fdef, fields.get(fdef)); in deepCopy() 452 return this.repeatedFields.get(fieldDescriptor); in getRepeatedField() 623 if (oneofCases.get(oneofDescripto in getField() [all...] |
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_ra.cpp | 318 defs.erase(def->get()); in removeDefsOfInstruction() 426 pb = BasicBlock::get(ei.getNode()); in splitEdges() 443 pb = BasicBlock::get(ei.getNode()); in splitEdges() 472 pb = BasicBlock::get(ei.getNode()); in splitEdges() 500 BasicBlock *pb = BasicBlock::get(ei.getNode()); in visit() 577 if (BasicBlock::get(func->cfgExit) == bb) { in visit() 602 bn = BasicBlock::get(ei.getNode()); in buildLiveSets() 625 if (bb == BasicBlock::get(f->cfgExit)) { in buildLiveSets() 628 assert(it->get()->asLValue()); in buildLiveSets() 629 bb->liveSet.set(it->get() in buildLiveSets() 773 static inline RIG_Node *get(const Graph::EdgeIterator& ei) get() function in nv50_ir::GCRA::RIG_Node [all...] |
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/ |
H A D | image_source_test.cpp | 521 ASSERT_NE(imageSource.get(), nullptr);
in HWTEST_F() 818 ASSERT_EQ(imageSource.get(), nullptr);
in HWTEST_F() 839 ASSERT_EQ(imageSource.get(), nullptr);
in HWTEST_F() 856 ASSERT_EQ(imageSource.get(), nullptr);
in HWTEST_F() 1509 imageSource->decodeListeners_.insert(mockDecodeListener.get());
in HWTEST_F() 1510 imageSource->RemoveDecodeListener(mockDecodeListener.get());
in HWTEST_F() 1527 imageSource->AddDecodeListener(mockDecodeListener.get());
in HWTEST_F() 1543 ASSERT_NE(imageSource.get(), nullptr);
in HWTEST_F() 1551 ASSERT_NE(pixelMap.get(), nullptr);
in HWTEST_F() 1562 ASSERT_NE(pixelMap.get(), nullpt in HWTEST_F() [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | Calendar.java | 86 * return by <code>get()</code>, they normalize them. For example, a 103 * it. Note that the normalized numbering returned by <code>get()</code> may be 194 * <code>get()</code>, <code>getTime()</code>, or 200 * <code>get(f)</code> will not necessarily return <code>value</code> 215 * get(f) + delta)</code> with two adjustments:</p> 698 * Field number for <code>get</code> and <code>set</code> indicating the 708 * Field number for <code>get</code> and <code>set</code> indicating the 715 * Field number for <code>get</code> and <code>set</code> indicating the 736 * Field number for <code>get</code> and <code>set</code> indicating the 749 * Field number for <code>get</cod 2017 public final int get(int field) get() method in Calendar [all...] |
/third_party/node/deps/v8/src/logging/ |
H A D | log.cc | 157 AppendBytes(c_str.get(), length); in AppendString() 197 const char* get() { return utf8_buffer_; } in get() function in v8::internal::CodeEventLogger::NameBuffer 220 name_buffer_->get(), name_buffer_->size()); in CodeCreateEvent() 230 name_buffer_->get(), name_buffer_->size()); in CodeCreateEvent() 242 LogRecordedBuffer(code, shared, name_buffer_->get(), name_buffer_->size()); in CodeCreateEvent() 253 name_buffer_->AppendBytes(shared->DebugNameCStr().get()); in CodeCreateEvent() 264 LogRecordedBuffer(code, shared, name_buffer_->get(), name_buffer_->size()); in CodeCreateEvent() 285 LogRecordedBuffer(code, name_buffer_->get(), name_buffer_->size()); in CodeCreateEvent() 295 name_buffer_->get(), name_buffer_->size()); in RegExpCodeCreateEvent() 320 // Extension added to V8 log file name to get th [all...] |
/kernel/linux/linux-6.6/sound/pci/emu10k1/ |
H A D | emumixer.c | 673 .get = snd_emu1010_output_source_get, 717 .get = snd_emu1010_input_source_get, 788 .get = snd_emu1010_adc_pads_get, 846 .get = snd_emu1010_dac_pads_get, 1009 .get = snd_emu1010_clock_source_get, 1056 .get = snd_emu1010_clock_fallback_get, 1107 .get = snd_emu1010_optical_out_get, 1158 .get = snd_emu1010_optical_in_get, 1236 .get = snd_audigy_i2c_capture_source_get, 1310 .get [all...] |
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/ |
H A D | kit.py | 101 command_type = command.get("name").strip() 102 command_value = command.get("value") 295 enable_web_resource1 = config.taskargs.get(ConfigConst.enable_web_resource, "false").lower() 297 web_resource = config.resource.get(ConfigConst.web_resource, {}) 298 web_resource_url = web_resource.get(ConfigConst.tag_url, "").strip() 299 enable_web_resource2 = web_resource.get(ConfigConst.tag_enable, "false").lower() 309 request_config.get(ConfigConst.resource_path), file_path) 321 cli = requests.get(url, timeout=5, verify=False) 344 os_version = getattr(device, "device_props", {}).get("OsFullName", "") 345 test_type = self.request.config.get(ConfigCons [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
H A D | vktDynamicStateDSTests.cpp | 169 m_descriptorSet = vk::makeDescriptorSet(m_vk, device, m_descriptorPool.get(), m_setLayout.get()); in initialize() 174 m_pipelineLayout = vk::PipelineLayoutWrapper(m_pipelineConstructionType, m_vk, device, m_setLayout.get(), de::dataOrNull(pcRanges)); in initialize() 277 const vk::ShaderWrapper fs = vk::ShaderWrapper(m_vk, device, binaries.get(m_fragmentShaderName)); in initialize() 278 const vk::ShaderWrapper vs = (m_isMesh ? vk::ShaderWrapper() : vk::ShaderWrapper(m_vk, device, binaries.get(m_vertexShaderName))); in initialize() 279 const vk::ShaderWrapper ms = (m_isMesh ? vk::ShaderWrapper(m_vk, device, binaries.get(m_meshShaderName)) : vk::ShaderWrapper()); in initialize() 383 updateBuilder.writeSingle(m_descriptorSet.get(), location, vertDescType, &bufferInfo); in initialize() 574 m_vk.cmdBindDescriptorSets(*m_cmdBuffer, vk::VK_PIPELINE_BIND_POINT_GRAPHICS, m_pipelineLayout.get(), 0u, 1u, &m_descriptorSet.get(), 0u, nullptr); in iterate() 601 submitCommandsAndWait(m_vk, device, queue, m_cmdBuffer.get()); in iterate() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/ |
H A D | vktDynamicStateDSTests.cpp | 166 m_descriptorSet = vk::makeDescriptorSet(m_vk, device, m_descriptorPool.get(), m_setLayout.get()); in initialize() 171 m_pipelineLayout = vk::makePipelineLayout(m_vk, device, m_setLayout.get(), de::dataOrNull(pcRanges)); in initialize() 274 const vk::Move<vk::VkShaderModule> fs = createShaderModule(m_vk, device, binaries.get(m_fragmentShaderName)); in initialize() 275 const vk::Move<vk::VkShaderModule> vs = (m_isMesh ? vk::Move<vk::VkShaderModule>() : createShaderModule(m_vk, device, binaries.get(m_vertexShaderName))); in initialize() 276 const vk::Move<vk::VkShaderModule> ms = (m_isMesh ? createShaderModule(m_vk, device, binaries.get(m_meshShaderName)) : vk::Move<vk::VkShaderModule>()); in initialize() 380 updateBuilder.writeSingle(m_descriptorSet.get(), location, vertDescType, &bufferInfo); in initialize() 546 m_vk.cmdBindDescriptorSets(*m_cmdBuffer, vk::VK_PIPELINE_BIND_POINT_GRAPHICS, m_pipelineLayout.get(), 0u, 1u, &m_descriptorSet.get(), 0u, nullptr); in iterate() 573 submitCommandsAndWait(m_vk, device, queue, m_cmdBuffer.get()); in iterate() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | R600InstrInfo.cpp | 58 return get(MI.getOpcode()).TSFlags & R600_InstFlag::VECTOR; in isVector() 134 unsigned TargetFlags = get(Opcode).TSFlags; in isALUInstr() 140 unsigned TargetFlags = get(Opcode).TSFlags; in hasInstrModifiers() 148 unsigned TargetFlags = get(Opcode).TSFlags; in isLDSInstr() 180 return (get(Opcode).getSchedClass() == R600::Sched::TransALU); in isTransOnly() 188 return (get(Opcode).getSchedClass() == R600::Sched::VecALU); in isVectorOnly() 196 return (get(Opcode).TSFlags & R600_InstFlag::IS_EXPORT); in isExport() 200 return ST.hasVertexCache() && IS_VTX(get(Opcode)); in usesVertexCache() 210 return (!ST.hasVertexCache() && IS_VTX(get(Opcode))) || IS_TEX(get(Opcod in usesTextureCache() [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | StateManager11.cpp | 226 deviceContext->UpdateSubresource(buffer->get(), 0, nullptr, storage->getDataPointer(0, 0), 0, in UpdateUniformBuffer() 658 ANGLE_TRY(renderer->mapResource(context, driverConstantBuffer.get(), 0, D3D11_MAP_WRITE_DISCARD, 670 renderer->getDeviceContext()->Unmap(driverConstantBuffer.get(), 0); 781 ID3D11ShaderResourceView *srvPtr = srv ? srv->get() : nullptr; 827 ID3D11UnorderedAccessView *uavPtr = uav ? uav->get() : nullptr; 1281 mRenderer->getDeviceContext()->OMSetBlendState(dxBlendState->get(), blendColors, sampleMask); 1299 // get the maximum size of the stencil ref 1352 mRenderer->getDeviceContext()->OMSetDepthStencilState(d3dState->get(), dxStencilRef); 2027 framebufferRTVs[appliedRTIndex] = renderTarget->getRenderTargetView().get(); 2034 unsetConflictingAttachmentResources(attachment, renderTarget->getTexture().get()); [all...] |
/foundation/ai/intelligent_voice_framework/utils/ |
H A D | intell_voice_util.cpp | 63 std::vector<uint8_t> item(reinterpret_cast<uint8_t *>(channelData.get()), in DeinterleaveAudioData() 64 reinterpret_cast<uint8_t *>(channelData.get()) + channelLen * sizeof(int16_t)); in DeinterleaveAudioData() 91 file.read(reinterpret_cast<char *>(buffer.get()), size); in ReadFile() 114 INTELL_VOICE_LOG_ERROR("get file status failed"); in IsFileExist()
|
/foundation/ai/ai_engine/services/server/plugin_manager/ |
H A D | get_config_ini.py | 69 getConfig().get("base", "userDataPath") 140 supported_boards = origin_cfg.get(BASE_SESSION, SUPPORTED_BOARDS) 141 related_sessions = origin_cfg.get(BASE_SESSION, RELATED_SESSIONS) 149 val = origin_cfg.get(session, key)
|