Home
last modified time | relevance | path

Searched refs:ch_idx (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/csi/csi2/include/drv/
A Dcodec.h36 uint32_t ch_idx; ///< Codec output channel idx member
51 uint32_t ch_idx; ///< Codec input channel idx member
122 csi_error_t csi_codec_output_open(csi_codec_t *codec, csi_codec_output_t *ch, uint32_t ch_idx);
280 csi_error_t csi_codec_input_open(csi_codec_t *codec, csi_codec_input_t *ch, uint32_t ch_idx);
A Ddma.h55 int8_t ch_idx; member
/AliOS-Things-master/components/linksdk/core/utils/
A Dcore_log.c256 uint32_t idx = 0, line_idx = 0, ch_idx = 0, code_len = 0; in core_log_hexdump() local
270 ch_idx = 2; in core_log_hexdump()
276 ch_idx++; in core_log_hexdump()
278 core_hex2str((uint8_t *)&buffer[line_idx], 1, &hexdump[code_len + ch_idx], 0); in core_log_hexdump()
279 hexdump[code_len + ch_idx + 2] = ' '; in core_log_hexdump()
285 ch_idx += 3; in core_log_hexdump()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/NN/Source/ConvolutionFunctions/
A Darm_nn_depthwise_conv_s8_core.c158 int32_t ch_idx = (num_ch & ~3); in arm_nn_depthwise_conv_s8_core() local
165 const int16_t *col_pos_0 = col + ch_idx; in arm_nn_depthwise_conv_s8_core()
168 const int8_t *row_pos = row + ch_idx; in arm_nn_depthwise_conv_s8_core()
181 ch_idx++; in arm_nn_depthwise_conv_s8_core()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/NN/Source/ConvolutionFunctions/
A Darm_nn_depthwise_conv_s8_core.c158 int32_t ch_idx = (num_ch & ~3); in arm_nn_depthwise_conv_s8_core() local
165 const int16_t *col_pos_0 = col + ch_idx; in arm_nn_depthwise_conv_s8_core()
168 const int8_t *row_pos = row + ch_idx; in arm_nn_depthwise_conv_s8_core()
181 ch_idx++; in arm_nn_depthwise_conv_s8_core()
/AliOS-Things-master/components/csi/csi1/include/drv/
A Dcodec.h69 int32_t ch_idx; ///< input channle number member
81 int32_t ch_idx; member
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/wifi/
A Dwifi_simple_config.c1553 static int simple_config_get_channel_interval(int ch_idx) in simple_config_get_channel_interval() argument
1559 if(ch_idx == ch_len - 1) // this is the softAP channel idx in simple_config_get_channel_interval()
1568 int ch_idx = 0; in simple_config_channel_control() local
1627 int interval = simple_config_get_channel_interval(ch_idx); in simple_config_channel_control()
1674 ch_idx++; in simple_config_channel_control()
1675 …if(ch_idx >= (int)sizeof(simple_config_promisc_channel_tbl)/(int)sizeof(simple_config_promisc_chan… in simple_config_channel_control()
1676 ch_idx = 0; in simple_config_channel_control()
1678 if (wifi_set_channel(simple_config_promisc_channel_tbl[ch_idx]) == 0) { in simple_config_channel_control()
1680 printf("\n\rSwitch to channel(%d)\n", simple_config_promisc_channel_tbl[ch_idx]); in simple_config_channel_control()

Completed in 13 milliseconds