Home
last modified time | relevance | path

Searched defs:next_byte (Results 1 – 9 of 9) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/ladspa/
Dgstladspasource.h61 gint64 next_byte; /* next byte to send */ member
Dgstladspasource.c261 gint64 next_sample, next_byte; in gst_ladspa_source_type_fill() local
/third_party/gstreamer/gstplugins_bad/ext/lv2/
Dgstlv2source.c61 gint64 next_byte; /* next byte to send */ member
371 gint64 next_sample, next_byte; in gst_lv2_source_fill() local
/third_party/ffmpeg/libavformat/
Dtedcaptionsdec.c70 static void next_byte(AVIOContext *pb, int *cur_byte) in next_byte() function
/third_party/gstreamer/gstplugins_base/gst/audiotestsrc/
Dgstaudiotestsrc.h115 gint64 next_byte; /* next byte to send */ member
Dgstaudiotestsrc.c1438 gint64 next_sample, next_byte; in gst_audio_test_src_fill() local
/third_party/node/deps/v8/src/parsing/
Dpreparse-data.cc190 uint8_t next_byte = (data & 0x7F); in WriteVarint32() local
/third_party/node/deps/v8/src/objects/
Dvalue-serializer.cc302 uint8_t* next_byte = &stack_buffer[0]; in WriteVarint() local
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h19185 const insn_byte_t *next_byte; member