Searched refs:source (Results 1 - 25 of 2480) sorted by last modified time

1234567891011>>

/external/zlib/src/
H A Duncompr.c12 Decompresses the source buffer into the destination buffer. sourceLen is
13 the byte length of the source buffer. Upon entry, destLen is the total
24 int ZEXPORT uncompress (dest, destLen, source, sourceLen)
27 const Bytef *source;
33 stream.next_in = (Bytef*)source;
35 /* Check for source > 64K on 16-bit machine: */
H A Dzlib.h18 2. Altered source versions must be plainly marked as such, and must not be
20 3. This notice may not be removed or altered from any source distribution.
632 z_streamp source));
634 Sets the destination stream as a complete copy of the source stream.
644 enough memory, Z_STREAM_ERROR if the source stream state was inconsistent
645 (such as zalloc being Z_NULL). msg is left unchanged in both source and
656 deflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
676 deflateParams returns Z_OK if success, Z_STREAM_ERROR if the source
691 specific input data. Read the deflate.c source code for the meaning of the
724 deflatePending returns Z_OK if success, or Z_STREAM_ERROR if the source
[all...]
H A Dzutil.c152 void ZLIB_INTERNAL zmemcpy(dest, source, len)
154 const Bytef* source;
159 *dest++ = *source++; /* ??? to be unrolled */
H A Dzutil.h212 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
/external/zlib/
H A Dzlib.h18 2. Altered source versions must be plainly marked as such, and must not be
20 3. This notice may not be removed or altered from any source distribution.
632 z_streamp source));
634 Sets the destination stream as a complete copy of the source stream.
644 enough memory, Z_STREAM_ERROR if the source stream state was inconsistent
645 (such as zalloc being Z_NULL). msg is left unchanged in both source and
656 deflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
676 deflateParams returns Z_OK if success, Z_STREAM_ERROR if the source
691 specific input data. Read the deflate.c source code for the meaning of the
724 deflatePending returns Z_OK if success, or Z_STREAM_ERROR if the source
[all...]
H A Dzutil.h212 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
/external/zxing/core/
H A Dcore.jar ... Object { private final com.google.zxing.LuminanceSource source protected void " href="/4.2.2_r1/s? ...
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
H A DDecodeHandler.java72 PlanarYUVLuminanceSource source = activity.getCameraManager().buildLuminanceSource(data, width, height);
73 if (source != null) {
74 BinaryBitmap bitmap = new BinaryBitmap(new HybridBinarizer(source));
92 bundle.putParcelable(DecodeThread.BARCODE_BITMAP, source.renderCroppedGreyscaleBitmap());
/external/webrtc/
H A DAndroid.mk3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source
7 # be found in the AUTHORS file in the root of the source tree.
21 #include $(MY_WEBRTC_ROOT_PATH)/src/modules/utility/source/Android.mk
22 include $(MY_WEBRTC_ROOT_PATH)/src/system_wrappers/source/Android.mk
H A Dandroid-webrtc.mk3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source
7 # be found in the AUTHORS file in the root of the source tree.
9 # These defines will apply to all source files
/external/webrtc/src/common_audio/resampler/
H A DAndroid.mk3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source
7 # be found in the AUTHORS file in the root of the source tree.
/external/webrtc/src/common_audio/signal_processing/
H A DAndroid.mk3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source
7 # be found in the AUTHORS file in the root of the source tree.
H A Dcopy_set_operations.c4 * Use of this source code is governed by a BSD-style license
5 * that can be found in the LICENSE file in the root of the source
8 * be found in the AUTHORS file in the root of the source tree.
53 void WebRtcSpl_MemCpyReversedOrder(WebRtc_Word16* dest, WebRtc_Word16* source, int length) argument
57 WebRtc_Word16* sourcePtr = source;
/external/webrtc/src/common_audio/vad/
H A DAndroid.mk3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source
7 # be found in the AUTHORS file in the root of the source tree.
/external/webrtc/src/modules/audio_processing/
H A DAndroid.mk3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source
7 # be found in the AUTHORS file in the root of the source tree.
/external/webrtc/src/modules/audio_processing/aec/
H A DAndroid.mk3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source
7 # be found in the AUTHORS file in the root of the source tree.
/external/webrtc/src/modules/audio_processing/aecm/
H A DAndroid.mk3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source
7 # be found in the AUTHORS file in the root of the source tree.
/external/webrtc/src/modules/audio_processing/agc/
H A DAndroid.mk3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source
7 # be found in the AUTHORS file in the root of the source tree.
/external/webrtc/src/modules/audio_processing/ns/
H A DAndroid.mk3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source
7 # be found in the AUTHORS file in the root of the source tree.
/external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/
H A Dmain.c261 struct android_poll_source* source; local
267 (void**)&source)) >= 0) {
270 if (source != NULL) {
271 source->process(state, source);
/external/webrtc/src/modules/audio_processing/utility/
H A DAndroid.mk3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source
7 # be found in the AUTHORS file in the root of the source tree.
/external/webrtc/src/system_wrappers/source/
H A DAndroid.mk3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source
7 # be found in the AUTHORS file in the root of the source tree.
/external/wpa_supplicant_8/wpa_supplicant/
H A Dnmake.mak15 # (http://www.openssl.org/source/openssl-0.9.8a.tar.gz)
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
H A DXMPUtils.java148 * @param source The source XMP object.
154 public static void appendProperties(XMPMeta source, XMPMeta dest, boolean doAllProperties, argument
157 appendProperties(source, dest, doAllProperties, replaceOldValues, false);
166 * XMP object (source) to another (dest). The default operation is to append only external
175 * level properties. The processed properties from the source (according to
177 * replacing any existing values.Properties in the destination that are not in the source
185 * <li>If <code>deleteEmptyValues</code> is passed then an empty value in the source XMP causes
196 * for all source schema (top level namespaces):
202 * if deleteEmptyValues and source valu
238 appendProperties(XMPMeta source, XMPMeta dest, boolean doAllProperties, boolean replaceOldValues, boolean deleteEmptyValues) argument
[all...]
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPMetaParser.java63 * Parses the input source into an XMP metadata object, including
186 InputSource source = new InputSource(buffer.getByteStream());
189 return parseInputSource(source);
218 source = new InputSource(buffer.getByteStream());
219 return parseInputSource(source);
241 InputSource source = new InputSource(new StringReader(input));
244 return parseInputSource(source);
250 source = new InputSource(new FixASCIIControlsReader(new StringReader(input)));
251 return parseInputSource(source);
263 * @param source a
267 parseInputSource(InputSource source) argument
[all...]

Completed in 336 milliseconds

1234567891011>>