HomeSort by relevance Sort by last modified time
    Searched refs:fcr (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/fec/
init_rs.c 27 * fcr = first root of RS code generator polynomial, index form
32 void *init_rs_common(int symsize,int gfpoly,int fcr,int prim,
init_rs_char.c 23 * fcr = first root of RS code generator polynomial, index form
28 void *init_rs_char(int symsize,int gfpoly,int fcr,int prim,
init_rs_int.c 23 * fcr = first root of RS code generator polynomial, index form
28 void *init_rs_int(int symsize,int gfpoly,int fcr,int prim,
rs-common.h 14 int fcr; /* First consecutive root, index form */ member in struct:rs
char.h 16 #define FCR (rs->fcr)
int.h 16 #define FCR (rs->fcr)
init_rs.h 17 if(fcr < 0 || fcr >= (1<<symsize))
78 rs->fcr = fcr;
88 for (i = 0,root=fcr*prim; i < nroots; i++,root += prim) {
fec.h 233 int fcr,int prim,int nroots,
240 void *init_rs_int(int symsize,int gfpoly,int fcr,
  /system/bt/stack/sdp/
sdp_main.cc 183 cfg.fcr.mode, cfg.fcr.tx_win_sz, cfg.fcr.max_transmit,
184 cfg.fcr.rtrans_tout, cfg.fcr.mon_tout, cfg.fcr.mps);
188 cfg.fcr.mode != L2CAP_FCR_BASIC_MODE) {
189 /* FCR not desired; try again in basic mode */
190 cfg.fcr.mode = L2CAP_FCR_BASIC_MODE;
237 cfg.fcr.mode, cfg.fcr.tx_win_sz, cfg.fcr.max_transmit
    [all...]
  /system/bt/stack/l2cap/
l2c_fcr.cc 176 tout = (uint32_t)p_ccb->our_cfg.fcr.mon_tout;
178 tout = (uint32_t)p_ccb->our_cfg.fcr.rtrans_tout;
234 (p_ccb->peer_cfg.fcr.mode == L2CAP_FCR_ERTM_MODE)) {
258 "max_held_acks:%08u, in_cfg.fcr.tx_win_sz:%08u",
259 p_ccb->fcrb.max_held_acks, p_ccb->peer_cfg.fcr.tx_win_sz);
378 if (p_ccb->peer_cfg.fcr.mode == L2CAP_FCR_ERTM_MODE) {
382 p_ccb->peer_cfg.fcr.tx_win_sz)) {
402 * Description This function sets the FCR variables in an I-frame that is
437 if (p_ccb->peer_cfg.fcr.mode == L2CAP_FCR_ERTM_MODE) {
494 if (p_ccb->peer_cfg.fcr.mode == L2CAP_FCR_ERTM_MODE
    [all...]
l2c_utils.cc 601 UINT8_TO_STREAM(p, p_cfg->fcr.mode);
602 UINT8_TO_STREAM(p, p_cfg->fcr.tx_win_sz);
603 UINT8_TO_STREAM(p, p_cfg->fcr.max_transmit);
604 UINT16_TO_STREAM(p, p_cfg->fcr.rtrans_tout);
605 UINT16_TO_STREAM(p, p_cfg->fcr.mon_tout);
606 UINT16_TO_STREAM(p, p_cfg->fcr.mps);
697 UINT8_TO_STREAM(p, p_cfg->fcr.mode);
698 UINT8_TO_STREAM(p, p_cfg->fcr.tx_win_sz);
699 UINT8_TO_STREAM(p, p_cfg->fcr.max_transmit);
700 UINT16_TO_STREAM(p, p_ccb->our_cfg.fcr.rtrans_tout)
    [all...]
l2c_main.cc 208 if (p_ccb->peer_cfg.fcr.mode != L2CAP_FCR_BASIC_MODE)
229 if (p_ccb->peer_cfg.fcr.mode == L2CAP_FCR_BASIC_MODE)
470 STREAM_TO_UINT8(cfg_info.fcr.mode, p);
471 STREAM_TO_UINT8(cfg_info.fcr.tx_win_sz, p);
472 STREAM_TO_UINT8(cfg_info.fcr.max_transmit, p);
473 STREAM_TO_UINT16(cfg_info.fcr.rtrans_tout, p);
474 STREAM_TO_UINT16(cfg_info.fcr.mon_tout, p);
475 STREAM_TO_UINT16(cfg_info.fcr.mps, p);
565 STREAM_TO_UINT8(cfg_info.fcr.mode, p);
566 STREAM_TO_UINT8(cfg_info.fcr.tx_win_sz, p)
    [all...]
l2c_csm.cc 820 if (p_ccb->our_cfg.fcr.mode != p_ccb->peer_cfg.fcr.mode) {
840 ** check p_ccb->our_cfg.fcr.mon_tout and
841 *p_ccb->our_cfg.fcr.rtrans_tout
845 if ((p_ccb->our_cfg.fcr.mode == L2CAP_FCR_ERTM_MODE) &&
846 ((p_ccb->our_cfg.fcr.mon_tout == 0) ||
847 (p_ccb->our_cfg.fcr.rtrans_tout))) {
    [all...]
l2cap_client.cc 243 if (requested_parameters->fcr.mode != L2CAP_FCR_BASIC_MODE) {
245 response.fcr = requested_parameters->fcr;
246 response.fcr.mode = L2CAP_FCR_BASIC_MODE;
l2c_api.cc 748 * Note: The FCR options of p_cfg are not used.
759 cid, p_cfg->fcr_present, p_cfg->fcr.mode, p_cfg->mtu_present, p_cfg->mtu);
771 /* Don't adjust FCR options if not used */
772 if ((!p_cfg->fcr_present) || (p_cfg->fcr.mode == L2CAP_FCR_BASIC_MODE)) {
773 /* FCR and FCS options are not used in basic mode */
807 "FCR:%d FCS:%d",
822 false; /* FCR options already negotiated before this point */
825 * (excluding FCR) */
    [all...]
  /system/bt/stack/avct/
avct_l2c_br.cc 40 /* AVCTP Browsing channel FCR Option:
46 /* AVCTP Browsing channel FCR Option:
56 /* AVCTP Browsing channel FCR Option: Retransmission Timeout
64 /* AVCTP Browsing channel FCR Option: Monitor Timeout
146 cfg.fcr = avct_l2c_br_fcr_opts_def;
151 /* Set the FCR options: Browsing channel mandates ERTM */
152 ertm_info.preferred_mode = cfg.fcr.mode;
210 cfg.fcr = avct_l2c_br_fcr_opts_def;
  /frameworks/av/media/libaudioprocessing/
AudioResamplerDyn.cpp 228 double fcr; local
233 fcr = max(0.5*tbwCheat - tbw/2, tbw/2);
235 fcr = max(0.5*tbwCheat*outSampleRate/inSampleRate - tbw/2, tbw/2);
238 firKaiserGen(buf, c.mL, c.mHalfNumCoefs, stopBandAtten, fcr, atten);
246 printf("L:%d hnc:%d stopBandAtten:%lf fcr:%lf atten:%lf tbw:%lf\n",
247 c.mL, c.mHalfNumCoefs, stopBandAtten, fcr, atten, tbw);
249 double fp = (fcr - tbw/2)/c.mL;
250 double fs = (fcr + tbw/2)/c.mL;
AudioResamplerFirGen.h 634 * @param fcr is cutoff frequency/sampling rate (<0.5). At this point, the energy
635 * should be 6dB less. (fcr is where the amplitude drops by half). Use the
636 * firKaiserTbw() to calculate the transition bandwidth. fcr is the midpoint
644 double stopBandAtten, double fcr, double atten) {
670 const double xstep = (2. * M_PI) * fcr / L;
695 y = 2. * atten * fcr; // center of filter, sinc(0) = 1.
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ipf/
ReadAr.s 80 (p22) mov ret0=ar.fcr // ar21 [iA32]
  /system/bt/stack/gap/
gap_conn.cc 225 p_ccb->ertm_info.preferred_mode = p_ccb->cfg.fcr.mode;
235 /* optional FCR channel modes */
468 if (p_ccb->cfg.fcr.mode == L2CAP_FCR_ERTM_MODE)
858 if (p_ccb->cfg.fcr.mode == L2CAP_FCR_ERTM_MODE) {
903 p_ccb->cfg.fcr.mode = p_cfg->fcr.mode;
905 p_ccb->cfg.fcr.mode = L2CAP_FCR_BASIC_MODE;
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
ia64_cpu.h 316 IA64_AR(fcr)
  /development/ndk/platforms/android-9/arch-mips/include/asm/sn/
ioc3.h 37 volatile u8 fcr; member in union:ioc3_uartregs::__anon2455
55 #define iu_fcr u3.fcr
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/asm/sn/
ioc3.h 37 volatile u8 fcr; member in union:ioc3_uartregs::__anon54296
55 #define iu_fcr u3.fcr
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/asm/sn/
ioc3.h 37 volatile u8 fcr; member in union:ioc3_uartregs::__anon55619
55 #define iu_fcr u3.fcr
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/asm/sn/
ioc3.h 37 volatile u8 fcr; member in union:ioc3_uartregs::__anon56953
55 #define iu_fcr u3.fcr

Completed in 600 milliseconds

1 2 3