Searched refs:_refs (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavdevice/ |
D | decklink_enc.cpp | 53 …vpacket(NULL), _codec_id(codec_id), _ancillary(NULL), _height(height), _width(width), _refs(1) { } in decklink_frame() 55 …cket(avpacket), _codec_id(codec_id), _ancillary(NULL), _height(height), _width(width), _refs(1) { } in decklink_frame() 113 virtual ULONG STDMETHODCALLTYPE AddRef(void) { return ++_refs; } in AddRef() 116 int ret = --_refs; in Release() 136 std::atomic<int> _refs; member in decklink_frame
|
D | decklink_dec.cpp | 111 decklink_allocator(): _refs(1) { } in decklink_allocator() 133 virtual ULONG STDMETHODCALLTYPE AddRef(void) { return ++_refs; } in AddRef() 136 int ret = --_refs; in Release() 143 std::atomic<int> _refs; member in decklink_allocator 704 std::atomic<int> _refs; member in decklink_input_callback 712 decklink_input_callback::decklink_input_callback(AVFormatContext *_avctx) : _refs(1) in decklink_input_callback() 727 return ++_refs; in AddRef() 732 int ret = --_refs; in Release()
|