Searched refs:oldref (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dformats.h170 void ff_channel_layouts_changeref(AVFilterChannelLayouts **oldref,
262 * | |* *--------->|*oldref| | |* *--------->|*newref| ^
265 * |________| |________| |*oldref|
268 void ff_formats_changeref(AVFilterFormats **oldref, AVFilterFormats **newref);
H A Dformats.c468 #define FORMATS_CHANGEREF(oldref, newref) \
472 FIND_REF_INDEX(oldref, idx); \
475 (*oldref)->refs[idx] = newref; \
476 *newref = *oldref; \
477 *oldref = NULL; \
481 void ff_channel_layouts_changeref(AVFilterChannelLayouts **oldref, argument
484 FORMATS_CHANGEREF(oldref, newref);
487 void ff_formats_changeref(AVFilterFormats **oldref, AVFilterFormats **newref) argument
489 FORMATS_CHANGEREF(oldref, newref);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dformats.c176 void avfilter_formats_changeref(AVFilterFormats **oldref, argument
179 int idx = find_ref_index(oldref);
182 (*oldref)->refs[idx] = newref;
183 *newref = *oldref;
184 *oldref = NULL;
H A Davfilter.h300 * | |* *--------->|*oldref| | |* *--------->|*newref| ^
303 * |________| |________| |*oldref|
306 void avfilter_formats_changeref(AVFilterFormats **oldref,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dmimetmac.cpp871 CFDictionaryRef oldref = (CFDictionaryRef) m_cfmdRef; local
874 kCFAllocatorDefault, cfiSize, oldref );
876 CFRelease( oldref );
1100 CFMutableArrayRef oldref = m_cfmaRef; local
1104 (CFArrayRef)oldref);
1105 CFRelease(oldref);

Completed in 114 milliseconds