Searched refs:CBR (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Daf_afade.c45 enum CurveType { TRI, QSIN, ESIN, HSIN, LOG, PAR, QUA, CUB, SQU, CBR }; enumerator in enum:CurveType
63 { "curve", "set fade curve type", OFFSET(curve), AV_OPT_TYPE_INT, {.i64 = TRI }, TRI, CBR, FLAGS, "curve" },
64 { "c", "set fade curve type", OFFSET(curve), AV_OPT_TYPE_INT, {.i64 = TRI }, TRI, CBR, FLAGS, "curve" },
74 { "cbr", "cubic root", 0, AV_OPT_TYPE_CONST, {.i64 = CBR }, 0, 0, FLAGS, "curve" },
151 case CBR:
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dboot.S194 li t0,0x1fa0000c # Set up CBR to 0x1fax_xxxx
201 li t0,0xff40000c # change CBR to ff4x_xxxx
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Diphase.h31 Add the CBR support.
239 #define CBR 0x0000 macro
271 u_short out_of_rate_link; /* reserved for UBR and CBR */
575 #define CBR_SCHED_TABLE 0x1800 /* CBR Table */
652 freg_t cbr_base; /* CBR Pointer Base */
663 freg_t cbr_tab_beg; /* CBR Table Begin */
664 freg_t cbr_tab_end; /* CBR Table End */
665 freg_t cbr_pointer; /* CBR Pointer */
702 freg_t cbr_vc; /* CBR VC */
810 u32 class_type; /* CBR/VB
[all...]
H A Diphase.c31 Add the CBR support.
418 IF_ERR(printk("PCR for CBR not defined\n");)
423 IF_CBR(printk("CBR: CBR entries=0x%x for rate=0x%x & Gran=0x%x\n",
426 IF_CBR(printk("CBR: Bandwidth smaller than granularity of CBR table\n");)
432 IF_CBR(printk("CBR: Not enough bandwidth to support this PCR.\n");)
475 IF_CBR(printk("CBR Testslot 0x%x AT Location 0x%p, NumToAssign=%d\n",
500 IF_CBR(printk("Reading CBR Tbl from 0x%p, CbrVal=0x%x Iteration %d\n",
504 // Move this VCI number into this location of the CBR Sche
[all...]

Completed in 118 milliseconds