HomeSort by relevance Sort by last modified time
    Searched defs:frames_to_process (Results 1 - 2 of 2) sorted by null

  /system/bt/btif/src/
btif_a2dp_sink.cc 88 uint8_t frames_to_process; member in struct:__anon105923
395 num_frames_to_process = btif_a2dp_sink_cb.frames_to_process;
497 btif_a2dp_sink_cb.frames_to_process = A2DP_GetSinkFramesCountToProcess(
500 btif_a2dp_sink_cb.frames_to_process);
501 if (btif_a2dp_sink_cb.frames_to_process == 0) {
  /system/bt/stack/a2dp/
a2dp_sbc.cc 737 int frames_to_process; local
858 frames_to_process = ((freq_multiple) / (num_blocks * num_subbands)) + 1;
860 return frames_to_process;
    [all...]

Completed in 1273 milliseconds