Home | History | Annotate | Download | only in base

Lines Matching full:channel

41     // Planar data, so need to allocate buffer for each channel.
42 // Determine per channel data size, taking into account alignment.
47 // Allocate a contiguous buffer for all the channel data.
52 // Copy each channel's data into the appropriate spot.
145 // Deinterleave each channel (if necessary) and convert to 32bit
165 // Format is planar float32. Copy the data from each channel as a block.
170 memcpy(dest->channel(ch) + dest_frame_offset,
179 // output channel data.
184 float* dest_data = dest->channel(ch) + dest_frame_offset;
193 // Format is interleaved float32. Copy the data into each channel.
197 float* dest_data = dest->channel(ch) + dest_frame_offset;