Searched defs:ref_count (Results 1 - 6 of 6) sorted by relevance

/hardware/intel/common/wrs_omxil_core/utils/inc/
H A Dmodule.h36 int ref_count; member in struct:module
/hardware/intel/common/libva/test/common/
H A Dva_display_wayland.c41 unsigned int ref_count; member in struct:display
77 d->ref_count++;
96 d->ref_count = 1;
107 if (!d || --d->ref_count > 0)
/hardware/intel/common/wrs_omxil_core/base/src/
H A Dcmodule.cpp53 int ref_count; local
55 while ((ref_count = Unload()));
103 int ref_count; local
105 ref_count = module_close(module);
106 if (!ref_count) {
113 return ref_count;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_onyxc_int.h61 int ref_count; member in struct:__anon596
217 if (cm->frame_bufs[i].ref_count == 0)
221 cm->frame_bufs[i].ref_count = 1;
228 if (ref_index >= 0 && bufs[ref_index].ref_count > 0)
229 bufs[ref_index].ref_count--;
233 bufs[new_idx].ref_count++;
/hardware/libhardware/modules/audio_remote_submix/
H A Daudio_hw.cpp194 volatile int32_t ref_count; member in struct:android::submix_stream_in
460 const_cast<struct submix_stream_in*>(in)->ref_count--;
461 if (in->ref_count == 0) {
464 ALOGV("submix_audio_device_destroy_pipe(): input ref_count %d", in->ref_count);
1407 in->ref_count++;
1414 in->ref_count);
1417 ALOGD(" Non-NULL sink when opening input stream, refcount=%d", in->ref_count);
1420 ALOGE("NULL sink when opening input stream, refcount=%d", in->ref_count);
1431 in->ref_count
[all...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec.h309 OMX_U32 ref_count; member in struct:dynamic_buf_list

Completed in 208 milliseconds