/third_party/ffmpeg/libavcodec/ |
H A D | truehd_core_bsf.c | 98 int bpos = 0, reduce = end - have_header * 28 - substream_bytes; in truehd_core_filter() local 134 AV_WB16(pkt->data + have_header * 28 + 4 + bpos, substr_hdr); in truehd_core_filter() 137 bpos += 2; in truehd_core_filter() 140 AV_WB16(pkt->data + have_header * 28 + 4 + bpos, units[i].optional); in truehd_core_filter() 143 bpos += 2; in truehd_core_filter()
|
H A D | tscc2.c | 127 int prev_dc, dc, nc, ac, bpos, val; in tscc2_decode_mb() local 163 bpos = 1; in tscc2_decode_mb() 169 bpos += ac & 0xF; in tscc2_decode_mb() 170 if (bpos >= 16) in tscc2_decode_mb() 173 c->block[ff_zigzag_scan[bpos++]] = val; in tscc2_decode_mb()
|
/third_party/pulseaudio/src/modules/raop/ |
H A D | raop-client.c | 280 uint8_t *bp, bpos; in write_ALAC_data() local 285 size = bpos = 0; in write_ALAC_data() 287 bit_writer(&bp, &bpos, &size, 1, 3); /* channel=1, stereo */ in write_ALAC_data() 288 bit_writer(&bp, &bpos, &size, 0, 4); /* Unknown */ in write_ALAC_data() 289 bit_writer(&bp, &bpos, &size, 0, 8); /* Unknown */ in write_ALAC_data() 290 bit_writer(&bp, &bpos, &size, 0, 4); /* Unknown */ in write_ALAC_data() 291 bit_writer(&bp, &bpos, &size, 1, 1); /* Hassize */ in write_ALAC_data() 292 bit_writer(&bp, &bpos, &size, 0, 2); /* Unused */ in write_ALAC_data() 293 bit_writer(&bp, &bpos, &size, 1, 1); /* Is-not-compressed */ in write_ALAC_data() 295 bit_writer(&bp, &bpos, in write_ALAC_data() [all...] |
/third_party/backends/backend/ |
H A D | mustek_pp_cis.c | 1336 int bpos = 0; in cis_read_line_low_level() local 1405 low_val = calib_low[bpos] ; in cis_read_line_low_level() 1409 hi_val = calib_hi[bpos] ; in cis_read_line_low_level() 1420 buf[bpos++] = cval; in cis_read_line_low_level() 1422 while (bpos < pixel); in cis_read_line_low_level() 1474 buf[bpos] = (buf[bpos-1] + cval)/2; /* Interpolate */ in cis_read_line_low_level() 1475 ++bpos; in cis_read_line_low_level() 1478 if (bpos < pixel) in cis_read_line_low_level() 1479 buf[bpos in cis_read_line_low_level() [all...] |
H A D | mustek_pp_ccd300.c | 417 int pos = 0, bpos = 0; in read_line_101x() local 448 if (cval >= cal[bpos]) in read_line_101x() 453 cval /= (int) cal[bpos]; in read_line_101x() 460 buf[bpos++] = cval; in read_line_101x() 463 while (bpos < pixel); in read_line_101x()
|
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
H A D | postprocessor.c | 589 const char *bpos; in try_get_value() local 596 bpos = buf; in try_get_value() 598 while (NULL != (spos = strstr (bpos, key))) in try_get_value() 603 bpos = spos + 1; in try_get_value()
|
/third_party/pulseaudio/src/modules/oss/ |
H A D | module-oss.c | 364 size_t bpos, n; in mmap_sink_get_latency() local 375 bpos = ((u->out_mmap_current + (unsigned) u->out_mmap_saved_nfrags) * u->out_fragment_size) % u->out_hwbuf_size; in mmap_sink_get_latency() 377 if (bpos <= (size_t) info.ptr) in mmap_sink_get_latency() 378 n = u->out_hwbuf_size - ((size_t) info.ptr - bpos); in mmap_sink_get_latency() 380 n = bpos - (size_t) info.ptr; in mmap_sink_get_latency() 382 /* pa_log("n = %u, bpos = %u, ptr = %u, total=%u, fragsize = %u, n_frags = %u\n", n, bpos, (unsigned) info.ptr, total, u->out_fragment_size, u->out_fragments); */ in mmap_sink_get_latency() 389 size_t bpos, n; in mmap_source_get_latency() local 399 bpos = ((u->in_mmap_current + (unsigned) u->in_mmap_saved_nfrags) * u->in_fragment_size) % u->in_hwbuf_size; in mmap_source_get_latency() 401 if (bpos < in mmap_source_get_latency() [all...] |
/third_party/libdrm/include/drm/ |
H A D | vc4_drm.h | 310 __u32 bpoa, bpos; member
|
/third_party/mesa3d/include/drm-uapi/ |
H A D | vc4_drm.h | 310 __u32 bpoa, bpos; member
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | index.c | 1001 u32 bpos = pos / 8; in ntfs_ibm_modify() local 1015 if (na->data_size < bpos + 1) { in ntfs_ibm_modify() 1023 if (ntfs_attr_pread(na, bpos, 1, &byte) != 1) { in ntfs_ibm_modify() 1033 if (ntfs_attr_pwrite(na, bpos, 1, &byte) != 1) { in ntfs_ibm_modify()
|
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
H A D | scsimain.c | 942 int bpos = bpstart; in dStrHex() local 951 if (bpos >= ((bpstart + (9 * 3)))) in dStrHex() 952 bpos++; in dStrHex() 956 bpos += 3; in dStrHex() 957 if (bpos == (bpstart + (9 * 3))) in dStrHex() 958 bpos++; in dStrHex() 959 sprintf(&buff[bpos], "%.2x", (int)(unsigned char)c); in dStrHex() 960 buff[bpos + 2] = ' '; in dStrHex() 970 bpos = bpstart; in dStrHex()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bigdec/ |
H A D | DiagBigDecimalTest.java | 130 private static final byte bpos = 1; field in DiagBigDecimalTest 2751 TestFmwk.assertTrue("byv014", ((bpos))==((new ohos.global.icu.math.BigDecimal(bpos)).byteValue())); in diagbyteValue() 2764 TestFmwk.assertTrue("byv030", ((bpos))==((new ohos.global.icu.math.BigDecimal(bpos)).byteValueExact())); in diagbyteValue()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/ |
H A D | DiagBigDecimalTest.java | 127 private static final byte bpos = 1; field in DiagBigDecimalTest 2748 TestFmwk.assertTrue("byv014", ((bpos))==((new com.ibm.icu.math.BigDecimal(bpos)).byteValue())); in diagbyteValue() 2761 TestFmwk.assertTrue("byv030", ((bpos))==((new com.ibm.icu.math.BigDecimal(bpos)).byteValueExact())); in diagbyteValue()
|