Home
last modified time | relevance | path

Searched refs:in_buf (Results 1 – 4 of 4) sorted by relevance

/system/media/audio_utils/
Dresampler.c36 int16_t *in_buf; // input buffer member
105 rsmp->in_buf = (int16_t *)realloc(rsmp->in_buf, in resampler_resample_from_provider()
114 memcpy(rsmp->in_buf + rsmp->frames_in * rsmp->channel_count, in resampler_resample_from_provider()
126 rsmp->in_buf, in resampler_resample_from_provider()
132 rsmp->in_buf, in resampler_resample_from_provider()
144 memmove(rsmp->in_buf, in resampler_resample_from_provider()
145 rsmp->in_buf + inFrames * rsmp->channel_count, in resampler_resample_from_provider()
235 rsmp->in_buf = NULL; in create_resampler()
259 free(rsmp->in_buf); in release_resampler()
/system/extras/app-launcher/
Dcomputestatsf.c20 char in_buf[BUFSIZE]; variable
58 while (fgets(in_buf, BUFSIZE, in_fp)) { in main()
64 sscanf(in_buf, "%lf", &data_items[num_data_items]); in main()
Dcomputestats.c20 char in_buf[BUFSIZE]; variable
58 while (fgets(in_buf, BUFSIZE, in_fp)) { in main()
64 sscanf(in_buf, "%ju", &data_items[num_data_items]); in main()
/system/extras/ioshark/
Dcompile_ioshark.c33 char in_buf[2048]; variable
564 while (fgets(in_buf, 2048, fp)) { in main()
565 s = in_buf; in main()