/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
|
/packages/apps/Camera/src/com/android/camera/ui/ |
FocusIndicatorView.java | 25 // A view that indicates the focus area or the metering area.
|
/frameworks/base/include/camera/ |
CameraParameters.h | 351 // The maximum number of metering areas supported. This is the maximum 355 // Current metering areas. Camera driver uses these areas to decide 359 // KEY_MAX_NUM_METERING_AREAS first to know the maximum number of metering 360 // areas first. If the value is 0, metering area is not supported. 362 // Each metering area is a rectangle with specified weight. The direction is 367 // is the lower right point. The width and height of metering areas cannot 374 // metering than the larger area. Metering areas can partially overlap and 377 // A special case of all-zero single metering area means driver to decide 378 // the metering area. For example, the driver may use more signals to decid [all...] |
/packages/apps/Camera/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
|
/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 | 349 CAMHAL_LOGDB("Setting Metering Areas %s", 354 CAMHAL_LOGEB("Metering areas supported %d, metering areas set %d", [all...] |
/frameworks/base/libs/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/base/include/media/stagefright/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...] |
/hardware/qcom/media/mm-core/omxcore/inc/ |
OMX_IVCommon.h | 810 OMX_MeteringModeAverage, /**< Center-weighted average metering. */ 811 OMX_MeteringModeSpot, /**< Spot (partial) metering. */ 812 OMX_MeteringModeMatrix, /**< Matrix or evaluative metering. */
|
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
OMX_IVCommon.h | 810 OMX_MeteringModeAverage, /**< Center-weighted average metering. */
811 OMX_MeteringModeSpot, /**< Spot (partial) metering. */
812 OMX_MeteringModeMatrix, /**< Matrix or evaluative metering. */
[all...] |
/hardware/ti/omap4xxx/domx/omx_core/inc/ |
OMX_IVCommon.h | 810 OMX_MeteringModeAverage, /**< Center-weighted average metering. */ 811 OMX_MeteringModeSpot, /**< Spot (partial) metering. */ 812 OMX_MeteringModeMatrix, /**< Matrix or evaluative metering. */
|
/hardware/ti/omap4xxx/test/CameraHal/ |
camera_test_menu.cpp | 427 const char *metering[] = { variable 1190 params.set(KEY_METERING_MODE, metering[meter_mode]); [all...] |
/device/samsung/crespo/libcamera/ |
SecCamera.cpp | 587 m_params->metering = -1; [all...] |
/external/jhead/ |
exif.c | [all...] |