| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | sox_sample_test.c | 25 #define TEST_UINT(bits) \ argument 26 uint##bits = 0; \ 27 sample = SOX_UNSIGNED_TO_SAMPLE(bits,uint##bits); \ 29 uint##bits = SOX_SAMPLE_TO_UNSIGNED(bits,sample, clips); \ 30 assert(uint##bits == 0 && clips == 0); \ 32 uint##bits = 1; \ 33 sample = SOX_UNSIGNED_TO_SAMPLE(bits,uint##bits); \ 35 uint##bits = SOX_SAMPLE_TO_UNSIGNED(bits,sample, clips); \ 36 assert(uint##bits == 1 && clips == 0); \ 38 uint##bits = SOX_INT_MAX(bits); \ [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | pixfmt-srggb10-ipu3.rst | 18 sRGB / Bayer formats with 10 bits per sample with every 25 pixels packed 19 to 32 bytes leaving 6 most significant bits padding in the last byte. 34 - G\ :sub:`0001low`\ (bits 7--2) 36 B\ :sub:`0000high`\ (bits 1--0) 37 - B\ :sub:`0002low`\ (bits 7--4) 39 G\ :sub:`0001high`\ (bits 3--0) 40 - G\ :sub:`0003low`\ (bits 7--6) 42 B\ :sub:`0002high`\ (bits 5--0) 46 - G\ :sub:`0005low`\ (bits 7--2) 48 B\ :sub:`0004high`\ (bits 1--0) [all …]
|
| H A D | pixfmt-srggb14p.rst | 24 bits per colour. Every four consecutive samples are packed into seven 25 bytes. Each of the first four bytes contain the eight high order bits 27 significants bits of each pixel, in the same order. 61 - G\ :sub:`01low bits 1--0`\ (bits 7--6) 63 B\ :sub:`00low bits 5--0`\ (bits 5--0) 65 - B\ :sub:`02low bits 3--0`\ (bits 7--4) 67 G\ :sub:`01low bits 5--2`\ (bits 3--0) 69 - G\ :sub:`03low bits 5--0`\ (bits 7--2) 71 B\ :sub:`02low bits 5--4`\ (bits 1--0) 85 - R\ :sub:`11low bits 1--0`\ (bits 7--6) [all …]
|
| /OK3568_Linux_fs/kernel/include/sound/ |
| H A D | cs8403.h | 24 SND_CS8403_DECL void SND_CS8403_DECODE(struct snd_aes_iec958 *diga, unsigned char bits) in SND_CS8403_DECODE() argument 26 if (bits & 0x01) { /* consumer */ in SND_CS8403_DECODE() 27 if (!(bits & 0x02)) in SND_CS8403_DECODE() 29 if (!(bits & 0x08)) in SND_CS8403_DECODE() 31 switch (bits & 0x10) { in SND_CS8403_DECODE() 35 if (!(bits & 0x80)) in SND_CS8403_DECODE() 37 switch (bits & 0x60) { in SND_CS8403_DECODE() 43 switch (bits & 0x06) { in SND_CS8403_DECODE() 50 switch (bits & 0x18) { in SND_CS8403_DECODE() 56 switch (bits & 0x60) { in SND_CS8403_DECODE() [all …]
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/common/jpeg/ |
| H A D | hal_jpege_hdr.c | 602 RK_U32 bits; in jpege_bits_put() local 610 bits = number + impl->bufferedBits; in jpege_bits_put() 612 value <<= (32 - bits); in jpege_bits_put() 615 while (bits > 7) { in jpege_bits_put() 617 bits -= 8; in jpege_bits_put() 627 impl->bufferedBits = (RK_U8) bits; in jpege_bits_put() 633 RK_U32 bits = len; in jpege_seek_bits() local 636 mpp_assert(bits < impl->size); in jpege_seek_bits() 638 while (bits > 7) { in jpege_seek_bits() 641 bits -= 8; in jpege_seek_bits() [all …]
|
| /OK3568_Linux_fs/u-boot/board/micronas/vct/ |
| H A D | dcgu.c | 41 en1.bits.en_clkmsmc = enable; in dcgu_set_clk_switch() 44 en1.bits.en_clkssi_s = enable; in dcgu_set_clk_switch() 47 en1.bits.en_clkssi_m = enable; in dcgu_set_clk_switch() 50 en1.bits.en_clksmc = enable; in dcgu_set_clk_switch() 53 en1.bits.en_clkebi = enable; in dcgu_set_clk_switch() 56 en1.bits.en_usbpll = enable; in dcgu_set_clk_switch() 59 en1.bits.en_clkusb60 = enable; in dcgu_set_clk_switch() 62 en1.bits.en_clkusb24 = enable; in dcgu_set_clk_switch() 65 en1.bits.en_clkuart2 = enable; in dcgu_set_clk_switch() 68 en1.bits.en_clkuart1 = enable; in dcgu_set_clk_switch() [all …]
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | .proftool.cmd | |
| H A D | .gen_eth_addr.cmd | |
| H A D | .relocate-rela.cmd | |
| H A D | .gen_ethaddr_crc.o.cmd | |
| H A D | .pbl_crc32.o.cmd | |
| H A D | .os_support.o.cmd | |
| H A D | .mxsimage.o.cmd | |
| H A D | .mkenvimage.o.cmd | |
| /OK3568_Linux_fs/kernel/drivers/net/wireless/zydas/zd1211rw/ |
| H A D | zd_rf_rf2959.c | 32 static int bits(u32 rw, int from, int to) 41 return bits(rw, bit, bit); 46 int reg = bits(rw, 18, 22); 47 int rw_flag = bits(rw, 23, 23); 54 bits(rw, 14, 15), bit(rw, 3), bit(rw, 2), bit(rw, 1), 63 bits(rw, 7, 9), bits(rw, 4, 6), bits(rw, 0, 3)); 67 bits(rw, 6, 17), bits(rw, 0, 5)); 70 PDEBUG("reg3 IFPLL3 num %d", bits(rw, 0, 17)); 74 bits(rw, 8, 16), bits(rw, 4, 7), bits(rw, 0, 3)); 82 bits(rw, 7, 9), bits(rw, 4, 6), bits(rw, 0,3)); [all …]
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | cursor.c | 66 CursorBitsPtr bits; member 77 FreeCursorBits(CursorBitsPtr bits) in FreeCursorBits() argument 79 if (--bits->refcnt > 0) in FreeCursorBits() 81 free(bits->source); in FreeCursorBits() 82 free(bits->mask); in FreeCursorBits() 83 free(bits->argb); in FreeCursorBits() 84 dixFiniPrivates(bits, PRIVATE_CURSOR_BITS); in FreeCursorBits() 85 if (bits->refcnt == 0) { in FreeCursorBits() 89 (this = *prev) && (this->bits != bits); prev = &this->next); in FreeCursorBits() 95 free(bits); in FreeCursorBits() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | omap3-echo.dts | 106 clock-mode = /bits/ 8 <0>; /* LP55XX_CLOCK_AUTO */ 110 led-cur = /bits/ 8 <12>; 111 max-cur = /bits/ 8 <15>; 114 led-cur = /bits/ 8 <12>; 115 max-cur = /bits/ 8 <15>; 118 led-cur = /bits/ 8 <12>; 119 max-cur = /bits/ 8 <15>; 122 led-cur = /bits/ 8 <12>; 123 max-cur = /bits/ 8 <15>; 126 led-cur = /bits/ 8 <12>; [all …]
|
| /OK3568_Linux_fs/u-boot/scripts/dtc/ |
| H A D | .util.o.cmd | |
| H A D | .srcpos.o.cmd | |
| /OK3568_Linux_fs/u-boot/scripts/basic/ |
| H A D | .fixdep.cmd | |
| /OK3568_Linux_fs/u-boot/tools/lib/ |
| H A D | .rc4.o.cmd | |
| H A D | .crc8.o.cmd | |
| H A D | .md5.o.cmd | |
| H A D | .crc32.o.cmd | |
| /OK3568_Linux_fs/u-boot/tools/rockchip/ |
| H A D | .bmp2gray16.o.cmd | |