Searched refs:channels (Results 51 - 75 of 300) sorted by relevance

1234567891011>>

/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_invitation.c77 p2p_buf_add_channel_list(buf, p2p->cfg->country, &p2p->channels);
110 struct p2p_channels *channels)
155 if (channels)
156 p2p_buf_add_channel_list(buf, p2p->cfg->country, channels);
183 struct p2p_channels all_channels, intersection, *channels = NULL; local
235 p2p_channels_union(&p2p->cfg->channels, &p2p->cfg->cli_channels,
241 p2p_dbg(p2p, "No common channels found");
246 p2p_channels_dump(p2p, "own channels", &p2p->cfg->channels);
247 p2p_channels_dump(p2p, "own client channels",
105 p2p_build_invitation_resp(struct p2p_data *p2p, struct p2p_device *peer, u8 dialog_token, u8 status, const u8 *group_bssid, u8 reg_class, u8 channel, struct p2p_channels *channels) argument
427 struct p2p_channels intersection, *channels = NULL; local
[all...]
/external/aac/libAACenc/src/
H A Dtns_func.h100 INT channels,
H A Dpsy_main.cpp440 AAC_ENCODER_ERROR FDKaacEnc_psyMain(INT channels, argument
453 INT ch; /* counts through channels */
495 for(ch = 0; ch < channels; ch++)
509 for(ch = 0; ch < channels; ch++)
538 channels,
547 for(ch = 0; ch < channels; ch++)
557 for(ch = 0; ch < channels; ch++)
561 for(ch = 0; ch < channels; ch++)
592 /* Transform and get mdctScaling for all channels and windows. */
593 for(ch = 0; ch < channels; c
[all...]
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/audio/plugins/
H A DWAVLoader.java79 int channels = in.readShort();
87 int expectedBytesPerSec = (bitsPerSample * channels * sampleRate) / 8;
96 if ( (bitsPerSample / 8) * channels != bytesPerSample)
102 audioData.setupFormat(channels, bitsPerSample, sampleRate);
/external/libopus/celt/
H A Dcelt.h121 int celt_encoder_get_size(int channels);
125 int celt_encoder_init(CELTEncoder *st, opus_int32 sampling_rate, int channels,
132 int celt_decoder_get_size(int channels);
135 int celt_decoder_init(CELTDecoder *st, opus_int32 sampling_rate, int channels);
/external/libvorbis/examples/
H A Dchaining_example.c60 printf("\t\t%ldHz %d channels bitrate %ldkbps serial number=%ld\n",
61 vi->rate,vi->channels,ov_bitrate(&ov,i)/1000,
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DUserDataBox.java24 import java.nio.channels.ReadableByteChannel;
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/container/mp4/
H A DMovieCreator.java24 import java.nio.channels.ReadableByteChannel;
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/
H A DByteBufferByteChannel.java21 import java.nio.channels.ByteChannel;
/external/opencv/otherlibs/highgui/
H A Dgrfmt_bmp.h87 int width, int height, int depth, int channels );
H A Dgrfmt_png.h83 int width, int height, int depth, int channels );
H A Dgrfmt_pxm.h82 int width, int height, int depth, int channels );
H A Dgrfmt_sunras.h94 int width, int height, int depth, int channels );
H A Dgrfmt_exr.cpp142 const ChannelList &channels = m_file->header().channels(); local
143 m_red = channels.findChannel( "R" );
144 m_green = channels.findChannel( "G" );
145 m_blue = channels.findChannel( "B" );
154 m_green = channels.findChannel( "Y" );
158 m_red = channels.findChannel( "RY" );
159 m_blue = channels.findChannel( "BY" );
590 int width, int height, int depth, int channels )
608 if( channels
[all...]
H A Dloadsave.cpp505 int channels, ipl_depth; local
515 channels = CV_MAT_CN( image->type );
516 if( channels != 1 && channels != 3 && channels != 4 )
536 image->cols, CV_MAKETYPE(CV_8U,channels)) );
543 image->height, ipl_depth, channels ))
/external/tremolo/Tremolo/
H A Divorbiscodec.h53 int channels; member in struct:vorbis_info
/external/libpng/contrib/pngminus/
H A Dpng2pnm.c202 int channels; local
277 * get rowbytes and channels, and allocate image memory */
294 /* calculate new number of channels and store alpha-presence */
296 channels = 1;
298 channels = 2;
300 channels = 3;
302 channels = 4;
304 channels = 0; /* should never happen */
305 alpha_present = (channels - 1) % 2;
315 /* row_bytes is the width x number of channels
[all...]
H A Dpnm2png.c208 int channels; local
347 /* calculate the number of channels and store alpha-presence */
349 channels = 1;
351 channels = 2;
353 channels = 3;
355 channels = 4;
357 channels = 0; /* should not happen */
359 alpha_present = (channels - 1) % 2;
363 /* row data is as many bytes as can fit width x channels x bit_depth */
364 row_bytes = (width * channels * bit_dept
[all...]
/external/deqp/framework/delibs/deutil/
H A DdeSocket.c593 deBool deSocket_shutdown (deSocket* sock, deUint32 channels) argument
606 DE_ASSERT(channels != 0 && (channels & ~DE_SOCKETCHANNEL_BOTH) == 0);
608 /* Don't attempt to close already closed channels on partially open socket. */
609 channels &= sock->openChannels;
611 if (channels == 0)
621 if ((channels & DE_SOCKETCHANNEL_BOTH) == DE_SOCKETCHANNEL_BOTH)
623 else if (channels & DE_SOCKETCHANNEL_SEND)
625 else if (channels & DE_SOCKETCHANNEL_RECEIVE)
629 closedChannels = channels;
743 deSocket_setChannelsClosed(deSocket* sock, deUint32 channels) argument
[all...]
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_voicemgt.c207 pool = pSynth->channels[GET_CHANNEL(pVoice->nextChannel)].pool;
212 pool = pSynth->channels[GET_CHANNEL(pVoice->channel)].pool;
240 pool = pSynth->channels[GET_CHANNEL(pVoice->nextChannel)].pool;
245 pool = pSynth->channels[GET_CHANNEL(pVoice->channel)].pool;
505 pChannel = pSynth->channels;
545 pChannel = pSynth->channels;
556 pSynth->channels[i].reverbSend = DEFAULT_REVERB_SEND;
560 pSynth->channels[i].chorusSend = DEFAULT_CHORUS_SEND;
674 pSynth->channels[i].pool = 0;
675 pSynth->channels[
[all...]
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_voicemgt.c207 pool = pSynth->channels[GET_CHANNEL(pVoice->nextChannel)].pool;
212 pool = pSynth->channels[GET_CHANNEL(pVoice->channel)].pool;
240 pool = pSynth->channels[GET_CHANNEL(pVoice->nextChannel)].pool;
245 pool = pSynth->channels[GET_CHANNEL(pVoice->channel)].pool;
505 pChannel = pSynth->channels;
545 pChannel = pSynth->channels;
556 pSynth->channels[i].reverbSend = DEFAULT_REVERB_SEND;
560 pSynth->channels[i].chorusSend = DEFAULT_CHORUS_SEND;
674 pSynth->channels[i].pool = 0;
675 pSynth->channels[
[all...]
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_voicemgt.c207 pool = pSynth->channels[GET_CHANNEL(pVoice->nextChannel)].pool;
212 pool = pSynth->channels[GET_CHANNEL(pVoice->channel)].pool;
240 pool = pSynth->channels[GET_CHANNEL(pVoice->nextChannel)].pool;
245 pool = pSynth->channels[GET_CHANNEL(pVoice->channel)].pool;
505 pChannel = pSynth->channels;
545 pChannel = pSynth->channels;
556 pSynth->channels[i].reverbSend = DEFAULT_REVERB_SEND;
560 pSynth->channels[i].chorusSend = DEFAULT_CHORUS_SEND;
674 pSynth->channels[i].pool = 0;
675 pSynth->channels[
[all...]
/external/opencv/cv/src/
H A Dcvpyramids.cpp439 int channels, int *bufSize )
449 if( channels != 1 && channels != 3 )
452 bufStep = 2*roiWidth*channels;
466 int channels, int *bufSize )
476 if( channels != 1 && channels != 3 )
479 bufStep = 2*roiWidth*channels;
497 arrtype *dst, int dst_step, CvSize dst_size, int channels ) \
508 int Wn = W*channels; \
438 icvPyrUpG5x5_GetBufSize( int roiWidth, CvDataType dataType, int channels, int *bufSize ) argument
465 icvPyrDownG5x5_GetBufSize( int roiWidth, CvDataType dataType, int channels, int *bufSize ) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dhw_features.c37 os_free(hw_features[i].channels);
104 /* set flag for channels we can use in current regulatory
110 * Disable all channels that are marked not to allow
113 * Use radar channels only if the driver supports DFS.
115 if ((feature->channels[j].flag &
118 } else if (((feature->channels[j].flag &
122 (feature->channels[j].flag &
124 feature->channels[j].flag |=
128 if (feature->channels[j].flag & HOSTAPD_CHAN_DISABLED)
134 feature->channels[
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dhw_features.c37 os_free(hw_features[i].channels);
104 /* set flag for channels we can use in current regulatory
110 * Disable all channels that are marked not to allow
113 * Use radar channels only if the driver supports DFS.
115 if ((feature->channels[j].flag &
118 } else if (((feature->channels[j].flag &
122 (feature->channels[j].flag &
124 feature->channels[j].flag |=
128 if (feature->channels[j].flag & HOSTAPD_CHAN_DISABLED)
134 feature->channels[
[all...]

Completed in 653 milliseconds

1234567891011>>