Home
last modified time | relevance | path

Searched refs:sample_width (Results 1 – 3 of 3) sorted by relevance

/third_party/alsa-lib/include/sound/uapi/
Dsb16_csp.h80 int sample_width; /* sample width, look above */ member
/third_party/skia/src/core/
DSkScalerContext.cpp309 const int sample_width = src.width(); in pack4xHToMask() local
360 for (int sample_x = -4; sample_x < sample_width + 4; sample_x += 4) { in pack4xHToMask()
363 ; sample_index < std::min(sample_x + 8, sample_width) in pack4xHToMask()
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-demux.c7268 guint sample_width; in gst_matroska_demux_audio_caps() local
7278 sample_width = GST_READ_UINT16_BE (data + 58); in gst_matroska_demux_audio_caps()
7283 flavor, packet_size, height, leaf_size, sample_width, in gst_matroska_demux_audio_caps()
7287 G_TYPE_INT, leaf_size, "width", G_TYPE_INT, sample_width, NULL); in gst_matroska_demux_audio_caps()