/external/aac/libAACdec/src/ |
channelinfo.h | 193 /* This struct holds the persistent data shared by both channels of a CPE. 267 * This union must be allocated for every element (up to 2 channels). 283 SHORT aNumLineInSec4Hcr[MAX_SFB_HCR]; /* needed once for all channels 286 aCodeBooks4Hcr[MAX_SFB_HCR]; /* needed once for all channels except for 319 /* Common data referenced by all channels */ 332 SHORT aRvlcScfEsc[RVLC_MAX_SFB]; /* needed once for all channels */ 333 SHORT aRvlcScfFwd[RVLC_MAX_SFB]; /* needed once for all channels */ 334 SHORT aRvlcScfBwd[RVLC_MAX_SFB]; /* needed once for all channels */
|
/external/adhd/cras/src/common/ |
cras_audio_format.h | 51 /* First nine channels matches the 63 /* Channels defined both in channel_layout.h and
|
/external/adhd/cras/src/dsp/tests/ |
dsp_util_test.c | 40 int channels, int frames) 42 float *output_ptr[channels]; 45 for (i = 0; i < channels; i++) 49 for (j = 0; j < channels; j++) 54 int channels, int frames) 56 float *input_ptr[channels]; 59 for (i = 0; i < channels; i++) 63 for (j = 0; j < channels; j++) {
|
/external/adhd/cras/src/libcras/ |
cras_helpers.h | 50 * num_channels - Number of channels in the stream, should be 1 or 2 when 77 * num_channels - Number of channels in the stream.
|
/external/adhd/cras/src/server/ |
cras_fmt_conv.h | 29 * a N by N float matrix, to multiply each N-channels sample. 31 * num_channels - Number of channels of PCM data.
|
/external/autotest/client/cros/audio/ |
audio_data.py | 56 @property channel: The number of channels. 69 @param channel: The number of channels.
|
/external/autotest/client/site_tests/desktopui_MediaAudioFeedback/ |
desktopui_MediaAudioFeedback.py | 38 # Test each media file for all channels. 61 # We captured two channels of audio in the CRAS loopback.
|
/external/autotest/server/cros/ap_configurators/ |
edimax6475nd_ap_configurator.py | 49 return [{'band': ap_spec.BAND_2GHZ, 'channels': range(1, 11)}, 51 'channels': [36, 40, 44, 48, 52, 56, 60, 64, 100, 104, 108,
|
linksyse2100_ap_configurator.py | 39 channels = ['Auto', 44 self.select_item_from_popup_by_xpath(channels[position], xpath)
|
linksyswrt120n_ap_configurator.py | 60 channels = ['Auto', 65 self.select_item_from_popup_by_xpath(channels[position], xpath)
|
netgear3700_ap_configurator.py | 52 'channels': ['Auto', 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11]}, 54 'channels': [36, 40, 44, 48, 149, 153, 157, 161]}]
|
netgearR6200_ap_configurator.py | 55 'channels': ['Auto', 1, 2, 3, 4, 5, 6, 7, 8, 9 , 10, 11]}, 57 'channels': [36, 40, 44, 48, 149, 153, 157, 161]}]
|
/external/conscrypt/testing/src/main/java/org/conscrypt/ |
ChannelType.java | 26 import java.nio.channels.ServerSocketChannel; 27 import java.nio.channels.SocketChannel;
|
/external/deqp/framework/delibs/deutil/ |
deSocket.h | 71 /* \todo [2012-07-09 pyry] Separate closed bits for send and receive channels. */ 131 deBool deSocket_shutdown (deSocket* socket, deUint32 channels);
|
/external/devlib/devlib/derived/ |
energy.py | 32 for channel in measurements_csv.channels: 47 ts_index = [i for i, chan in enumerate(measurements_csv.channels)
|
/external/devlib/devlib/instrument/ |
gem5power.py | 78 def reset(self, sites=None, kinds=None, channels=None): 79 super(Gem5PowerInstrument, self).reset(sites, kinds, channels)
|
/external/dng_sdk/source/ |
dng_color_spec.h | 87 /// Number of channels used for this color transform. Three 90 uint32 Channels () const
|
/external/libxaac/decoder/ |
ixheaacd_struct_def.h | 65 WORD32 channels; member in struct:__anon26617 266 ia_aac_dec_state_struct *p_state_enhaacplus_dec, WORD channels,
|
/external/libxaac/test/ |
ixheaacd_fileifc.c | 67 /* 768 * max channels is the max audio block size for AAC */ 68 /* As max channels is 8 and +2 for upto two Ind CoupCh */
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_const.h | 112 unsigned channels); 119 unsigned channels,
|
/external/mesa3d/src/mesa/swrast/ |
s_chan.h | 27 * The swrast module is kind of hard-coded for 8bpp color channels but 28 * may be recompiled to use 16- or 32-bit color channels. But that
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/ |
FullContainerBox.java | 26 import java.nio.channels.ReadableByteChannel; 27 import java.nio.channels.WritableByteChannel;
|
/external/skia/include/effects/ |
SkMatrixConvolutionImageFilter.h | 53 @param convolveAlpha If true, all channels are convolved. If false, 54 only the RGB channels are convolved, and
|
/external/skia/src/core/ |
SkColorSpace_XYZ.cpp | 30 SkASSERT(!fGammas || 3 == fGammas->channels()); 32 for (int i = 0; i < fGammas->channels(); ++i) {
|
/external/skqp/include/effects/ |
SkMatrixConvolutionImageFilter.h | 53 @param convolveAlpha If true, all channels are convolved. If false, 54 only the RGB channels are convolved, and
|