Searched defs:in_bytes (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/components/efuse/esp32/ |
D | esp_efuse_utility.c | 169 esp_err_t esp_efuse_utility_apply_34_encoding(const uint8_t *in_bytes, uint32_t *out_words, size_t … in esp_efuse_utility_apply_34_encoding() 200 static void apply_repeat_encoding(const uint8_t *in_bytes, uint32_t *out_words, size_t in_bytes_len) in apply_repeat_encoding()
|
/hal_espressif-latest/tools/esptool_py/flasher_stub/ |
D | stub_write_flash.c | 430 size_t in_bytes = length; /* input remaining */ in handle_flash_deflated_data() local
|
D | miniz.c | 235 size_t in_bytes, out_bytes; in mz_deflate() local 430 size_t in_bytes, out_bytes, orig_avail_in; in mz_inflate() local
|
/hal_espressif-latest/components/bt/host/bluedroid/api/ |
D | esp_hf_client_api.c | 554 int32_t esp_hf_client_pcm_resample(void *src, uint32_t in_bytes, void *dst) in esp_hf_client_pcm_resample()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/ |
D | bta_dm_sco.c | 653 INT32 BTA_DmPcmResample (void *p_src, UINT32 in_bytes, void *p_dst) in BTA_DmPcmResample()
|