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

/hardware/bsp/intel/peripheral/light/mraa/
H A Dlights.c47 int refs; member in struct:light_device_ext_t
276 if (dev->refs == 0) {
398 if (dev->refs == 0) {
402 } else if (dev->refs > 1) {
419 dev->refs--;
497 if (dev->refs != 0) {
521 dev->refs++;
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dcpp_bindings.h254 int refs = __sync_add_and_fetch(&mRefs, 1); local
255 // ALOGD("addRef: WifiCommand %p has %d references", this, refs);
259 int refs = __sync_sub_and_fetch(&mRefs, 1); local
260 if (refs == 0) {
263 // ALOGD("releaseRef: WifiCommand %p has %d references", this, refs);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dsad_test.cc169 const uint8_t* refs[] = {GetReference(0), GetReference(1), local
173 refs, reference_stride_,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_rdopt.c2543 const int refs[2] = { mbmi->ref_frame[0], local
2561 ref_mv[ref] = mbmi->ref_mvs[refs[ref]][0];
2574 frame_mv[refs[ref]].as_int = single_newmv[refs[ref]].as_int;
2600 &frame_mv[refs[!id]].as_mv,
2612 tmp_mv.as_int = frame_mv[refs[id]].as_int;
2652 frame_mv[refs[id]].as_int = tmp_mv.as_int;
2669 *rate_mv += vp9_mv_bit_cost(&frame_mv[refs[ref]].as_mv,
2670 &mbmi->ref_mvs[refs[ref]][0].as_mv,
2710 int refs[ local
[all...]

Completed in 2822 milliseconds