/frameworks/base/core/jni/ |
android_hardware_camera2_DngCreator.cpp | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 594 "Early EOF encountered in skip, not enough pixel data for image of size %u", 600 "Error encountered while skip bytes in input stream."); 842 ALOGE("%s: moveEntries failed, entry %u not found in IFD %u", __FUNCTION__, tagId, 928 * For each color plane, find the corresponding noise profile coefficients given in the 929 * per-channel noise profile. If multiple channels in the CFA correspond to a color in the color 935 * numChannels - the number of noise profile coefficient pairs and color channels given in 937 * planeColors - the color planes in the noise profile output 2283 sp<JniInputStream> in = new JniInputStream(env, inStream); local [all...] |
/frameworks/base/services/backup/java/com/android/server/backup/ |
BackupManagerService.java | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 211 static final boolean COMPRESS_FULL_BACKUPS = true; // should be true in production 253 // User confirmation timeout for a full backup/restore operation. It's this long in 308 // in succession. Bind notifications are asynchronously delivered through the 343 // cached elsewhere in the system. 443 public int pmToken; // in post-install restore, the PM's token for this transaction 534 public String curPassword; // filled in by the confirmation step 592 // Bookkeeping of in-flight operations for timeout etc. purposes. The operation 593 // token is the index of the entry in the pending-operations list 1118 DataInputStream in = null; local 1138 DataInputStream in = null; local 1340 RandomAccessFile in = null; local 1404 DataInputStream in = null; local 1538 RandomAccessFile in = null; local 3242 BackupDataInput in = new BackupDataInput(readFd.getFileDescriptor()); local 3565 DataInputStream in = new DataInputStream(raw); local 4516 FileInputStream in = new FileInputStream( local 5952 DataInputStream in = new DataInputStream(bin); local 6653 final InputStream in; local 7382 DataInputStream in = new DataInputStream(bin); local 8468 BackupDataInput in = new BackupDataInput(stage.getFileDescriptor()); local [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/ |
vp9_idct_intrin_sse2.c | 5 * that can be found in the LICENSE file in the root of the source 7 * in the file PATENTS. All contributing project authors may 8 * be found in the AUTHORS file in the root of the source tree. 183 static void idct4_sse2(__m128i *in) { 191 transpose_4x4(in); 193 u[0] = _mm_unpacklo_epi16(in[0], in[1]); 194 u[1] = _mm_unpackhi_epi16(in[0], in[1]) 270 __m128i in[2]; local 933 __m128i in[8]; local 1406 __m128i in[16], l[16], r[16], *curr1; local 1471 in[0] = _mm_add_epi16(stp2_0, stp1_15); local 2552 __m128i in[16], l[16]; local 2738 in[0] = _mm_add_epi16(stp2_0, stp1_15); local 3504 __m128i in[32], col[32]; local 3599 in[0] = _mm_add_epi16(stp1_0, stp1_31); local 3789 __m128i in[32], col[128], zero_idx[16]; local 3975 in[0] = _mm_add_epi16(stp1_0, stp1_31); local [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/ |
vp9_dct_avx2.c | 5 * that can be found in the LICENSE file in the root of the source 7 * in the file PATENTS. All contributing project authors may 8 * be found in the AUTHORS file in the root of the source tree. 17 // similar. In the first one, we transform the columns and transpose 18 // the results. In the second one, we transform the rows. To achieve that, 21 // in normal/row positions). 24 // When we use them, in one case, they are all the same. In all other 249 __m128i in[4]; local 1037 __m128i in[8]; local 1080 const int16_t *in = input; local [all...] |
vp9_dct_sse2.c | 5 * that can be found in the LICENSE file in the root of the source 7 * in the file PATENTS. All contributing project authors may 8 * be found in the AUTHORS file in the root of the source tree. 21 // through iF (in raster order), intermediate variables are a0, b0, c0 22 // through f, and correspond to the in-place computations mapped to input 28 // In the comments, pN means cos(N pi /64) and mN is -cos(N pi /64), 93 // can never be equal to one. To increment in the non-zero case, we 178 // rounding steps in a row 350 __m128i in[4]; local 1138 __m128i in[8]; local 1181 const int16_t *in = input; local [all...] |
/hardware/qcom/audio/hal/ |
audio_hw.c | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 62 /* ToDo: Check and update a proper value in msec */ 283 static void register_in_stream(struct stream_in *in) 285 struct audio_device *adev = in->dev; 290 in->capture_handle, 291 in->flags); 296 if (in->realtime) { 298 in->capture_handle, 299 in->pcm 2472 struct stream_in *in = (struct stream_in *)stream; local 2484 struct stream_in *in = (struct stream_in *)stream; local 2492 struct stream_in *in = (struct stream_in *)stream; local 2499 struct stream_in *in = (struct stream_in *)stream; local 2510 struct stream_in *in = (struct stream_in *)stream; local 2550 struct stream_in *in = (struct stream_in *)stream; local 2613 struct stream_in *in = (struct stream_in *)stream; local 2648 struct stream_in *in = (struct stream_in *)stream; local 2741 struct stream_in *in = (struct stream_in *)stream; local 2762 struct stream_in *in = (struct stream_in *)stream; local 3296 struct stream_in *in; local 3534 struct stream_in in; local [all...] |
/hardware/qcom/msm8960/kernel-headers/linux/ |
msm_vidc_enc.h | 169 void __user *in; member in struct:venc_ioctl_msg
|
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
msm_vidc_enc.h | 14 /*Command called in invalid state*/ 171 void __user *in; member in struct:venc_ioctl_msg
|
/hardware/qcom/msm8994/kernel-headers/linux/ |
msm_vidc_enc.h | 174 void __user *in; member in struct:venc_ioctl_msg
|
/hardware/qcom/msm8994/original-kernel-headers/linux/ |
msm_vidc_enc.h | 14 /*Command called in invalid state*/ 175 void __user *in; member in struct:venc_ioctl_msg
|
/hardware/qcom/msm8996/kernel-headers/linux/ |
msm_vidc_enc.h | 174 void __user * in; member in struct:venc_ioctl_msg
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
msm_vidc_enc.h | 14 /*Command called in invalid state*/ 175 void __user *in; member in struct:venc_ioctl_msg
|
/hardware/qcom/msm8x84/kernel-headers/linux/ |
msm_vidc_enc.h | 174 void __user *in; member in struct:venc_ioctl_msg
|
/hardware/qcom/msm8x84/original-kernel-headers/linux/ |
msm_vidc_enc.h | 14 /*Command called in invalid state*/ 175 void __user *in; member in struct:venc_ioctl_msg
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/ |
AbstractPreferencesTest.java | 6 * (the "License"); you may not use this file except in compliance with 11 * Unless required by applicable law or agreed to in writing, software 945 ByteArrayInputStream in = new ByteArrayInputStream(result); local 979 ByteArrayInputStream in = new ByteArrayInputStream(result); local [all...] |
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
slf4j-simple-1.7.5.jar | |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
coda.h | 16 shown in the file LICENSE, or under the license shown below. The 17 technical and financial contributors to Coda are listed in the file 33 notice and this permission notice appear in all copies of the 35 thereof, and that both notices appear in supporting documentation, and 36 that credit is given to Carnegie Mellon University in all documents 42 FREE USE OF THIS SOFTWARE IN ITS "AS IS" CONDITION. CARNEGIE MELLON 145 /* these are to find mode bits in Venus */ 164 u_int8_t d_namlen; /* length of string in d_name */ 219 u_quad_t va_size; /* file size in bytes */ 315 struct coda_in_hdr in; member in struct:coda_root_in 632 struct coda_in_hdr in; member in struct:coda_statfs_in 711 void *in; \/* Data to be transferred in *\/ member in struct:ViceIoctl [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
coda.h | 16 shown in the file LICENSE, or under the license shown below. The 17 technical and financial contributors to Coda are listed in the file 33 notice and this permission notice appear in all copies of the 35 thereof, and that both notices appear in supporting documentation, and 36 that credit is given to Carnegie Mellon University in all documents 42 FREE USE OF THIS SOFTWARE IN ITS "AS IS" CONDITION. CARNEGIE MELLON 145 /* these are to find mode bits in Venus */ 164 u_int8_t d_namlen; /* length of string in d_name */ 219 u_quad_t va_size; /* file size in bytes */ 315 struct coda_in_hdr in; member in struct:coda_root_in 632 struct coda_in_hdr in; member in struct:coda_statfs_in 711 void *in; \/* Data to be transferred in *\/ member in struct:ViceIoctl [all...] |
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/ |
coda.h | 232 struct coda_in_hdr in; member in struct:coda_root_in 502 struct coda_in_hdr in; member in struct:coda_statfs_in 570 void __user *in; member in struct:ViceIoctl
|
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/ |
coda.h | 232 struct coda_in_hdr in; member in struct:coda_root_in 502 struct coda_in_hdr in; member in struct:coda_statfs_in 570 void __user *in; member in struct:ViceIoctl
|
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/ |
coda.h | 232 struct coda_in_hdr in; member in struct:coda_root_in 502 struct coda_in_hdr in; member in struct:coda_statfs_in 570 void __user *in; member in struct:ViceIoctl
|
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/ |
coda.h | 232 struct coda_in_hdr in; member in struct:coda_root_in 502 struct coda_in_hdr in; member in struct:coda_statfs_in 570 void __user *in; member in struct:ViceIoctl
|
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/linux/ |
coda.h | 232 struct coda_in_hdr in; member in struct:coda_root_in 502 struct coda_in_hdr in; member in struct:coda_statfs_in 570 void __user *in; member in struct:ViceIoctl
|
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/linux/ |
coda.h | 232 struct coda_in_hdr in; member in struct:coda_root_in 502 struct coda_in_hdr in; member in struct:coda_statfs_in 570 void __user *in; member in struct:ViceIoctl
|
/prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/linux/ |
coda.h | 232 struct coda_in_hdr in; member in struct:coda_root_in 502 struct coda_in_hdr in; member in struct:coda_statfs_in 570 void __user *in; member in struct:ViceIoctl
|