Home
last modified time | relevance | path

Searched defs:input_adapter (Results 1 – 5 of 5) sorted by relevance

/third_party/json/include/nlohmann/detail/input/
Dinput_adapters.hpp367 typename iterator_input_adapter_factory<IteratorType>::adapter_type input_adapter(IteratorType firs… in input_adapter() function
375 auto input_adapter(const ContainerType& container) -> decltype(input_adapter(begin(container), end(… in input_adapter() function
385 inline file_input_adapter input_adapter(std::FILE* file) in input_adapter() function
390 inline input_stream_adapter input_adapter(std::istream& stream) in input_adapter() function
395 inline input_stream_adapter input_adapter(std::istream&& stream) in input_adapter() function
410 contiguous_bytes_input_adapter input_adapter(CharT b) in input_adapter() function
418 auto input_adapter(T (&array)[N]) -> decltype(input_adapter(array, array + N)) in input_adapter() function
/third_party/gstreamer/gstplugins_bad/gst/inter/
Dgstinteraudiosink.h44 GstAdapter *input_adapter; member
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/adaptivedemux/
Dgstadaptivedemux.c189 GstAdapter *input_adapter; /* protected by manifest_lock */ member
/third_party/json/single_include/nlohmann/
Djson.hpp5088 typename iterator_input_adapter_factory<IteratorType>::adapter_type input_adapter(IteratorType firs… in input_adapter() function
5096 auto input_adapter(const ContainerType& container) -> decltype(input_adapter(begin(container), end(… in input_adapter() function
5106 inline file_input_adapter input_adapter(std::FILE* file) in input_adapter() function
5111 inline input_stream_adapter input_adapter(std::istream& stream) in input_adapter() function
5116 inline input_stream_adapter input_adapter(std::istream&& stream) in input_adapter() function
5131 contiguous_bytes_input_adapter input_adapter(CharT b) in input_adapter() function
5139 auto input_adapter(T (&array)[N]) -> decltype(input_adapter(array, array + N)) in input_adapter() function
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideodecoder.c343 GstAdapter *input_adapter; member