HomeSort by relevance Sort by last modified time
    Searched full:channels (Results 576 - 600 of 4938) sorted by null

<<21222324252627282930>>

  /external/tensorflow/tensorflow/contrib/ffmpeg/
ffmpeg_lib.h 41 // [-1.0, 1.0]. If there are multiple channels in the audio then each frame will
48 // [-1.0, 1.0]. If there are multiple channels in the audio then each frame will
  /external/tensorflow/tensorflow/core/api_def/base_api/
api_def_Conv2D.pbtxt 43 [batch, height, width, channels].
45 [batch, channels, height, width].
api_def_FractionalAvgPool.pbtxt 6 4-D with shape `[batch, height, width, channels]`.
33 must be 1.0 because we don't allow pooling on batch and channels
  /external/tensorflow/tensorflow/go/genop/internal/
genop_test.go 194 name: "channels"
224 description: "3-D with shape [height, width, channels]"
227 name: "channels"
228 description: "Number of color channels for the decoded image."
246 // DecodeJpegChannels sets the optional channels attribute to value.
248 // value: Number of color channels for the decoded image.
252 m["channels"] = value
287 // Returns 3-D with shape [height, width, channels]
  /external/tremolo/Tremolo/
dsp.c 73 v->work=(ogg_int32_t **)_ogg_malloc(vi->channels*sizeof(*v->work));
74 v->mdctright=(ogg_int32_t **)_ogg_malloc(vi->channels*sizeof(*v->mdctright));
75 for(i=0;i<vi->channels;i++){
101 for(i=0;i<vi->channels;i++)
106 for(i=0;i<vi->channels;i++)
152 for(i=0;i<vi->channels;i++)
157 pcm+i,vi->channels,
228 for(i=0;i<vi->channels;i++)
  /external/webrtc/webrtc/modules/audio_coding/codecs/
audio_decoder.cc 26 duration * Channels() * sizeof(int16_t) > max_decoded_bytes) {
39 duration * Channels() * sizeof(int16_t) > max_decoded_bytes) {
  /external/webrtc/webrtc/modules/audio_coding/test/
EncodeDecodeTest.h 51 std::string in_file_name, int sample_rate, size_t channels);
74 std::string out_file_name, size_t channels);
  /external/webrtc/webrtc/modules/audio_device/
audio_device_buffer.h 43 virtual int32_t SetRecordingChannels(size_t channels);
44 virtual int32_t SetPlayoutChannels(size_t channels);
  /external/wpa_supplicant_8/src/ap/
