Home
last modified time | relevance | path

Searched refs:pcm_plug_frames_to_bytes (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tinyalsa/
H A Dpcm_plugin.c176 static int pcm_plug_frames_to_bytes(unsigned int frames, in pcm_plug_frames_to_bytes() function
464 val2 = pcm_plug_frames_to_bytes(period_sz, val1); // period_bytes; in pcm_plug_hw_params_set()
471 val2 = pcm_plug_frames_to_bytes(period_sz * periods, val1); //buffer_bytes; in pcm_plug_hw_params_set()
/aosp_15_r20/external/tinyalsa_new/src/
H A Dpcm_plugin.c197 static int pcm_plug_frames_to_bytes(unsigned int frames, in pcm_plug_frames_to_bytes() function
485 val2 = pcm_plug_frames_to_bytes(period_sz, val1); // period_bytes; in pcm_plug_hw_params_set()
492 val2 = pcm_plug_frames_to_bytes(period_sz * periods, val1); //buffer_bytes; in pcm_plug_hw_params_set()