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

1 2

  /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.c 199 cfg.fcr.mode, cfg.fcr.tx_win_sz, cfg.fcr.max_transmit,
200 cfg.fcr.rtrans_tout,cfg.fcr.mon_tout, cfg.fcr.mps);
204 && cfg.fcr.mode != L2CAP_FCR_BASIC_MODE)
206 /* FCR not desired; try again in basic mode */
207 cfg.fcr.mode = L2CAP_FCR_BASIC_MODE;
255 cfg.fcr.mode, cfg.fcr.tx_win_sz, cfg.fcr.max_transmit
    [all...]
  /system/bt/stack/l2cap/
l2c_fcr.c 183 tout = (UINT32)p_ccb->our_cfg.fcr.mon_tout;
187 tout = (UINT32)p_ccb->our_cfg.fcr.rtrans_tout;
244 if ( (p_ccb->local_cid >= L2CAP_BASE_APPL_CID) && (p_ccb->peer_cfg.fcr.mode == L2CAP_FCR_ERTM_MODE) )
259 "max_held_acks:%08u, in_cfg.fcr.tx_win_sz:%08u", p_ccb->fcrb.max_held_acks, p_ccb->peer_cfg.fcr.tx_win_sz );
364 if (p_ccb->peer_cfg.fcr.mode == L2CAP_FCR_ERTM_MODE)
368 || (fixed_queue_length(p_ccb->fcrb.waiting_for_ack_q) >= p_ccb->peer_cfg.fcr.tx_win_sz) )
389 ** Description This function sets the FCR variables in an I-frame that is
426 if (p_ccb->peer_cfg.fcr.mode == L2CAP_FCR_ERTM_MODE)
487 if (p_ccb->peer_cfg.fcr.mode == L2CAP_FCR_ERTM_MODE
    [all...]
l2c_utils.c 663 UINT8_TO_STREAM (p, p_cfg->fcr.mode);
664 UINT8_TO_STREAM (p, p_cfg->fcr.tx_win_sz);
665 UINT8_TO_STREAM (p, p_cfg->fcr.max_transmit);
666 UINT16_TO_STREAM (p, p_cfg->fcr.rtrans_tout);
667 UINT16_TO_STREAM (p, p_cfg->fcr.mon_tout);
668 UINT16_TO_STREAM (p, p_cfg->fcr.mps);
763 UINT8_TO_STREAM (p, p_cfg->fcr.mode);
764 UINT8_TO_STREAM (p, p_cfg->fcr.tx_win_sz);
765 UINT8_TO_STREAM (p, p_cfg->fcr.max_transmit);
766 UINT16_TO_STREAM (p, p_ccb->our_cfg.fcr.rtrans_tout)
    [all...]
l2c_main.c 219 if (p_ccb->peer_cfg.fcr.mode != L2CAP_FCR_BASIC_MODE)
246 if (p_ccb->peer_cfg.fcr.mode == L2CAP_FCR_BASIC_MODE)
485 STREAM_TO_UINT8 (cfg_info.fcr.mode, p);
486 STREAM_TO_UINT8 (cfg_info.fcr.tx_win_sz, p);
487 STREAM_TO_UINT8 (cfg_info.fcr.max_transmit, p);
488 STREAM_TO_UINT16 (cfg_info.fcr.rtrans_tout, p);
489 STREAM_TO_UINT16 (cfg_info.fcr.mon_tout, p);
490 STREAM_TO_UINT16 (cfg_info.fcr.mps, p);
587 STREAM_TO_UINT8 (cfg_info.fcr.mode, p);
588 STREAM_TO_UINT8 (cfg_info.fcr.tx_win_sz, p)
    [all...]
l2c_csm.c     [all...]
l2cap_client.c 237 if (requested_parameters->fcr.mode != L2CAP_FCR_BASIC_MODE) {
239 response.fcr = requested_parameters->fcr;
240 response.fcr.mode = L2CAP_FCR_BASIC_MODE;
l2c_api.c 780 ** Note: The FCR options of p_cfg are not used.
790 cid, p_cfg->fcr_present, p_cfg->fcr.mode, p_cfg->mtu_present, p_cfg->mtu);
803 /* Don't adjust FCR options if not used */
804 if ((!p_cfg->fcr_present)||(p_cfg->fcr.mode == L2CAP_FCR_BASIC_MODE))
806 /* FCR and FCS options are not used in basic mode */
839 L2CAP_TRACE_API ("L2CA_ConfigRsp() CID: 0x%04x Result: %d MTU present:%d Flush TO:%d FCR:%d FCS:%d",
853 p_cfg->fcr_present = FALSE; /* FCR options already negotiated before this point */
855 /* Clear out any cached options that are being returned as an error (excluding FCR) */
    [all...]
  /frameworks/av/services/audioflinger/
AudioResamplerDyn.cpp 218 double fcr; local
223 fcr = max(0.5*tbwCheat - tbw/2, tbw/2);
225 fcr = max(0.5*tbwCheat*outSampleRate/inSampleRate - tbw/2, tbw/2);
228 firKaiserGen(buf, c.mL, c.mHalfNumCoefs, stopBandAtten, fcr, atten);
236 printf("L:%d hnc:%d stopBandAtten:%lf fcr:%lf atten:%lf tbw:%lf\n",
237 c.mL, c.mHalfNumCoefs, stopBandAtten, fcr, atten, tbw);
239 double fp = (fcr - tbw/2)/c.mL;
240 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.
  /system/bt/stack/gap/
gap_conn.c 232 p_ccb->ertm_info.preferred_mode = p_ccb->cfg.fcr.mode;
242 /* optional FCR channel modes */
502 if (p_ccb->cfg.fcr.mode == L2CAP_FCR_ERTM_MODE)
921 if (p_ccb->cfg.fcr.mode == L2CAP_FCR_ERTM_MODE)
    [all...]
  /development/ndk/platforms/android-9/arch-mips/include/asm/sn/
ioc3.h 37 volatile u8 fcr; member in union:ioc3_uartregs::__anon2606
55 #define iu_fcr u3.fcr
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm/sn/
ioc3.h 37 volatile u8 fcr; member in union:ioc3_uartregs::__anon45293
55 #define iu_fcr u3.fcr
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/asm/sn/
ioc3.h 37 volatile u8 fcr; member in union:ioc3_uartregs::__anon46616
55 #define iu_fcr u3.fcr
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/asm/sn/
ioc3.h 37 volatile u8 fcr; member in union:ioc3_uartregs::__anon47950
55 #define iu_fcr u3.fcr
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/asm/sn/
ioc3.h 37 volatile u8 fcr; member in union:ioc3_uartregs::__anon49286
55 #define iu_fcr u3.fcr
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/asm/sn/
ioc3.h 37 volatile u8 fcr; member in union:ioc3_uartregs::__anon50622
55 #define iu_fcr u3.fcr
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/asm/sn/
ioc3.h 37 volatile u8 fcr; member in union:ioc3_uartregs::__anon51958
55 #define iu_fcr u3.fcr

Completed in 607 milliseconds

1 2