Home
last modified time | relevance | path

Searched refs:amp (Results 1 – 15 of 15) sorted by relevance

/AliOS-Things-master/components/amp/
A DREADME.md60 #### 2. 获取命令行工具amp
62 https://aos-oss-cn-shanghai.oss-cn-shanghai.aliyuncs.com/amp/v1.0.0/amp-macos.zip
64 https://aos-oss-cn-shanghai.oss-cn-shanghai.aliyuncs.com/amp/v1.0.0/amp-win.zip
75 AliOS Things轻应用框架使用热更新方式把应用代码推送到设备上,使用命令行工具amp以完成此功能。
80 $ amp login <token>
85 $ amp device list
90 $ amp put ./app <device name>
/AliOS-Things-master/components/amp_adapter/
A DConfig.in2 bool "amp adapter"
8 # Configurations for component amp adapter
A Daos.mk5 $(NAME)_SUMMARY := amp adapter
A DMakefile36 ../utils/mbedtls/platform/amp/include \
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/
A Drandom_utils.h40 int amp) { in VP8RandomBits2() argument
50 diff = (diff * amp) >> VP8_RANDOM_DITHER_FIX; // restrict range in VP8RandomBits2()
/AliOS-Things-master/solutions/haas_dev_demo/
A DREADME.md46 * 在package.yaml 中增加py_engine及amp组件依赖
47 py_engine是Python轻应用引擎的组件,amp是JavaScript轻应用引起的组件。
51 - amp: master
A Dhaas_dev_demo.c38 ALIOS_CLI_CMD_REGISTER(amp_set_command, amp_set, set amp startup type) in ALIOS_CLI_CMD_REGISTER()
/AliOS-Things-master/components/amp/example/
A Damp_example.c36 ALIOS_CLI_CMD_REGISTER(amp_comp_example, amp_example, amp component base example)
/AliOS-Things-master/documentation/developer/
A Dcontribute_code.md27 1、在Gitee 上的目标仓库里单击 “fork” 按钮,将目标仓库fork一份到开发者自己的名下。以目标仓库为amp为例,Fork代码的方法如下图:
45 本文以提交amp仓库下的代码为例子,提供完整开发命令供参考
/AliOS-Things-master/components/amp/main/
A DMakefile15 ../utils/mbedtls/platform/amp/include \
/AliOS-Things-master/components/amp/services/
A DMakefile28 ../utils/mbedtls/platform/amp/include \
/AliOS-Things-master/components/amp/engine/duktape_engine/
A DMakefile73 ../../utils/mbedtls/platform/amp/include \
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A Dframe_dec.c362 static void Dither8x8(VP8Random* const rg, uint8_t* dst, int bps, int amp) { in Dither8x8() argument
366 dither[i] = VP8RandomBits2(rg, VP8_DITHER_AMP_BITS + 1, amp); in Dither8x8()
/AliOS-Things-master/components/amp/ampsim/
A DCMakeLists.txt3 set(library amp)
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dquant_enc.c406 const double amp = SNS_TO_DQ * enc->config_->sns_strength / 100. / 128.; in VP8SetSegmentParams() local
414 const double expn = 1. - amp * enc->dqm_[i].alpha_; in VP8SetSegmentParams()

Completed in 33 milliseconds