Home
last modified time | relevance | path

Searched refs:oldref (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dformats.c514 #define FORMATS_CHANGEREF(oldref, newref) \ argument
518 FIND_REF_INDEX(oldref, idx); \
521 (*oldref)->refs[idx] = newref; \
522 *newref = *oldref; \
523 *oldref = NULL; \
527 void ff_channel_layouts_changeref(AVFilterChannelLayouts **oldref, in ff_channel_layouts_changeref() argument
530 FORMATS_CHANGEREF(oldref, newref); in ff_channel_layouts_changeref()
533 void ff_formats_changeref(AVFilterFormats **oldref, AVFilterFormats **newref) in ff_formats_changeref() argument
535 FORMATS_CHANGEREF(oldref, newref); in ff_formats_changeref()
Dformats.h199 void ff_channel_layouts_changeref(AVFilterChannelLayouts **oldref,
292 void ff_formats_changeref(AVFilterFormats **oldref, AVFilterFormats **newref);