Searched defs:threshold (Results 1 - 3 of 3) sorted by last modified time

/hardware/libhardware_legacy/include/hardware_legacy/
H A Dwifi_nan.h911 threshold. Any Service Descriptors received above this
1083 threshold and the received RSSI in order to filter requests
1084 0 – ignore the configured RSSI threshold when running a Service
1086 1 – use the configured RSSI threshold when running a Service
1244 threshold and the received RSSI in order to filter requests
1245 0 – ignore the configured RSSI threshold when running a Service
1247 1 – use the configured RSSI threshold when running a Service
1392 1 byte value which defines the RSSI filter threshold.
1507 Threshold Crossing Alert (TCA) Type crosses an integral threshold in a particular direction.
1521 /* 32 bit value which represents the threshold t
1522 u32 threshold; member in struct:__anon1657
[all...]
/hardware/interfaces/camera/provider/2.4/vts/functional/
H A DVtsHalCameraProviderV2_4TargetTest.cpp669 const AvailableStream *threshold = nullptr);
4095 const AvailableStream *threshold) {
4110 if(nullptr == threshold) {
4115 if ((threshold->format == entry.data.i32[i]) &&
4116 (threshold->width >= entry.data.i32[i+1]) &&
4117 (threshold->height >= entry.data.i32[i+2])) {
4119 entry.data.i32[i+2], threshold->format};
4093 getAvailableOutputStreams(camera_metadata_t *staticMeta, std::vector<AvailableStream> &outputStreams, const AvailableStream *threshold) argument
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dmain.c35 * We return true if threshold is between before and current.
38 static inline uint32_t viddec_fw_check_watermark_boundary(uint32_t before, uint32_t current, uint32_t threshold) argument
40 return ((before >= threshold) && (current < threshold));

Completed in 157 milliseconds