Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/src/pulsensor/
Dpulsensor.cxx46 bpm = 0; in Pulsensor()
63 bpm = 0; in Pulsensor()
147 pulsensor->bpm = 60000 / running_total; in do_sample()
Dpulsensor.h107 int bpm; /**< Bits per minute */ variable
/hardware/libhardware/include/hardware/
Dsensors.h962 float bpm; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_ratectrl.c156 const int bpm = (int)(vp9_rc_bits_per_mb(frame_kind, q, correction_factor)); in estimate_bits_at_q() local
161 return (mbs > (1 << 11)) ? (bpm >> BPER_MB_NORMBITS) * mbs in estimate_bits_at_q()
162 : (bpm * mbs) >> BPER_MB_NORMBITS; in estimate_bits_at_q()