Searched refs:channels (Results 226 - 250 of 300) sorted by relevance

1234567891011>>

/external/guava/guava/src/com/google/common/io/
H A DFiles.java48 import java.nio.channels.FileChannel;
49 import java.nio.channels.FileChannel.MapMode;
796 * {@link FileChannel#map(java.nio.channels.FileChannel.MapMode, long, long)}.
817 * {@link FileChannel#map(java.nio.channels.FileChannel.MapMode, long, long)}
845 * {@link FileChannel#map(java.nio.channels.FileChannel.MapMode, long, long)}
/external/libvpx/libvpx/vpx_dsp/arm/
H A Dloopfilter_mb_neon.asm62 ; flat && mask were not set for any of the channels. Just store the values
77 ; flat2 was not set for any of the channels. Just store the values from
184 ; flat && mask were not set for any of the channels. Just store the values
205 ; flat2 was not set for any of the channels. Just store the values from
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler_util.c59 * The purpose of this function is to standardize the number channels used by
61 * should have 4 channels initialized with values.
62 * @param channels The number of channels in initial_value that have a
64 * @return An initialized swizzle that has all of the unused channels set to
67 unsigned int rc_init_swizzle(unsigned int initial_value, unsigned int channels) argument
70 for (i = channels; i < 4; i++) {
/external/openssh/
H A DAndroid.mk21 channels.c \
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_fmsynth.c137 return &pSynth->channels[pVoice->channel & 15];
520 pChannel = &pSynth->channels[channel];
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_fmsynth.c137 return &pSynth->channels[pVoice->channel & 15];
520 pChannel = &pSynth->channels[channel];
/external/conscrypt/src/compat/java/org/conscrypt/
H A DKitKatPlatformOpenSSLSocketImplAdapter.java27 import java.nio.channels.SocketChannel;
H A DPreKitKatPlatformOpenSSLSocketImplAdapter.java27 import java.nio.channels.SocketChannel;
/external/jetty/src/java/org/eclipse/jetty/server/ssl/
H A DSslSelectChannelConnector.java22 import java.nio.channels.SocketChannel;
/external/kernel-headers/original/uapi/sound/
H A Demu10k1.h335 unsigned int channels; /* 16-bit channels count, zero = remove this substream */ member in struct:snd_emu10k1_fx8010_pcm_rec
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/
H A DAbstractSampleEncryptionBox.java16 import java.nio.channels.WritableByteChannel;
/external/jetty/src/java/org/eclipse/jetty/server/handler/
H A DConnectHandler.java25 import java.nio.channels.ClosedChannelException;
26 import java.nio.channels.SelectionKey;
27 import java.nio.channels.SocketChannel;
/external/libvorbis/lib/
H A Dinfo.c216 vi->channels=oggpack_read(opb,8);
227 if(vi->channels<1)goto err_out;
447 oggpack_write(opb,vi->channels,8);
H A Denvelope.c35 int ch=vi->channels;
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
H A DFragmentedMp4Builder.java29 import java.nio.channels.GatheringByteChannel;
30 import java.nio.channels.ReadableByteChannel;
31 import java.nio.channels.WritableByteChannel;
/external/libpng/contrib/gregbook/
H A Drpng2-x.c1406 if (rpng2_info.channels == 3) {
1428 } else /* if (rpng2_info.channels == 4) */ {
1481 if (rpng2_info.channels == 3) {
1496 } else /* if (rpng2_info.channels == 4) */ {
1603 rpng2_info.channels))
1627 if (rpng2_info.channels == 3) {
1671 } else /* if (rpng2_info.channels == 4) */ {
1754 if (rpng2_info.channels == 3) {
1769 } else /* if (rpng2_info.channels == 4) */ {
/external/libpng/
H A Dpngwutil.c775 png_ptr->channels = 1; break;
791 png_ptr->channels = 3;
801 png_ptr->channels = 1;
813 png_ptr->channels = 2;
824 png_ptr->channels = 4;
882 png_ptr->pixel_depth = (png_byte)(bit_depth * png_ptr->channels);
887 png_ptr->usr_channels = png_ptr->channels;
H A Dpngpread.c944 row_info.channels = png_ptr->channels;
/external/pdfium/samples/fx_lpng/lpng_v163/
H A Dfx_pngwutil.c774 png_ptr->channels = 1; break;
790 png_ptr->channels = 3;
800 png_ptr->channels = 1;
812 png_ptr->channels = 2;
823 png_ptr->channels = 4;
881 png_ptr->pixel_depth = (png_byte)(bit_depth * png_ptr->channels);
886 png_ptr->usr_channels = png_ptr->channels;
/external/opencv/cxcore/src/
H A Dcxarray.cpp544 "Number of channels is not the same for all arrays" );
1709 CV_ERROR( CV_StsOutOfRange, "The number of channels must be 1, 2, 3 or 4" );
1788 CV_ERROR( CV_StsOutOfRange, "The number of channels must be 1, 2, 3 or 4" );
2828 "The image is interleaved and has over CV_CN_MAX channels" );
3016 "The last dimension full size is not divisible by new number of channels");
3038 "Simultaneous change of shape and number of channels is not supported. "
3168 "The total width is not divisible by the new number of channels" );
3282 cvCreateImageHeader( CvSize size, int depth, int channels )
3293 CV_CALL( cvInitImageHeader( img, size, depth, channels, IPL_ORIGIN_TL,
3300 icvGetColorModel( channels,
3342 cvInitImageHeader( IplImage * image, CvSize size, int depth, int channels, int origin, int align ) argument
[all...]
/external/libpng/contrib/libtests/
H A Dpngstest.c2646 /* Given a format return the number of channels and the location of
2649 * The mask 'loc' contains the component offset of the channels in the
2658 png_byte channels; local
2662 channels = 3;
2683 channels = 1;
2700 loc[0] = channels;
2702 ++channels;
2708 return channels;
2916 /* The channels may have been moved between input and output, this finds
2930 * (a will be 1 or 2, b will be 3 or 4 channels
[all...]
/external/jmonkeyengine/engine/src/desktop/com/jme3/app/state/
H A DMjpegFileWriter.java10 import java.nio.channels.FileChannel;
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H A DAppendTrack.java30 import java.nio.channels.Channels;
/external/wpa_supplicant_8/wpa_supplicant/
H A Dp2p_supplicant.h38 int vht, const struct p2p_channels *channels,
/external/opencv/cv/src/
H A D_cvipp.h163 ( int roiWidth, CvDataType dataType, int channels, int* bufSize ))
167 ( int roiWidth, CvDataType dataType, int channels, int* bufSize ))

Completed in 922 milliseconds

1234567891011>>