HomeSort by relevance Sort by last modified time
    Searched defs:ref_count (Results 26 - 50 of 60) sorted by null

12 3

  /external/sfntly/cpp/src/sfntly/port/
refcount.h 245 size_t ref_count = 0; local
249 ref_count = p->Release();
253 return ref_count;
  /system/core/adb/
transport.h 132 size_t ref_count = 0; member in class:atransport
  /external/freetype/src/cache/
ftccache.h 64 FT_Short ref_count; /* reference count for this node */ member in struct:FTC_NodeRec_
195 * the face_id but is locked (i.e., has `ref_count > 0'), the node
  /external/libexif/libexif/
exif-loader.c 81 unsigned int ref_count; member in struct:_ExifLoader
338 loader->ref_count = 1;
350 loader->ref_count++;
373 if (!--loader->ref_count)
exif-entry.c 41 unsigned int ref_count; member in struct:_ExifEntryPrivate
128 e->priv->ref_count = 1;
141 e->priv->ref_count++;
149 e->priv->ref_count--;
150 if (!e->priv->ref_count)
    [all...]
exif-data.c 60 unsigned int ref_count; member in struct:_ExifDataPrivate
119 data->priv->ref_count = 1;
1010 data->priv->ref_count++;
1019 data->priv->ref_count--;
1020 if (!data->priv->ref_count)
    [all...]
  /external/webrtc/talk/media/base/
capturemanager.cc 194 const int ref_count = capture_state->IncCaptureStartRef(); local
195 if (ref_count < 1) {
  /external/webrtc/webrtc/base/
stream.h 659 int ref_count; local
662 ref_count = --ref_count_;
664 if (ref_count == 0) {
  /hardware/libhardware/modules/audio_remote_submix/
audio_hw.cpp 202 volatile int32_t ref_count; member in struct:android::submix_stream_in
492 const_cast<struct submix_stream_in*>(in)->ref_count--;
495 if (in->ref_count == 0) {
498 ALOGV("submix_audio_device_destroy_pipe_l(): input ref_count %d", in->ref_count);
    [all...]
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
bt_vendor_qcom.c 225 char ref_count[PROPERTY_VALUE_MAX]; local
228 property_get("wc_transport.ref_count", ref_count, "0");
230 value = atoi(ref_count);
231 ALOGV("%s: ref_count: %s\n",__func__, ref_count);
258 snprintf(ref_count, 3, "%d", value);
259 ALOGV("%s: updated ref_count is: %s", __func__, ref_count);
261 ret = property_set("wc_transport.ref_count", ref_count)
    [all...]
  /external/libxaac/decoder/drc_src/
impd_drc_selection_process_drcset_selection.c 548 WORD32 ref_count; local
591 ref_count = 0;
602 ref_count++;
633 ref_count++;
647 if ((ref_count > 0) && (((FLOAT32)match_count) > 0.5f * ref_count)) {
    [all...]
  /external/libxcam/tests/
test-cl-image.cpp 425 uint8_t ref_count = 2; local
426 image_handler = create_cl_3d_denoise_image_handler (context, CL_IMAGE_CHANNEL_Y | CL_IMAGE_CHANNEL_UV, ref_count);
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
forward_error_correction.cc 46 int32_t ref_count; local
47 ref_count = --ref_count_;
48 if (ref_count == 0)
50 return ref_count;
    [all...]
  /hardware/qcom/bt/msm8909/libbt-vendor/src/
bt_vendor_qcom.c 231 char ref_count[PROPERTY_VALUE_MAX]; local
235 property_get("wc_transport.ref_count", ref_count, "0");
237 value = atoi(ref_count);
238 ALOGV("%s: ref_count: %s\n",__func__, ref_count);
270 snprintf(ref_count, 3, "%d", value);
271 ALOGV("%s: updated ref_count is: %s", __func__, ref_count);
273 ret = property_set("wc_transport.ref_count", ref_count)
    [all...]
  /hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
bt_vendor_qcom.c 225 char ref_count[PROPERTY_VALUE_MAX]; local
229 property_get("wc_transport.ref_count", ref_count, "0");
231 value = atoi(ref_count);
232 ALOGV("%s: ref_count: %s\n",__func__, ref_count);
258 ALOGE("%s: BT turn off twice before BT On(ref_count=%d)\n",
265 snprintf(ref_count, 3, "%d", value);
266 ALOGV("%s: updated ref_count is: %s", __func__, ref_count);
    [all...]
  /hardware/qcom/bt/msm8996/libbt-vendor/src/
bt_vendor_qcom.c 247 char ref_count[PROPERTY_VALUE_MAX]; local
251 property_get("wc_transport.ref_count", ref_count, "0");
253 value = atoi(ref_count);
254 ALOGV("%s: ref_count: %s\n",__func__, ref_count);
286 snprintf(ref_count, 3, "%d", value);
287 ALOGV("%s: updated ref_count is: %s", __func__, ref_count);
289 ret = property_set("wc_transport.ref_count", ref_count)
    [all...]
  /hardware/qcom/bt/msm8998/libbt-vendor/src/
bt_vendor_qcom.c 229 char ref_count[PROPERTY_VALUE_MAX]; local
233 property_get("wc_transport.ref_count", ref_count, "0");
235 value = atoi(ref_count);
236 ALOGV("%s: ref_count: %s\n",__func__, ref_count);
262 ALOGE("%s: BT turn off twice before BT On(ref_count=%d)\n",
269 snprintf(ref_count, 3, "%d", value);
270 ALOGV("%s: updated ref_count is: %s", __func__, ref_count);
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
omx_swvdec.h 130 unsigned int ref_count; ///< reference count member in struct:__anon51032
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
omx_swvdec.h 123 int ref_count; ///< reference count member in struct:__anon51082
  /device/google/marlin/camera/QCamera2/stack/common/
mm_jpeg_interface.h 279 int32_t ref_count; member in struct:__anon2429
  /external/elfutils/libelf/
libelfP.h 308 int ref_count; member in struct:Elf
  /external/harfbuzz_ng/src/
hb-font.cc 1731 unsigned int ref_count; member in struct:hb_trampoline_closure_t
    [all...]
  /external/libpcap/
pcap-dos.c 89 static int ref_count = 0; variable
190 pcap->fd = ++ref_count;
464 if (ref_count > 0)
465 ref_count--;
466 if (ref_count > 0)
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 68 int ref_count; member in struct:__anon26186
277 if (frame_bufs[i].ref_count == 0) break;
280 frame_bufs[i].ref_count = 1;
292 if (ref_index >= 0 && bufs[ref_index].ref_count > 0)
293 bufs[ref_index].ref_count--;
297 bufs[new_idx].ref_count++;
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.h 178 int ref_count; member in struct:dri2_egl_display

Completed in 379 milliseconds

12 3