Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dvf_spp.c262 const int sample_bytes = (depth+7) / 8; in filter() local
266 memcpy(p->src + index*sample_bytes, src + y*src_linesize, width*sample_bytes); in filter()
267 if (sample_bytes == 1) { in filter()
280 …(p->src + ( 7-y)*linesize * sample_bytes, p->src + ( y+8)*linesize * sample_bytes, lin… in filter()
281 …(p->src + (height+8+y)*linesize * sample_bytes, p->src + (height-y+7)*linesize * sample_bytes, lin… in filter()
300 … p->dct->get_pixels_unaligned(block, p->src + sample_bytes*index, sample_bytes*linesize); in filter()
308 if (sample_bytes == 1) { in filter()
/third_party/gstreamer/gstplugins_bad/gst/adpcmenc/
Dadpcmenc.c147 guint64 sample_bytes; in adpcmenc_setup() local
156 sample_bytes = enc->blocksize - (DVI_IMA_HEADER_SIZE * enc->channels); in adpcmenc_setup()
159 ((sample_bytes * ADPCM_SAMPLES_PER_BYTE) / enc->channels) + 1; in adpcmenc_setup()
/third_party/alsa-utils/aplay/
Daplay.c2042 size_t sample_bytes = bits_per_sample / 8; in remap_data() local
2065 memcpy(dst, src + sample_bytes * hw_map[ch], in remap_data()
2066 sample_bytes); in remap_data()
2067 dst += sample_bytes; in remap_data()