Home
last modified time | relevance | path

Searched refs:channel_size (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_util.c65 uint32_t channel_size = 0; in pipe2surface() local
67 channel_size |= desc->channel[i].size << i * 8; in pipe2surface()
88 switch (channel_size) { in pipe2surface()
99 switch (channel_size) { in pipe2surface()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_copyimage.c222 unsigned channel_size) in canonical_format_from_bits() argument
226 if (channel_size == 8) in canonical_format_from_bits()
231 if (channel_size == 8) in canonical_format_from_bits()
233 if (channel_size == 16) in canonical_format_from_bits()
238 if (channel_size == 8) in canonical_format_from_bits()
240 if (channel_size == 16) in canonical_format_from_bits()
242 if (channel_size == 32) in canonical_format_from_bits()
247 if (channel_size == 16) in canonical_format_from_bits()
249 if (channel_size == 32) in canonical_format_from_bits()
254 if (channel_size == 32) in canonical_format_from_bits()
/third_party/ffmpeg/libavcodec/
Dalsdec.c1281 unsigned int channel_size = ctx->sconf.frame_length + ctx->sconf.max_order; in revert_channel_correlation() local
1340 … FFMAX(end + 1, end + 1 + t) > ctx->raw_buffer + channels * channel_size - master) { in revert_channel_correlation()
1344 ctx->raw_buffer, ctx->raw_buffer + channels * channel_size); in revert_channel_correlation()
1362 end + 1 > ctx->raw_buffer + channels * channel_size - master) { in revert_channel_correlation()
1366 ctx->raw_buffer, ctx->raw_buffer + channels * channel_size); in revert_channel_correlation()
1980 unsigned int channel_size; in decode_init() local
2102 channel_size = sconf->frame_length + sconf->max_order; in decode_init()
2105 …ctx->raw_buffer = av_mallocz_array(avctx->channels * channel_size, sizeof(*ctx->raw_buffer)); in decode_init()
2144 ctx->raw_samples[c] = ctx->raw_samples[c - 1] + channel_size; in decode_init()
/third_party/mesa3d/src/mesa/main/
Dformat_parser.py405 def channel_size(self): member in Format
490 return _get_datatype(self.channel_type(), self.channel_size())
/third_party/alsa-lib/src/pcm/
Dpcm_route.c739 long *channel, int channel_size) in strtochannel() argument
756 if (r >= channel_size) in strtochannel()