Searched defs:nb (Results 1 - 10 of 10) sorted by relevance

/hardware/invensense/60xx/libsensors_iio/
H A DMPLSupport.cpp98 int nb; local
102 nb = write(fd, &c, 1);
104 if (nb <= 0) {
107 c, nb, strerror(err), err);
H A Dsensors_mpl.cpp160 int nb, polltime = -1; local
163 nb = poll(mPollFds, numSensorDrivers, polltime);
165 if (nb > 0) {
168 nb = 0;
181 nb = ((MPLSensor*) mSensor)->executeOnData(data, count);
182 if (nb > 0) {
183 count -= nb;
184 nbEvents += nb;
185 data += nb;
189 nb
[all...]
/hardware/akm/AK8975_FS/libsensors/
H A Dsensors.cpp284 int nb = sensor->readEvents(data, count); local
285 if (nb < count) {
289 if ((0 != nb) && (acc == i)) {
290 ((AkmSensor*)(mSensors[akm]))->setAccel(&data[nb-1]);
292 count -= nb;
293 nbEvents += nb;
294 data += nb;
/hardware/invensense/6515/libsensors_iio/
H A DMPLSupport.cpp84 int nb; local
88 nb = write(fd, &c, 1);
90 if (nb <= 0) {
93 c, nb, strerror(err), err);
H A Dsensors_mpl.cpp208 int nb, polltime = -1; local
236 nb = poll(mPollFds, numSensorDrivers, polltime);
237 LOGI_IF(0, "poll nb=%d, count=%d, pt=%d", nb, count, polltime);
238 if (nb > 0) {
241 nb = 0;
249 nb = ((MPLSensor*)mSensor)->
252 if (isDmpScreenAutoRotationEnabled() && nb > 0) {
253 count -= nb;
254 nbEvents += nb;
[all...]
/hardware/invensense/65xx/libsensors_iio/
H A DMPLSupport.cpp84 int nb; local
88 nb = write(fd, &c, 1);
90 if (nb <= 0) {
93 c, nb, strerror(err), err);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_detokenize.c72 ctx = get_coef_context(nb, token_cache, c); \
84 int ctx, const int16_t *scan, const int16_t *nb,
123 ctx = get_coef_context(nb, token_cache, c);
82 decode_coefs(VP9_COMMON *cm, const MACROBLOCKD *xd, PLANE_TYPE type, int16_t *dqcoeff, TX_SIZE tx_size, const int16_t *dq, int ctx, const int16_t *scan, const int16_t *nb, vp9_reader *r) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_encodemb.c98 const int16_t *nb,
103 pt = get_coef_context(nb, token_cache, idx + 1);
135 const int16_t *nb = so->neighbors; local
174 pt = trellis_get_coeff_context(scan, nb, i, t0, token_cache);
224 pt = trellis_get_coeff_context(scan, nb, i, t0, token_cache);
229 pt = trellis_get_coeff_context(scan, nb, i, t1, token_cache);
97 trellis_get_coeff_context(const int16_t *scan, const int16_t *nb, int idx, int token, uint8_t *token_cache) argument
H A Dvp9_tokenize.c226 const int16_t *scan, *nb; local
246 nb = so->neighbors;
261 pt = get_coef_context(nb, token_cache, c);
275 pt = get_coef_context(nb, token_cache, c);
H A Dvp9_rdopt.c556 const int16_t *scan, const int16_t *nb,
599 pt = get_coef_context(nb, token_cache, c);
615 pt = get_coef_context(nb, token_cache, c);
552 cost_coeffs(MACROBLOCK *x, int plane, int block, ENTROPY_CONTEXT *A, ENTROPY_CONTEXT *L, TX_SIZE tx_size, const int16_t *scan, const int16_t *nb, int use_fast_coef_costing) argument

Completed in 261 milliseconds