Home
last modified time | relevance | path

Searched refs:process_file (Results 1 – 5 of 5) sorted by relevance

/btstack/test/hfp/
H A Dpklg_cvsd_test.c84 static void process_file(const char * pklg_path, const char * wav_path, int packet_type, int plc_en… in process_file() function
205 process_file(pklg_path, wav_path, PAKET_TYPE_SCO_IN, 0); in main()
210 process_file(pklg_path, wav_path, PAKET_TYPE_SCO_IN, 1); in main()
215 process_file(pklg_path, wav_path, PAKET_TYPE_SCO_OUT, 0); in main()
/btstack/test/sbc/
H A Dpklg_msbc_test.c94 static void process_file(const char * pklg_path, const char * wav_path, int packet_type, int plc_en… in process_file() function
203 process_file(pklg_path, wav_path, PAKET_TYPE_SCO_IN, 0); in main()
208 process_file(pklg_path, wav_path, PAKET_TYPE_SCO_IN, 1); in main()
213 process_file(pklg_path, wav_path, PAKET_TYPE_SCO_OUT, 0); in main()
/btstack/doc/manual/
H A Dmarkdown_update_references.py83 def process_file(mk_file, markdownfolder, mkdocsfolder, githuburl): function
163 process_file(navigation_group_filepath, markdownfolder, mkdocsfolder, githuburl)
169 process_file(filepath, markdownfolder, mkdocsfolder, githuburl)
H A Dmarkdown_create_gatt_services_and_clients.py89 def process_file(basename, inputfile_path, outputfile_path): function
169 process_file(basename, inputfile_path, outputfile_path)
/btstack/3rd-party/lwip/core/src/apps/http/makefsdata/
H A Dmakefsdata.c122 int process_file(FILE *data_file, FILE *struct_file, const char *filename);
543 if (process_file(data_file, struct_file, curName) < 0) { in process_sub()
932 int process_file(FILE *data_file, FILE *struct_file, const char *filename) in process_file() function