/external/wpa_supplicant_8/src/p2p/ |
p2p.c | 888 * one of the social channels since that peer can be easily be 890 * passive scan on this channels, so this can be done through 956 c = &p2p->cfg->channels; 961 for (ch = 0; ch < cla->channels; ch++) { 978 if (ch == cla->channels) { 995 return 0; /* No need to add social channels */ [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/ |
SearchUtil.java | 86 * for channels and programs in TvProvider. 96 TvContract.Channels.CONTENT_URI), 0);
|
/cts/tests/tests/media/src/android/media/cts/ |
AudioNativeTest.java | 57 // due to downmixer algorithmic latency, source channels greater than 2 may 86 // Log.d(TEST_NAME, "open channels:" + TEST_CHANNELS + " sr:" + TEST_SR);
|
VirtualizerTest.java | 349 // 6: for number of channels of 5.1 masks in CHANNEL_MASKS 361 //check if the number of angles matched the expected number of channels for 468 // 6: for number of channels of 5.1 masks in CHANNEL_MASKS 518 AudioFormat.CHANNEL_OUT_STEREO, //2 channels 519 AudioFormat.CHANNEL_OUT_QUAD, //4 channels 522 AudioFormat.CHANNEL_OUT_SIDE_LEFT | AudioFormat.CHANNEL_OUT_SIDE_RIGHT), //4 channels 523 AudioFormat.CHANNEL_OUT_5POINT1, //6 channels 528 AudioFormat.CHANNEL_OUT_SIDE_LEFT | AudioFormat.CHANNEL_OUT_SIDE_RIGHT) //6 channels
|
/developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/simple/ |
SimpleTvInputService.java | 34 * Simple TV input service which provides two sample channels. 89 String[] projection = {TvContract.Channels.COLUMN_SERVICE_ID};
|
/developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/syncadapter/ |
SyncAdapter.java | 78 List<ChannelInfo> channels = RichFeedUtil.getRichChannels(mContext); local 80 mContext.getContentResolver(), inputId, channels);
|
/external/jetty/src/java/org/eclipse/jetty/io/nio/ |
NetworkTrafficSelectChannelEndPoint.java | 23 import java.nio.channels.SelectionKey; 24 import java.nio.channels.SocketChannel;
|
RandomAccessFileBuffer.java | 25 import java.nio.channels.FileChannel; 26 import java.nio.channels.WritableByteChannel;
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/ |
Server.java | 104 * to the two primary default channels. All channels must be added before the connection
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
kvm.h | 264 struct kvm_pit_channel_state channels[3]; member in struct:kvm_pit_state 270 struct kvm_pit_channel_state channels[3]; member in struct:kvm_pit_state2
|
/external/kernel-headers/original/uapi/linux/dvb/ |
audio.h | 87 /* 2- 0 number of audio channels (n+1 channels) */
|
/external/libopus/ |
README | 69 Usage: opus_demo [-e] <application> <sampling rate (Hz)> <channels (1/2)> 71 opus_demo -d <sampling rate (Hz)> <channels (1/2)> [options]
|
/external/libopus/silk/ |
define.h | 39 /* Max number of encoder channels (1/2) */ 41 /* Number of decoder channels (1/2) */
|
/external/libvorbis/lib/ |
synthesis.c | 81 vb->pcm=_vorbis_block_alloc(vb,sizeof(*vb->pcm)*vi->channels); 82 for(i=0;i<vi->channels;i++)
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_util.c | 168 * Determine which channels of the specificed src register are effectively 307 /* Assume all channels are read */
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/ |
AbstractBoxParser.java | 24 import java.nio.channels.FileChannel; 25 import java.nio.channels.ReadableByteChannel;
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/ |
AbstractContainerBox.java | 26 import java.nio.channels.ReadableByteChannel; 27 import java.nio.channels.WritableByteChannel;
|
/external/opencv/ |
cvjni.cpp | 144 int channels = CV_MAT_CN( mat_image->type );
local 149 mat_image->height, ipl_depth, channels, strm);
259 int channels, ipl_depth;
local 261 channels = CV_MAT_CN( mat_image->type );
268 mat_image->height, ipl_depth, channels, strm);
753 int channels, ipl_depth;
755 channels = CV_MAT_CN( mat_image->type );
761 mat_image->height, ipl_depth, channels, m_strm);
|
/external/opencv/otherlibs/highgui/ |
grfmt_jpeg.h | 79 int width, int height, int depth, int channels ); 191 int width, int height, int depth, int channels );
|
/external/skia/src/opts/ |
SkBitmapFilter_opts_SSE2.cpp | 61 // Output one pixel each iteration, calculating all channels (RGBA) together. 76 // Load 4 coefficients => duplicate 1st and 2nd of them for all channels. 100 // Duplicate 3rd and 4th coefficients for all channels => 190 // Output one pixel each iteration, calculating all channels (RGBA) together. 329 // Unpack 1st and 2nd pixels from 8 bits to 16 bits for each channels => 342 // Unpack 3rd and 4th pixels from 8 bits to 16 bits for each channels => 386 // value of color channels. 389 // Set value of alpha channels to 0xFF.
|
/external/sonivox/arm-wt-22k/lib_src/ |
dls.h | 210 ulChannel allows for up to 32 channels of audio with each bit position 220 USHORT usPhaseGroup; /* Phase grouping for locking channels */
|
/external/webrtc/src/modules/audio_processing/interface/ |
audio_processing.h | 60 // channels should be interleaved. 134 // Sets the number of channels for the primary audio stream. Input frames must 135 // contain a number of channels given by |input_channels|, while output frames 136 // will be returned with number of channels given by |output_channels|. 141 // Sets the number of channels for the reverse audio stream. Input frames must 142 // contain a number of channels given by |channels|. 143 virtual int set_num_reverse_channels(int channels) = 0;
|
/external/wpa_supplicant_8/src/ap/ |
ap_drv_ops.c | 734 u8 *channels = NULL; local 746 * channels of the selected hw_mode. 754 channels = os_malloc(mode->num_channels); 755 if (channels == NULL) 759 struct hostapd_channel_data *chan = &mode->channels[i]; 765 channels[num_channels++] = chan->chan; 768 params.ch_list = channels; 792 os_free(channels);
|
/frameworks/av/media/libeffects/lvm/lib/Common/lib/ |
BIQUAD.h | 131 LVM_INT32 Storage[ (2*2) ]; /* Two channels, two taps of size LVM_INT32 */ 144 LVM_INT32 Storage[ (2*4) ]; /* Two channels, four taps of size LVM_INT32 */
|
/frameworks/av/media/libeffects/testlibs/ |
AudioPeakingFilter.h | 42 // nChannels Number of input/output channels (interlaced). 48 // nChannels Number of input/output channels (interlaced).
|