Searched refs:channels (Results 251 - 275 of 300) sorted by relevance

<<1112

/external/pdfium/samples/fx_lpng/lpng_v163/
H A Dfx_pngpread.c942 row_info.channels = png_ptr->channels;
H A Dfx_pngrutil.c834 /* Find number of channels */
840 png_ptr->channels = 1;
844 png_ptr->channels = 3;
848 png_ptr->channels = 2;
852 png_ptr->channels = 4;
858 png_ptr->channels);
861 png_debug1(3, "channels = %d", png_ptr->channels);
1137 truelen = png_ptr->channels;
H A Dfx_pngget.c438 return(info_ptr->channels);
/external/svox/pico/tts/
H A Dcom_svox_picottsengine.cpp1290 * @channels - reference to number of channels
1294 int& channels)
1299 channels = 1;
1293 setAudioFormat(tts_audio_format& encoding, uint32_t& rate, int& channels) argument
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_build.c126 wpabuf_put_u8(buf, c->channels);
127 wpabuf_put_data(buf, c->channel, c->channels);
H A Dp2p_pd.c125 p2p_buf_add_channel_list(buf, p2p->cfg->country, &p2p->cfg->channels);
333 &p2p->cfg->channels);
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_build.c126 wpabuf_put_u8(buf, c->channels);
127 wpabuf_put_data(buf, c->channel, c->channels);
H A Dp2p_pd.c125 p2p_buf_add_channel_list(buf, p2p->cfg->country, &p2p->cfg->channels);
333 &p2p->cfg->channels);
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_build.c126 wpabuf_put_u8(buf, c->channels);
127 wpabuf_put_data(buf, c->channel, c->channels);
H A Dp2p_pd.c125 p2p_buf_add_channel_list(buf, p2p->cfg->country, &p2p->cfg->channels);
333 &p2p->cfg->channels);
/external/libpng/
H A Dpngrutil.c866 /* Find number of channels */
872 png_ptr->channels = 1;
876 png_ptr->channels = 3;
880 png_ptr->channels = 2;
884 png_ptr->channels = 4;
890 png_ptr->channels);
893 png_debug1(3, "channels = %d", png_ptr->channels);
1165 truelen = png_ptr->channels;
H A Dpngget.c439 return(info_ptr->channels);
/external/opencv/cxcore/include/
H A Dcxcore.h97 CVAPI(IplImage*) cvCreateImageHeader( CvSize size, int depth, int channels );
101 int channels, int origin CV_DEFAULT(0),
105 CVAPI(IplImage*) cvCreateImage( CvSize size, int depth, int channels );
394 new_cn == 0 means that number of channels remains unchanged.
396 (unless they need to be changed to set the new number of channels)
464 /* Copies several channels from input arrays to
465 certain channels of output arrays */
473 (number of channels must be the same), thus the function can be used
551 /* result = sum_i(src1(i) * src2(i)) (results for all channels are accumulated together) */
1420 packed color value, otherwise the first channels (dependin
[all...]
H A Dcvwimage.h50 // 6. Fast pixel access which can take advantage of number of channels
59 // actually has two versions, one when the number of channels is known at
61 // channels specified can provide some compile time optimizations by using the
62 // fact that the number of channels is a constant.
86 // void MySetRand(WImage_b* im) { // Works with any number of channels
256 // Image class when both the pixel type and number of channels
355 // Like a WImageBuffer class but when the number of channels is known
430 WImageView(T* data, int width, int height, int channels, int width_step = -1);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUBinary.java18 import java.nio.channels.FileChannel;
/external/libvorbis/lib/
H A Dpsytune.c273 vi.channels=2;
H A Dpsy.c41 look->channels=vi->channels;
1188 nonzero channels. */
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dhttp_curl.c317 ASN1_INTEGER *channels; member in struct:__anon17349
390 ASN1_SIMPLE(LogotypeAudioInfo, channels, ASN1_INTEGER),
/external/wpa_supplicant_8/src/utils/
H A Dhttp_curl.c317 ASN1_INTEGER *channels; member in struct:__anon17594
390 ASN1_SIMPLE(LogotypeAudioInfo, channels, ASN1_INTEGER),
/external/wpa_supplicant_8/wpa_supplicant/
H A Dscan.c352 "channels");
538 /* Include only supported channels for the specified band */
544 /* No channels supported in this band - use empty list */
553 if (mode->channels[i].flag & HOSTAPD_CHAN_DISABLED)
555 params->freqs[count++] = mode->channels[i].freq;
564 return; /* unknown what channels the driver supports */
945 wpa_dbg(wpa_s, MSG_DEBUG, "Limit manual scan to specified channels");
975 "current operating channels since "
1017 * is operating there may not be need to scan other channels apart from
1019 * out other channels i
[all...]
H A Dsme.c1311 /* Include only affected channels */
1319 /* No channels supported in this band - use empty list */
1344 /* HT40+ possible on channels 1..9 */
1347 /* HT40- possible on channels 5-13 */
1368 if (mode->channels[i].flag & HOSTAPD_CHAN_DISABLED)
1370 freq = mode->channels[i].freq;
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dhttp_curl.c317 ASN1_INTEGER *channels; member in struct:__anon17837
390 ASN1_SIMPLE(LogotypeAudioInfo, channels, ASN1_INTEGER),
/external/guava/guava-tests/test/com/google/common/io/
H A DFilesTest.java42 import java.nio.channels.FileChannel.MapMode;
/external/libpng/contrib/gregbook/
H A Drpng2-win.c1103 if (rpng2_info.channels == 3) {
1112 } else /* if (rpng2_info.channels == 4) */ {

Completed in 664 milliseconds

<<1112