Searched refs:L1 (Results 1 – 6 of 6) sorted by relevance
/hardware/interfaces/gnss/1.0/ |
D | IGnssNavigationMessageCallback.hal | 31 /** GPS L1 C/A message contained in the structure. */ 39 /** Glonass L1 CA message contained in the structure. */ 91 * - For GNSS L1 C/A subframe 4 and 5, this value corresponds to the 'frame 95 * - For Glonass L1 C/A, this refers to the frame ID, in the range of 1-5. 114 * - For GNSS L1 C/A, BeiDou D1 & BeiDou D2, the submessage id corresponds to 117 * - For Glonass L1 C/A, this refers to the String number, in the range from 131 * - For GNSS L1 C/A, Beidou D1 & Beidou D2, each subframe contains 10 30-bit 137 * - For Glonass L1 C/A, each string contains 85 data bits, including the
|
D | IGnssCallback.hal | 117 * GPS central frequency for L1 = 1575.45 MHz, or L2 = 1227.60 MHz, L5 = 119 * is the primary common use central frequency, e.g. L1 = 1575.45 MHz 122 * For an L1, L5 receiver tracking a satellite on L1 and L5 at the same 125 * to L1 must be filled, and in the other all of the values related to
|
D | IGnssMeasurementCallback.hal | 488 * GPS central frequency for L1 = 1575.45 MHz, or L2 = 1227.60 MHz, L5 = 490 * is the primary common use central frequency, e.g. L1 = 1575.45 MHz 493 * For an L1, L5 receiver tracking a satellite on L1 and L5 at the same 496 * to L1 must be filled, and in the other all of the values related to
|
/hardware/intel/img/psb_video/src/mrst/ |
D | lnc_hostcode.c | 849 double L1, L2, L3, L4, L5, flBpp; in lnc__update_rcdata() local 875 L1 = 0.1; in lnc__update_rcdata() 902 L1 = 0.050568; in lnc__update_rcdata() 907 if (flBpp < L1) in lnc__update_rcdata() 910 else if (flBpp >= L1 && flBpp < L2) in lnc__update_rcdata() 933 L1 = 0.1; in lnc__update_rcdata() 937 L1 = 0.2; in lnc__update_rcdata() 941 L1 = 0.25; in lnc__update_rcdata() 947 if (flBpp <= L1) in lnc__update_rcdata() 968 L1 = 0.1; in lnc__update_rcdata() [all …]
|
/hardware/intel/img/psb_video/src/ |
D | pnw_hostcode.c | 1231 double L1, L2, L3, L4, L5, L6, flBpp; in pnw__update_rcdata() local 1258 L1 = 0.1; in pnw__update_rcdata() 1281 L1 = 0.050568; in pnw__update_rcdata() 1286 if (flBpp < L1) in pnw__update_rcdata() 1289 else if (flBpp >= L1 && flBpp < L2) in pnw__update_rcdata() 1319 L1 = 0.043; in pnw__update_rcdata() 1326 L1 = 0.065; in pnw__update_rcdata() 1333 L1 = 0.051; in pnw__update_rcdata() 1342 if (flBpp < L1) in pnw__update_rcdata() 1345 else if (flBpp >= L1 && flBpp < L2) in pnw__update_rcdata()
|
D | tng_hostcode.c | 1339 double L1, L2, L3,L4, L5, L6, flBpp; in tng__setup_rcdata() local 1407 L1 = 0.1; L2 = 0.15; L3 = 0.2; in tng__setup_rcdata() 1445 L1 = 0.050568; in tng__setup_rcdata() 1451 if (flBpp < L1) in tng__setup_rcdata() 1453 else if (flBpp>=L1 && flBpp<L2) in tng__setup_rcdata() 1508 L1 = 0.042; L2 = 0.084; L3 = 0.126; L4 = 0.168; L5 = 0.336; L6=0.505; in tng__setup_rcdata() 1510 L1 = 0.064; L2 = 0.084; L3 = 0.106; L4 = 0.126; L5 = 0.168; L6=0.210; in tng__setup_rcdata() 1512 L1 = 0.050; L2 = 0.0760; L3 = 0.096; L4 = 0.145; L5 = 0.193; L6=0.289; in tng__setup_rcdata() 1516 if (flBpp < L1) in tng__setup_rcdata() 1518 else if (flBpp>=L1 && flBpp<L2) in tng__setup_rcdata()
|