Home
last modified time | relevance | path

Searched defs:n_bytes (Results 1 – 19 of 19) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst/volume/
Dgstvolume.c356 volume_process_double (GstVolume * self, gpointer bytes, guint n_bytes) in volume_process_double()
366 gdouble * volume, guint channels, guint n_bytes) in volume_process_controlled_double()
386 volume_process_float (GstVolume * self, gpointer bytes, guint n_bytes) in volume_process_float()
396 gdouble * volume, guint channels, guint n_bytes) in volume_process_controlled_float()
418 volume_process_int32 (GstVolume * self, gpointer bytes, guint n_bytes) in volume_process_int32()
429 volume_process_int32_clamp (GstVolume * self, gpointer bytes, guint n_bytes) in volume_process_int32_clamp()
442 gdouble * volume, guint channels, guint n_bytes) in volume_process_controlled_int32_clamp()
483 volume_process_int24 (GstVolume * self, gpointer bytes, guint n_bytes) in volume_process_int24()
506 volume_process_int24_clamp (GstVolume * self, gpointer bytes, guint n_bytes) in volume_process_int24_clamp()
530 gdouble * volume, guint channels, guint n_bytes) in volume_process_controlled_int24_clamp()
[all …]
/third_party/gstreamer/gstplugins_base/ext/ogg/
Ddirac_parse.c40 unsigned char *data, int n_bytes) in gst_dirac_sequence_header_parse()
459 int n_bytes, unsigned int guard_bit) in schro_unpack_init_with_data()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Ddirac_parse.c37 unsigned char *data, int n_bytes) in dirac_sequence_header_parse()
456 int n_bytes, unsigned int guard_bit) in schro_unpack_init_with_data()
/third_party/flatbuffers/rust/flexbuffers/src/
Dbitwidth.rs45 pub fn n_bytes(self) -> usize { in n_bytes() method
/third_party/ffmpeg/libavcodec/
Dbmpenc.c70 int n_bytes_image, n_bytes_per_row, n_bytes, i, n, hsize, ret; in bmp_encode_frame() local
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dgstglformat.c55 guint n_bytes; member
/third_party/flutter/skia/third_party/externals/wuffs/test/c/std/
Dlzw.c405 uint64_t n_bytes = 0; in do_bench_wuffs_lzw_decode() local
Dgif.c2050 uint64_t n_bytes = 0; in do_bench_gif_decode() local
/third_party/flutter/skia/third_party/externals/wuffs/test/c/testlib/
Dtestlib.c184 void bench_finish(uint64_t iters, uint64_t n_bytes) { in bench_finish()
646 uint64_t n_bytes = 0; in proc_io_buffers() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dcord.h1394 inline Cord Cord::AdvanceAndRead(CharIterator* it, size_t n_bytes) { in AdvanceAndRead()
1399 inline void Cord::Advance(CharIterator* it, size_t n_bytes) { in Advance()
/third_party/gstreamer/gstplugins_bad/ext/flite/
Dgstflitetestsrc.c442 int n_bytes; in gst_flite_test_src_create() local
/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/tsmux/
Dtsmux.h186 guint64 n_bytes; member
/third_party/pulseaudio/src/modules/alsa/
Dalsa-source.c507 static size_t check_left_to_record(struct userdata *u, size_t n_bytes, bool on_timeout) { in check_left_to_record()
575 size_t n_bytes; in mmap_read() local
750 size_t n_bytes; in unix_read() local
Dalsa-sink.c535 static size_t check_left_to_play(struct userdata *u, size_t n_bytes, bool on_timeout) { in check_left_to_play()
607 size_t n_bytes; in mmap_write() local
804 size_t n_bytes; in unix_write() local
/third_party/mbedtls/library/
Dbignum.c2363 mbedtls_mpi *X, size_t n_bytes, in mpi_fill_random_internal()
2420 size_t n_bytes = ( n_bits + 7 ) / 8; in mbedtls_mpi_random() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cCopyImageTests.cpp1673 static const GLuint n_bytes = sizeof(T); in readBaseTypeFromSignedChannel() local
1921 static const GLuint n_bytes = sizeof(T); in writeBaseTypeToSignedChannel() local
/third_party/ltp/tools/sparse/sparse-src/
Dcompile-i386.c521 static struct storage *stack_alloc(int n_bytes) in stack_alloc()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideodecoder.c3895 gst_video_decoder_add_to_frame (GstVideoDecoder * decoder, int n_bytes) in gst_video_decoder_add_to_frame()
/third_party/node/src/
Dnode_crypto.cc2755 size_t n_bytes = data[1] & ~0x80; in IsASN1Sequence() local