/third_party/exfatprogs/exfat2img/ |
D | exfat2img.c | 240 off_t start_off, end_off; in dump_directory() local 258 start_off = exfat_c2o(exfat, clus); in dump_directory() 259 end_off = start_off + DIV_ROUND_UP(dump_size, 512) * 512; in dump_directory() 261 if (dump_range(ei, start_off, end_off) < 0) in dump_directory() 612 off_t start_off, end_off_excl; in dump_clusters_to_stdout() local 644 start_off = exfat_c2o(ei->exfat, clu); in dump_clusters_to_stdout() 647 if (dump_bytes_to_stdout(ei, start_off, end_off_excl, in dump_clusters_to_stdout() 662 off_t start_off, end_off; in dump_to_stdout() local 666 start_off = 0; in dump_to_stdout() 668 if (dump_bytes_to_stdout(ei, start_off, end_off, false) < 0) { in dump_to_stdout() [all …]
|
/third_party/gstreamer/gstplugins_good/gst/audiofx/ |
D | audiofxbasefirfilter.c | 599 self->start_off = GST_BUFFER_OFFSET_NONE; in gst_audio_fx_base_fir_filter_init() 704 if (self->start_off != GST_BUFFER_OFFSET_NONE) { in gst_audio_fx_base_fir_filter_push_residue() 706 self->start_off + self->nsamples_out - outsamples - self->latency; in gst_audio_fx_base_fir_filter_push_residue() 745 self->start_off = GST_BUFFER_OFFSET_NONE; in gst_audio_fx_base_fir_filter_setup() 844 self->start_off = GST_BUFFER_OFFSET (inbuf); in gst_audio_fx_base_fir_filter_transform() 849 self->start_off = GST_BUFFER_OFFSET (inbuf); in gst_audio_fx_base_fir_filter_transform() 894 if (self->start_off != GST_BUFFER_OFFSET_NONE) { in gst_audio_fx_base_fir_filter_transform() 895 GST_BUFFER_OFFSET (outbuf) = self->start_off + output_offset; in gst_audio_fx_base_fir_filter_transform() 931 self->start_off = GST_BUFFER_OFFSET_NONE; in gst_audio_fx_base_fir_filter_start() 1017 self->start_off = GST_BUFFER_OFFSET_NONE; in gst_audio_fx_base_fir_filter_sink_event() [all …]
|
D | audiofxbasefirfilter.h | 84 guint64 start_off; /* start offset after a discont */ member
|
/third_party/ffmpeg/libavcodec/ |
D | hq_hqa.c | 123 int slice, start_off, next_off, i, ret; in hq_decode_frame() local 150 start_off = next_off; in hq_decode_frame() 152 perm = profile->perm_tab + start_off * profile->tab_w * 2; in hq_decode_frame() 164 for (i = 0; i < (next_off - start_off) * profile->tab_w; i++) { in hq_decode_frame()
|
D | xxan.c | 92 int start_off = bytestream2_tell(&tree); in xan_unpack_luma() local 105 bytestream2_seek(&tree, start_off + node*2 + bit - eof * 2, SEEK_SET); in xan_unpack_luma()
|
D | wmavoice.c | 1102 pulse_start, n, idx, range, aidx, start_off = 0; in aw_pulse_set2() local 1158 start_off = idx; in aw_pulse_set2() 1162 fcb->x[fcb->n] = start_off; in aw_pulse_set2() 1167 n = (MAX_FRAMESIZE / 2 - start_off) % fcb->pitch_lag; in aw_pulse_set2()
|
/third_party/ffmpeg/libavformat/ |
D | rtpdec_asf.c | 215 int start_off = avio_tell(pb); in asfrtp_parse_packet() local 258 int cur_len = start_off + len_off - off; in asfrtp_parse_packet()
|
/third_party/elfutils/src/ |
D | strings.c | 453 map_file (int fd, off_t start_off, off_t fdlen, size_t *map_sizep) in map_file() argument 476 fd, start_off); in map_file()
|
/third_party/gstreamer/gstplugins_base/gst/typefind/ |
D | gsttypefindfunctions.c | 1540 mp3_type_find_at_offset (GstTypeFind * tf, guint64 start_off, in mp3_type_find_at_offset() argument 1561 data = gst_type_find_peek (tf, skipped + start_off, size); in mp3_type_find_at_offset() 1585 head_data = gst_type_find_peek (tf, offset + start_off, 4); in mp3_type_find_at_offset() 1611 "(possibly-free: %s)", found + 1, start_off + offset, in mp3_type_find_at_offset() 1612 start_off + offset, free ? "yes" : "no"); in mp3_type_find_at_offset() 1628 G_GINT64_MODIFIER "X)", found, start_off + offset, in mp3_type_find_at_offset() 1629 start_off + offset); in mp3_type_find_at_offset() 1639 gst_type_find_peek (tf, offset + start_off - 1, 1) == NULL) in mp3_type_find_at_offset() 1654 if (start_off > 0) in mp3_type_find_at_offset()
|
/third_party/skia/third_party/externals/imgui/ |
D | imstb_truetype.h | 1623 static int stbtt__close_shape(stbtt_vertex *vertices, int num_vertices, int was_off, int start_off, in stbtt__close_shape() argument 1626 if (start_off) { in stbtt__close_shape() 1656 stbtt_int32 ins, i,j=0,m,n, next_move, was_off=0, off, start_off=0; in stbtt__GetGlyphShapeTT() local 1733 …num_vertices = stbtt__close_shape(vertices, num_vertices, was_off, start_off, sx,sy,scx,scy,cx,cy); in stbtt__GetGlyphShapeTT() 1736 start_off = !(flags & 1); in stbtt__GetGlyphShapeTT() 1737 if (start_off) { in stbtt__GetGlyphShapeTT() 1776 …num_vertices = stbtt__close_shape(vertices, num_vertices, was_off, start_off, sx,sy,scx,scy,cx,cy); in stbtt__GetGlyphShapeTT()
|
/third_party/mesa3d/src/imgui/ |
D | imstb_truetype.h | 1623 static int stbtt__close_shape(stbtt_vertex *vertices, int num_vertices, int was_off, int start_off, in stbtt__close_shape() argument 1626 if (start_off) { in stbtt__close_shape() 1656 stbtt_int32 ins, i,j=0,m,n, next_move, was_off=0, off, start_off=0; in stbtt__GetGlyphShapeTT() local 1733 …num_vertices = stbtt__close_shape(vertices, num_vertices, was_off, start_off, sx,sy,scx,scy,cx,cy); in stbtt__GetGlyphShapeTT() 1736 start_off = !(flags & 1); in stbtt__GetGlyphShapeTT() 1737 if (start_off) { in stbtt__GetGlyphShapeTT() 1776 …num_vertices = stbtt__close_shape(vertices, num_vertices, was_off, start_off, sx,sy,scx,scy,cx,cy); in stbtt__GetGlyphShapeTT()
|
/third_party/flutter/skia/third_party/externals/imgui/ |
D | imstb_truetype.h | 1607 static int stbtt__close_shape(stbtt_vertex *vertices, int num_vertices, int was_off, int start_off, in stbtt__close_shape() argument 1610 if (start_off) { in stbtt__close_shape() 1640 stbtt_int32 ins, i,j=0,m,n, next_move, was_off=0, off, start_off=0; in stbtt__GetGlyphShapeTT() local 1717 …num_vertices = stbtt__close_shape(vertices, num_vertices, was_off, start_off, sx,sy,scx,scy,cx,cy); in stbtt__GetGlyphShapeTT() 1720 start_off = !(flags & 1); in stbtt__GetGlyphShapeTT() 1721 if (start_off) { in stbtt__GetGlyphShapeTT() 1760 …num_vertices = stbtt__close_shape(vertices, num_vertices, was_off, start_off, sx,sy,scx,scy,cx,cy); in stbtt__GetGlyphShapeTT()
|