hw_features.c 37 os_free(hw_features[i].channels);
107 /* set flag for channels we can use in current regulatory
113 * Disable all channels that are marked not to allow
116 * Use radar channels only if the driver supports DFS.
118 if ((feature->channels[j].flag &
121 } else if (((feature->channels[j].flag &
125 (feature->channels[j].flag &
127 feature->channels[j].flag |=
131 if (feature->channels[j].flag & HOSTAPD_CHAN_DISABLED)
137 feature->channels[j].chan
    [all...]
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
ConfigParsingUtils.cpp 159 ChannelsVector channels; local
172 channels = inputChannelMasksFromString(node->value);
174 channels = outputChannelMasksFromString(node->value);
192 sp<AudioProfile> profileToAdd = new AudioProfile(gDynamicFormat, channels, sampleRates);
194 profileToAdd->setDynamicChannels(channels.isEmpty());
200 // collection of rate and channels.
201 sp<AudioProfile> profileToAdd = new AudioProfile(formats[i], channels, sampleRates);
203 profileToAdd->setDynamicChannels(channels.isEmpty());
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
ToGrayFilter.java 71 throw new RuntimeException("Unsupported GL input channels: " +
72 inputChannels + "! Channels must be 4!");
  /frameworks/wilhelm/tests/examples/
slesTestFeedback.cpp 40 static SLuint32 channels = 1; // -c# variable
186 memset(buffer, 0, bufSizeInFrames * channels * sizeof(short));
196 for (unsigned k = 0; k < channels; k++) {
197 ((short *)buffer)[(i+j)*channels+k] = j < 4 ? 0x7FFF : 0x8000;
292 channels = atoi(&arg[2]);
293 if (channels < 1 || channels > 2) {
295 (unsigned) channels);
296 channels = 2;
345 bufSizeInBytes = channels * bufSizeInFrames * sizeof(short)
    [all...]
  /hardware/libhardware_legacy/audio/
A2dpAudioInterface.cpp 65 uint32_t devices, int *format, uint32_t *channels, uint32_t *sampleRate, status_t *status)
69 return mHardwareInterface->openOutputStream(devices, format, channels, sampleRate, status);
83 if ((err = out->set(devices, format, channels, sampleRate)) == NO_ERROR) {
108 uint32_t devices, int *format, uint32_t *channels, uint32_t *sampleRate, status_t *status,
111 return mHardwareInterface->openInputStream(devices, format, channels, sampleRate, status, acoustics);
247 if (lChannels == 0) lChannels = channels();
252 (lChannels != channels()) ||
255 if (pChannels) *pChannels = channels();
  /libcore/luni/src/main/java/java/nio/
NioUtils.java 22 import java.nio.channels.ClosedChannelException;
23 import java.nio.channels.FileChannel;
  /libcore/ojluni/src/main/java/java/nio/channels/
CompletionHandler.java 26 package java.nio.channels;
31 * <p> The asynchronous channels defined in this package allow a completion
ServerSocketChannel.java 26 package java.nio.channels;
32 import java.nio.channels.spi.AbstractSelectableChannel;
33 import java.nio.channels.spi.SelectorProvider;
47 * setOption} method. Server-socket channels support the following options:
66 * <p> Server-socket channels are safe for use by multiple concurrent threads.
93 * java.nio.channels.spi.SelectorProvider#openServerSocketChannel
95 * java.nio.channels.spi.SelectorProvider} object.
115 * <p> Server-socket channels only support the accepting of new
  /libcore/ojluni/src/main/java/java/nio/channels/spi/
AbstractSelectionKey.java 26 package java.nio.channels.spi;
28 import java.nio.channels.*;
  /libcore/ojluni/src/main/java/sun/nio/ch/
LinuxAsynchronousChannelProvider.java 28 import java.nio.channels.*;
29 import java.nio.channels.spi.AsynchronousChannelProvider;
PollSelectorImpl.java 29 import java.nio.channels.*;
30 import java.nio.channels.spi.*;
SelectionKeyImpl.java 29 import java.nio.channels.*;
30 import java.nio.channels.spi.*;
  /packages/apps/TV/src/com/android/tv/search/
DataManagerSearch.java 101 if (DEBUG) Log.d(TAG, "Searching channels: '" + query + "'");
120 + " channels. Elapsed time for"
121 + " searching channels: "
128 // TODO: recently watched channels may have higher priority.
144 + " channels. Elapsed time for"
145 + " searching channels: "
157 + " channels. Elapsed time for"
158 + " searching channels: "
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
sample.h 39 * and channels, transparently converting and mixing them as needed.
71 * \section chan_sec Channels
73 * PulseAudio supports up to 32 individual channels. The order of the
74 * channels is up to the application, but they must be continuous. To map
75 * channels to speakers, see \ref channelmap.
122 /** Maximum number of allowed channels */
250 uint8_t channels; member in struct:pa_sample_spec
251 /**< Audio channels. (1 for mono, 2 for stereo, ...) */
  /prebuilts/go/darwin-x86/src/go/types/testdata/
cycles.src 68 // channels
108 // channels
  /prebuilts/go/darwin-x86/test/chan/
doubleselect.go 19 // sender sends a counter to one of four different channels. If two
21 // to two different channels.
  /prebuilts/go/linux-x86/src/go/types/testdata/
cycles.src 68 // channels
108 // channels

Completed in 459 milliseconds

<<21222324252627282930>>