Searched refs:ref_count (Results 1 - 25 of 101) sorted by path

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dh264.c911 for(i=0; i < 2*h->ref_count[0]; i++)
915 for(i=0; i<h->ref_count[0]; i++){
925 int end = mbafi ? 16+2*h->ref_count[list] : h->ref_count[list];
932 for(old_ref=0; old_ref<ref1->ref_count[colfield][list]; old_ref++){
962 cur->ref_count[sidx][list] = h->ref_count[list];
963 for(j=0; j<h->ref_count[list]; j++)
968 memcpy(cur->ref_count[1], cur->ref_count[
4530 int ref_count= IS_REF0(mb_type) ? 1 : h->ref_count[list]; local
[all...]
H A Dh264.h201 unsigned int ref_count[2]; ///< num_ref_idx_l0/1_active_minus1 + 1 member in struct:PPS
404 unsigned int ref_count[2]; ///< counts frames or fields, depending on current mb mode member in struct:H264Context
H A Dmpegvideo.h122 int ref_count[2][2]; ///< number of entries in ref_poc (FIXME need per slice) member in struct:Picture
H A Dvdpau.c164 render->info.h264.num_ref_idx_l0_active_minus1 = h->pps.ref_count[0] - 1;
165 render->info.h264.num_ref_idx_l1_active_minus1 = h->pps.ref_count[1] - 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dmxfenc.c316 static void mxf_write_refs_count(ByteIOContext *pb, int ref_count) argument
318 put_be32(pb, ref_count);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libexif-0.6.19/libexif/
H A Dexif-content.c36 unsigned int ref_count; member in struct:_ExifContentPrivate
70 content->priv->ref_count = 1;
81 content->priv->ref_count++;
87 content->priv->ref_count--;
88 if (!content->priv->ref_count)
H A Dexif-data.c64 unsigned int ref_count; member in struct:_ExifDataPrivate
123 data->priv->ref_count = 1;
1032 data->priv->ref_count++;
1041 data->priv->ref_count--;
1042 if (!data->priv->ref_count)
H A Dexif-entry.c41 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)
H A Dexif-loader.c81 unsigned int ref_count; member in struct:_ExifLoader
338 loader->ref_count = 1;
350 loader->ref_count++;
373 if (!--loader->ref_count)
H A Dexif-log.c30 unsigned int ref_count; member in struct:_ExifLog
77 log->ref_count = 1;
100 log->ref_count++;
107 if (log->ref_count > 0) log->ref_count--;
108 if (!log->ref_count) exif_log_free (log);
H A Dexif-mem.c6 unsigned int ref_count; member in struct:_ExifMem
44 mem->ref_count = 1;
57 mem->ref_count++;
64 if (!--mem->ref_count)
H A Dexif-mnote-data.c31 unsigned int ref_count; member in struct:_ExifMnoteDataPriv
42 d->priv->ref_count = 1;
51 if (d && d->priv) d->priv->ref_count++;
74 if (d->priv->ref_count > 0) d->priv->ref_count--;
75 if (!d->priv->ref_count)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Dntlmssp.h74 unsigned int ref_count; member in struct:ntlmssp_state
H A Dprinting.h89 int ref_count; member in struct:tdb_print_db
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dntlmssp.c279 (*ntlmssp_state)->ref_count--;
281 if ((*ntlmssp_state)->ref_count == 0) {
809 (*ntlmssp_state)->ref_count = 1;
1118 (*ntlmssp_state)->ref_count = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/printing/
H A Dprinting_db.c48 p->ref_count++;
61 if (p->ref_count)
71 p->ref_count = 0;
115 p->ref_count++;
125 pdb->ref_count--;
126 SMB_ASSERT(pdb->ref_count >= 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbwrapper/
H A Dsmbw.c702 file->f->ref_count=1;
872 if (file->f->ref_count == 1 &&
885 file->f->ref_count--;
886 if (file->f->ref_count == 0) {
1303 file->f->ref_count++;
1355 file->f->ref_count++;
H A Dsmbw.h46 int ref_count; member in struct:smbw_filedes
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Drepmgr.h168 int ref_count; /* # of sites' send queues pointing to us */ member in struct:__anon2045
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/repmgr/
H A Drepmgr_net.c765 if (--msg->ref_count <= 0)
790 msg->fmsg->ref_count++; /* encapsulation would be sweeter */
859 msg->fmsg->ref_count = 0;
H A Drepmgr_sel.c1413 if (--msg->ref_count <= 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/glib/
H A Dghash.c66 volatile guint ref_count; member in struct:_GHashTable
155 hash_table->ref_count = 1;
180 g_return_val_if_fail (hash_table->ref_count > 0, hash_table);
182 g_atomic_int_add (&hash_table->ref_count, 1);
201 g_return_if_fail (hash_table->ref_count > 0);
203 if (g_atomic_int_exchange_and_add (&hash_table->ref_count, -1) - 1 == 0)
231 g_return_if_fail (hash_table->ref_count > 0);
352 g_return_if_fail (hash_table->ref_count > 0);
403 g_return_if_fail (hash_table->ref_count > 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-cascade.c44 guint ref_count; member in struct:_CRCascadePriv
163 PRIVATE (a_this)->ref_count++;
181 if (PRIVATE (a_this)->ref_count)
182 PRIVATE (a_this)->ref_count--;
183 if (!PRIVATE (a_this)->ref_count) {
H A Dcr-declaration.c729 a_this->ref_count++;
748 if (a_this->ref_count) {
749 a_this->ref_count--;
752 if (a_this->ref_count == 0) {
H A Dcr-declaration.h67 glong ref_count ; member in struct:_CRDeclaration

Completed in 471 milliseconds

12345