Searched refs:bpm (Results 1 - 4 of 4) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/pulsensor/
H A Dpulsensor.h107 int bpm; /**< Bits per minute */ member in class:Pulsensor
H A Dpulsensor.cxx46 bpm = 0;
63 bpm = 0;
147 pulsensor->bpm = 60000 / running_total;
/hardware/libhardware/include/hardware/
H A Dsensors.h571 * when heart_rate.bpm or heart_rate.status have changed since the last
962 float bpm; member in struct:__anon1869
1106 /* heart rate data containing value in bpm and status */
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_ratectrl.c156 const int bpm = (int)(vp9_rc_bits_per_mb(frame_kind, q, correction_factor)); local
161 return (mbs > (1 << 11)) ? (bpm >> BPER_MB_NORMBITS) * mbs
162 : (bpm * mbs) >> BPER_MB_NORMBITS;

Completed in 94 milliseconds