HomeSort by relevance Sort by last modified time
    Searched full:metering (Results 1 - 25 of 45) sorted by null

1 2

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/analyzer/
MeteringTest.java 36 * Implements a test to verify whether the camera metering system works as
40 * one metering area defined. The second one has tests with two metering areas
42 * decide where to put some of the metering areas to and how much weight should
44 * define other metering areas and their weight, in order to cover all possible
45 * fail cases. The metering areas are contrained to the grey squares in the
60 /** The maximum number of metering area the device supports. */
62 /** The metering areas. */
91 // Looks up how many metering area the device supports.
94 Log.v(TAG, String.format("Maximum number if metering area is %d", mMaxNumMeteringArea))
    [all...]
CameraAnalyzerActivity.java 355 // Creates and runs a new test to test the camera metering function.
356 // It is invoked when users press the Metering Test button in the UI.
360 Log.v(TAG, "Running new metering tests!");
  /external/iproute2/examples/diffserv/
regression-testing 26 *observe that the metering/policing works correctly (and the marking
34 *observe that the metering/policing works correctly (and the marking
37 Metering: The data throughput should not exceed 2*CIR1 + 2*CIR2
53 Metering: Allocated throughput should not exceed 2*CIR1 + 2*CIR2
58 Metering: Allocated throughput should not exceed CIR1 + 2*CIR2
63 Metering: Allocated throughput should not exceed CIR1 + CIR2
68 Metering: Allocated throughput should not exceed CIR1
80 *observe that the metering/policing works correctly (and the marking
83 Metering:
105 Metering: Allocated throughput should not exceed 2*CIR1 + 2*CIR
    [all...]
README 36 subnet to AF4*, BE or end up dropping depending on the metering results.
Edge31-cb-chains 4 # This script fwmark tags(IPchains) based on metering on the ingress
Edge32-cb-chains 4 # This script fwmark tags(IPchains) based on metering on the ingress
Edge32-cb-u32 4 # This script tags tcindex based on metering on the ingress
Edge31-ca-u32 4 # This script tags tcindex based on metering on the ingress
Edge32-ca-u32 4 # This script tags tcindex based on metering on the ingress
  /cts/apps/CtsVerifier/include/colorchecker/
meteringtest.h 24 // Constructs a test handler for the metering test. The instance holds the pixel
25 // values of the gray checkers on the color checker under different metering
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
FocusIndicatorView.java 25 // A view that indicates the focus area or the metering area.
  /packages/apps/Camera/src/com/android/camera/
FocusManager.java 41 * This also handles the metering area because it is the same as focus area.
59 * (10) The camera has no autofocus and supports metering area. Touch the screen
60 * to change metering area.
92 private List<Area> mMeteringArea; // metering area in driver format
350 // Stop face detection because we want to specify focus and metering area.
353 // Set the focus area and metering area.
359 // Reset the metering area in 3 seconds.
468 // metering area. Either focus area is not supported or
  /frameworks/av/include/camera/
CameraParameters.h 352 // The maximum number of metering areas supported. This is the maximum
356 // Current metering areas. Camera driver uses these areas to decide
360 // KEY_MAX_NUM_METERING_AREAS first to know the maximum number of metering
361 // areas first. If the value is 0, metering area is not supported.
363 // Each metering area is a rectangle with specified weight. The direction is
368 // is the lower right point. The width and height of metering areas cannot
375 // metering than the larger area. Metering areas can partially overlap and
378 // A special case of all-zero single metering area means driver to decide
379 // the metering area. For example, the driver may use more signals to decid
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
FocusManager.java 42 // This also handles the metering area because it is the same as focus area.
68 private List<Area> mMeteringArea; // metering area in driver format
286 // Stop face detection because we want to specify focus and metering area.
289 // Set the focus area and metering area.
295 // Reset the metering area in 3 seconds.
413 // metering area. Either focus area is not supported or
  /packages/apps/Camera/src/com/android/camera/ui/
FocusIndicatorRotateLayout.java 24 // A view that indicates the focus area or the metering area.
  /cts/apps/CtsVerifier/lib/colorchecker/
meteringtest.cpp 33 ALOGV("Start Processing Metering Test Data!");
  /frameworks/base/core/java/android/hardware/
Camera.java     [all...]
  /device/samsung/crespo/include/
videodev2_samsung.h 61 V4L2_PHOTOMETRY_AFSPOT = 3, /*Spot metering on focused point */
629 int metering; member in struct:sec_cam_parm
  /hardware/ti/omap4xxx/camera/
CameraParameters.cpp 109 const char CameraProperties::MAX_NUM_METERING_AREAS[] = "prop-max-num-metering-areas";
110 const char CameraProperties::METERING_AREAS[] = "prop-metering-areas";
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
metered_stream.py 123 # or the metering stream. We have to be careful to avoid a layering
  /frameworks/base/docs/html/guide/topics/media/
camera.jd 36 <li><a href="#metering-focus-areas">Metering and focus areas</a></li>
    [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMX3A.cpp 361 CAMHAL_LOGDB("Setting Metering Areas %s",
366 CAMHAL_LOGEB("Metering areas supported %d, metering areas set %d",
    [all...]
  /frameworks/av/camera/
CameraParameters.cpp 75 const char CameraParameters::KEY_MAX_NUM_METERING_AREAS[] = "max-num-metering-areas";
76 const char CameraParameters::KEY_METERING_AREAS[] = "metering-areas";
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_include/khronos/
OMX_IVCommon.h 810 OMX_MeteringModeAverage, /**< Center-weighted average metering. */
811 OMX_MeteringModeSpot, /**< Spot (partial) metering. */
812 OMX_MeteringModeMatrix, /**< Matrix or evaluative metering. */
  /frameworks/native/include/media/openmax/
OMX_IVCommon.h 837 OMX_MeteringModeAverage, /**< Center-weighted average metering. */
838 OMX_MeteringModeSpot, /**< Spot (partial) metering. */
839 OMX_MeteringModeMatrix, /**< Matrix or evaluative metering. */
    [all...]

Completed in 617 milliseconds

1 2