Searched refs:bytes_this_tick (Results 1 – 2 of 2) sorted by relevance
568 uint32_t bytes_this_tick = in a2dp_aac_get_num_frame_iteration() local571 a2dp_aac_encoder_cb.aac_feeding_state.counter += bytes_this_tick; in a2dp_aac_get_num_frame_iteration()575 ceil(1.0f * bytes_this_tick * a2dp_aac_encoder_interval_ms * 10000 / in a2dp_aac_get_num_frame_iteration()579 __func__, hecto_ns_this_tick, bytes_this_tick, erratum_100ns); in a2dp_aac_get_num_frame_iteration()
442 uint32_t bytes_this_tick = a2dp_sbc_encoder_cb.feeding_state.bytes_per_tick * in a2dp_sbc_get_num_frame_iteration() local445 a2dp_sbc_encoder_cb.feeding_state.counter += bytes_this_tick; in a2dp_sbc_get_num_frame_iteration()449 ceil(1.0f * A2DP_SBC_ENCODER_INTERVAL_MS * 10000 * bytes_this_tick / in a2dp_sbc_get_num_frame_iteration()453 __func__, hecto_ns_this_tick, bytes_this_tick, erratum_100ns); in a2dp_sbc_get_num_frame_iteration()