Home
last modified time | relevance | path

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

/hardware/qcom/gps/loc_api/libloc_api/
Dloc_eng_xtra.cpp56 #define XTRA_BLOCK_SIZE (400) macro
130 total_parts = (length / XTRA_BLOCK_SIZE); in qct_loc_eng_inject_xtra_data()
131 if ((total_parts % XTRA_BLOCK_SIZE) != 0) in qct_loc_eng_inject_xtra_data()
142 predicted_orbits_data_ptr->part_len = XTRA_BLOCK_SIZE; in qct_loc_eng_inject_xtra_data()
143 if (XTRA_BLOCK_SIZE > (length - len_injected)) in qct_loc_eng_inject_xtra_data()