Searched refs:channel_size (Results 1 - 8 of 8) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
H A D | fd2_util.c | 65 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/ |
H A D | st_cb_copyimage.c | 222 unsigned channel_size) in canonical_format_from_bits() 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 in canonical_format_from_bits() 220 canonical_format_from_bits(struct pipe_screen *screen, unsigned bits, unsigned channel_size) canonical_format_from_bits() argument [all...] |
/third_party/backends/backend/ |
H A D | hp3900_rts8822.c | 295 SANE_Int channel_size); 1413 scn->channel_size = (scan2.depth == 8) ? 1 : 2; in Arrange_Colour() 1430 (scn->channel_size * c); in Arrange_Colour() 1432 scn->desp[c] = scn->channel_size * c; in Arrange_Colour() 1440 (scn->channel_size * c); in Arrange_Colour() 1446 ((scn->channel_size * 3) + scn->desp[c]) + in Arrange_Colour() 1478 line_size / (scn->channel_size * 3)); in Arrange_Colour() 1480 Triplet_Colour_LRes (line_size / (scn->channel_size * 3), buffer, in Arrange_Colour() 1487 buffer, line_size / (scn->channel_size * 3)); in Arrange_Colour() 1643 SANE_Int channel_size; in SetScanParams() local 5544 SANE_Int channel_size; Triplet_Gray() local 5745 SANE_Int channel_size; Resize_Decrease() local 5943 SANE_Byte channel_size; Resize_Increase() local 6572 SANE_Int channel_size; Arrange_Compose() local 7003 SANE_Int channel_size; Triplet_Colour_HRes() local 7055 SANE_Int channel_size; Triplet_Colour_LRes() local 7235 SANE_Int channel_size; Read_ResizeBlock() local 7474 SANE_Int channel_size; Read_NonColor_Block() local 7920 Reading_BufferSize_Get(struct st_device *dev, SANE_Byte channels_per_dot, SANE_Int channel_size) Reading_BufferSize_Get() argument 11907 SANE_Int channel_size; Calib_PAGain() local [all...] |
H A D | hp3900_types.c | 248 SANE_Int channel_size; member
|
/third_party/ffmpeg/libavcodec/ |
H A D | amrnbdec.c | 980 int channel_size; in amrnb_decode_frame() local 994 channel_size = frame_sizes_nb[p->cur_frame_mode] + 1; // +7 for rounding and +8 for TOC in amrnb_decode_frame() 1089 buf += channel_size; in amrnb_decode_frame() 1090 buf_size -= channel_size; in amrnb_decode_frame()
|
H A D | alsdec.c | 1291 unsigned int channel_size = ctx->sconf.frame_length + ctx->sconf.max_order; in revert_channel_correlation() local 1350 FFMAX(end + 1, end + 1 + t) > ctx->raw_buffer + channels * channel_size - master) { in revert_channel_correlation() 1354 ctx->raw_buffer, ctx->raw_buffer + channels * channel_size); in revert_channel_correlation() 1372 end + 1 > ctx->raw_buffer + channels * channel_size - master) { in revert_channel_correlation() 1376 ctx->raw_buffer, ctx->raw_buffer + channels * channel_size); in revert_channel_correlation() 1991 unsigned int channel_size; in decode_init() local 2137 channel_size = sconf->frame_length + sconf->max_order; in decode_init() 2141 ctx->raw_buffer = av_calloc(channels * channel_size, sizeof(*ctx->raw_buffer)); in decode_init() 2151 ctx->raw_samples[c] = ctx->raw_samples[c - 1] + channel_size; in decode_init()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | format_parser.py | 405 def channel_size(self): member in Format 490 return _get_datatype(self.channel_type(), self.channel_size())
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_route.c | 738 long *channel, int channel_size) in strtochannel() 755 if (r >= channel_size) in strtochannel() 737 strtochannel(const char *id, snd_pcm_chmap_t *chmap, long *channel, int channel_size) strtochannel() argument
|
Completed in 17 milliseconds