HomeSort by relevance Sort by last modified time
    Searched refs:e_res (Results 1 - 13 of 13) sorted by null

  /cts/apps/CameraITS/tests/scene1/
test_exposure.py 68 e_res = cap["metadata"]["android.sensor.exposureTime"]
70 assert(0 <= e_test - e_res < e_test * THRESHOLD_ROUND_DOWN_EXP)
71 s_e_product_res = s_res * e_res
  /external/aac/libAACenc/src/
metadata_compressor.cpp 401 INT e_res; local
406 f = fDivNorm(sampleRateFract, blockLengthFract, &e_res);
407 f = scaleValue(f, e_res-METADATA_INT_BITS); /* convert to METADATA_FRACT */
410 product = fMultNorm(t, f, &e_res);
411 product = scaleValue(product, e_res+METADATA_INT_BITS); /* convert to METADATA_FRACT */
414 exponent = fDivNorm(METADATA_FRACT_SCALE, product, &e_res);
415 exponent = scaleValue(exponent, e_res-METADATA_INT_BITS); /* convert to METADATA_FRACT */
421 result = f2Pow(-exponent, DFRACT_BITS-1-METADATA_FRACT_BITS, &e_res);
424 result = (FIXP_DBL)MAXVAL_DBL - scaleValue(result, e_res);
    [all...]
  /toolchain/binutils/binutils-2.25/include/coff/
pe.h 194 char e_res[4][2]; /* Reserved words, all 0x0. */ member in struct:external_PEI_DOS_hdr
233 char e_res[4][2]; /* Reserved words, all 0x0. */ member in struct:external_PEI_filehdr
internal.h 52 unsigned short e_res[4]; /* Reserved words, all 0x0 */ member in struct:internal_extra_pe_filehdr
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntimage.h 66 USHORT e_res[4]; member in struct:_IMAGE_DOS_HEADER
  /toolchain/binutils/binutils-2.25/bfd/
peXXigen.c 844 filehdr_in->pe.e_res[idx] = 0x0;
906 H_PUT_16 (abfd, filehdr_in->pe.e_res[idx], filehdr_out->e_res[idx]);
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-packaging-plugin/0.20.0/
tycho-packaging-plugin-0.20.0.jar 
  /external/valgrind/coregrind/m_debuginfo/
readpdb.c 128 unsigned short e_res[4]; /* 1c: Reserved words */ member in struct:_IMAGE_DOS_HEADER
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winnt.h 4338 WORD e_res[4]; member in struct:_IMAGE_DOS_HEADER
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 

Completed in 82 milliseconds