Searched refs:outIndex (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
H A D | scrollable_utils.cpp | 85 auto outIndex = start; in GetScrollUpOrLeftItemIndex() local 86 for (; outIndex <= end; outIndex++) { in GetScrollUpOrLeftItemIndex() 87 auto child = host->GetChildByIndex(outIndex); in GetScrollUpOrLeftItemIndex() 96 return outIndex; in GetScrollUpOrLeftItemIndex() 146 int32_t outIndex = GetScrollUpOrLeftItemIndex(axis, offset, start, end, host); in RecycleItemsOutOfBoundary() local 147 if (outIndex <= start) { in RecycleItemsOutOfBoundary() 150 RecycleItemsByIndex(start, outIndex, foreachNodes, wrapper); in RecycleItemsOutOfBoundary()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | distributeddb_anti_dos_sync_test.cpp | 293 for (int outIndex = 0; outIndex < TEST_THREE_OUTDATA; outIndex++) { variable
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/nnrt/ |
H A D | _node_attr_types_8idl_v10.md | 12 …算子接收的张量,“输出”为经过算子运算之后得到的“张量”;“输入”、“算子”和“输出”之间的关系需要通过[Node](_node_v10.md)结构体的inputIndex和outIndex来确认。
|
H A D | _node_attr_types_8idl_v20.md | 12 …算子接收的张量,“输出”为经过算子运算之后得到的“张量”;“输入”、“算子”和“输出”之间的关系需要通过[Node](_node_v20.md)结构体的inputIndex和outIndex来确认。
|
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/ |
H A D | hevc_decoder.cpp | 983 auto outIndex = codecAvailQue_->Front(); in SendFrame() local 984 std::shared_ptr<HBuffer> frameBuffer = buffers_[INDEX_OUTPUT][outIndex]; in SendFrame() 986 FramePostProcess(buffers_[INDEX_OUTPUT][outIndex], outIndex, AVCS_ERR_OK, AVCS_ERR_OK); in SendFrame()
|
/ohos5.0/drivers/interface/nnrt/v2_1/ |
H A D | NodeAttrTypes.idl | 38 * and output is determined by <b>inputIndex</b> and <b>outIndex</b> of the {@link Node} structure.
|