/test/xts/acts/multimedia/av_codec/vcodec/encoder/include/ |
H A D | videoenc_ndk_sample.h | 94 bool RandomEOS(uint32_t index); 95 void SetEOS(uint32_t index); 96 int32_t PushData(OH_AVMemory *buffer, uint32_t index, int32_t &result); 97 void InputDataNormal(bool &runningFlag, uint32_t index, OH_AVMemory *buffer); 98 void InputDataFuzz(bool &runningFlag, uint32_t index);
|
/test/xts/hats/hdf/audio/idl/benchmarktest/render/ |
H A D | audio_render_offload_benchmarktest.cpp | 88 for (uint32_t index = 0; index < desc_->portsLen; index++) {
in InitRenderDevDesc() 89 if (desc_->ports[index].dir == PORT_OUT) {
in InitRenderDevDesc() 90 devDesc.portId = desc_->ports[index].portId;
in InitRenderDevDesc()
|
/test/xts/hats/hdf/audio/idl/common/adapter_multchannel/src/ |
H A D | audio_adapter_multchannel_test.cpp | 103 for (uint32_t index = 0; index < adapterDescs_->portsLen; index++) {
in InitDevDesc() 104 if (adapterDescs_->ports[index].dir == PORT_OUT) {
in InitDevDesc() 105 devDesc.portId = adapterDescs_->ports[index].portId;
in InitDevDesc()
|
/test/xts/hats/hdf/audio/idl/common/render/src/ |
H A D | audio_render_offload_test.cpp | 85 for (uint32_t index = 0; index < desc_->portsLen; index++) {
in InitRenderDevDesc() 86 if (desc_->ports[index].dir == PORT_OUT) {
in InitRenderDevDesc() 87 devDesc.portId = desc_->ports[index].portId;
in InitRenderDevDesc()
|
/third_party/ffmpeg/libavutil/ |
H A D | integer.c | 104 unsigned int index= i + (s>>4); in av_shr_i() local 106 if(index+1<AV_INTEGER_SIZE) v = a.v[index+1]<<16; in av_shr_i() 107 if(index <AV_INTEGER_SIZE) v+= a.v[index ]; in av_shr_i()
|
/third_party/curl/packages/vms/ |
H A D | curl_crtl_init.c | 88 int decc$feature_set_value (int index, int mode, int value); 191 int index; in set_feature_default() local 193 index = decc$feature_get_index(name); in set_feature_default() 195 if(index > 0) in set_feature_default() 196 decc$feature_set_value (index, 0, value); in set_feature_default()
|
/third_party/alsa-lib/src/control/ |
H A D | ctlparse.c | 119 unsigned int numid, index, device, subdevice; in snd_ctl_ascii_elem_id_get() local 133 index = snd_ctl_elem_id_get_index(id); in snd_ctl_ascii_elem_id_get() 136 if (index) { in snd_ctl_ascii_elem_id_get() 137 snprintf(buf1, sizeof(buf1), ",index=%u", index); in snd_ctl_ascii_elem_id_get() 229 } else if (!strncasecmp(str, "index=", 6)) { in __snd_ctl_ascii_elem_id_parse()
|
/third_party/gn/src/gn/ |
H A D | rust_project_writer_helpers.h | 39 CrateIndex index, in Crate() 44 index_(index), in Crate() 59 void AddDependency(CrateIndex index, std::string name) { in AddDependency() argument 60 deps_.push_back(std::make_pair(index, name)); in AddDependency() 80 // Returns the crate index. 81 CrateIndex index() { return index_; } in index() function in Crate 37 Crate(SourceFile root, std::optional<OutputFile> gen_dir, CrateIndex index, std::string label, std::string edition) Crate() argument
|
/third_party/icu/icu4c/source/test/perf/unisetperf/draft/ |
H A D | bitset.cpp | 19 * using a folded bit set consisting of a 1k-entry index table and a 121 index[prevIndex++]=bitHash->map(b); in BitSet() 127 index[prevIndex++]=zero; in BitSet() 139 index[i++]=bitHash->map(b); in BitSet() 144 index[i++]=all; in BitSet() 195 uint16_t index[0x400]; member in BitSet
|
/third_party/PyYAML/lib/yaml/ |
H A D | composer.py | 63 def compose_node(self, parent, index): 78 self.descend_resolver(parent, index) 109 index = 0 111 node.value.append(self.compose_node(node, index)) 112 index += 1
|
H A D | serializer.py | 78 def serialize_node(self, node, parent, index): 84 self.descend_resolver(parent, index) 96 index = 0 98 self.serialize_node(item, node, index) 99 index += 1
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_split_per_member_structs.c | 48 member_type(const struct glsl_type *type, unsigned index) in member_type() argument 52 member_type(glsl_get_array_element(type), index); in member_type() 57 assert(index < glsl_get_length(type)); in member_type() 58 return glsl_get_struct_field(type, index); in member_type() 140 nir_variable *member = find_var_member(base->var, deref->strct.index, in rewrite_deref_instr()
|
/third_party/node/test/parallel/ |
H A D | test-cluster-basic.js | 46 Object.keys(obj).forEach((name, index) => { 47 fn(obj[name], name, index); 95 forEach(checks.cluster.events, (bool, name, index) => { 107 const state = stateNames[index]; 127 forEach(checks.worker.events, function(bool, name, index) {
|
/third_party/node/deps/npm/node_modules/debug/src/ |
H A D | common.js | 90 let index = 0; 92 // If we encounter an escaped % then don't increase the array index 96 index++; 99 const val = args[index]; 102 // Now we need to remove `args[index]` since it's inlined in the `format` 103 args.splice(index, 1); 104 index--;
|
/third_party/node/deps/npm/node_modules/diff/lib/patch/ |
H A D | apply.js | 214 var index = uniDiff[currentIndex++]; 216 if (!index) { 220 options.loadFile(index, function (err, data) { 225 var updatedContent = applyPatch(data, index, options); 226 options.patched(index, updatedContent, function (err) {
|
/third_party/node/deps/v8/include/v8-include/cppgc/internal/ |
H A D | gc-info.h | 24 // Acquires a new GC info object and updates `registered_index` with the index 141 GCInfoIndex index = registered_index.load(std::memory_order_acquire); in Index() local 142 if (V8_UNLIKELY(!index)) { in Index() 147 index = registered_index.load(std::memory_order_acquire); in Index() 148 CPPGC_DCHECK(index != 0); in Index() 150 return index; in Index()
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/ |
H A D | DigitSequenceMatcher.java | 85 * position plus the given index. This is used to implement maps and branching ranges. 87 State jumpTable(int index); in jumpTable() argument 186 @Override public State jumpTable(int index) { in jumpTable() argument 187 return branch(peekByte(index)); in jumpTable() 253 @Override public State jumpTable(int index) { in jumpTable() argument 254 return branch(peekByte(index)); in jumpTable() 291 "index '" + n + "' out of bounds for input: " + number); in next() 296 "non-digit character '" + c + "' [" + ((int) c) + "] at index " + n + " in: " + number); in next()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampleBase.hpp | 51 , index {0u} 56 , index {index_} 61 , index {other.index} 65 deUint32 index; member
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/ |
H A D | PostScriptTable.java | 434 int index = Offset.glyphNameIndex.offset + 2 * numberOfGlyphs(); in parse() 435 while (index < dataLength()) { in parse() 436 int strLen = this.data.readUByte(index); in parse() 438 this.data.readBytes(index + 1, nameBytes, 0, strLen); in parse() 444 index += 1 + strLen; in parse()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/ |
H A D | CMapTableBuilder.java | 63 for (int index = 1; index < glyphIds.size(); index++) { in isContiguous() 64 if (glyphIds.get(index) != firstId + index) { in isContiguous()
|
/third_party/skia/tests/ |
H A D | PathOpsQuadLineIntersectionThreadedTest.cpp | 60 for (int index = 0; index < result; ++index) { in testLineIntersect() 61 double quadT = intersections[0][index]; in testLineIntersect() 63 double lineT = intersections[1][index]; in testLineIntersect()
|
/third_party/skia/experimental/sktext/src/ |
H A D | Paint.h | 28 sk_sp<SkTypeface> operator[](size_t index) const override { 29 SkASSERT(index == 0); 56 sk_sp<SkTypeface> operator[](size_t index) const override { 57 SkASSERT(index < fTypefaces.size()); 58 return fTypefaces[index];
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineMultisampleBase.hpp | 49 , index {0u} 54 , index {index_} 59 , index {other.index} 63 deUint32 index; member
|
/device/soc/hisilicon/common/platform/hieth-sf/src/ |
H A D | interface.c | 82 struct HiethNetdevLocal *ld = &(g_stHiethPlatformData[priv->index].stNetdevLocal); in PhyStateMachine() 98 struct HiethNetdevLocal *ld = &(g_stHiethPlatformData[priv->index].stNetdevLocal); in HiethMonitorFunc() 155 LOS_EventWrite(&(g_stHiethPlatformData[priv->index].stEvent), EVENT_NET_TX_RX); in HisiEthIsr() 167 uwRet = LOS_EventRead(&(g_stHiethPlatformData[priv->index].stEvent), EVENT_NET_TX_RX, in HisiEthDsr() 212 struct HiethNetdevLocal *ld = &(g_stHiethPlatformData[priv->index].stNetdevLocal); in HiethCanSend() 232 uwRet = LOS_EventRead(&(g_stHiethPlatformData[priv->index].stEvent), in HiethCanSend() 250 struct HiethNetdevLocal *ld = &(g_stHiethPlatformData[priv->index].stNetdevLocal); in HiethSend() 263 struct HiethNetdevLocal *ld = &(g_stHiethPlatformData[priv->index].stNetdevLocal); in HiethDeliver() 371 struct HiethNetdevLocal *ld = &(g_stHiethPlatformData[priv->index].stNetdevLocal); in HiethLinkStatusChanged() 428 HiethHwSetMacAddress(&(g_stHiethPlatformData[priv->index] in HiethSetHwaddr() [all...] |
/device/board/hihope/dayu210/audio_drivers/accessory/es8323/src/ |
H A D | es8323_impl.c | 363 int32_t index; in Es8323DeviceCfgGet() local 386 for (index = 0; index < audioCfgCtrlCount; index++) { in Es8323DeviceCfgGet() 387 g_es8323Controls[index].iface = ctlcfgItem[index].iface; in Es8323DeviceCfgGet() 388 g_es8323Controls[index].name = g_audioControlsList[ctlcfgItem[index].arrayIndex]; in Es8323DeviceCfgGet() 389 g_es8323Controls[index].Info = AudioInfoCtrlOps; in Es8323DeviceCfgGet() 390 g_es8323Controls[index] in Es8323DeviceCfgGet() [all...] |