Home
last modified time | relevance | path

Searched refs:Stream (Results 1 – 25 of 135) sorted by relevance

123456

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/sequence/io/detail/
H A Dmanip.hpp23 #define FUSION_STRING_OF_STREAM(Stream) \ argument
25 FUSION_GET_CHAR_TYPE(Stream) \
26 , FUSION_GET_TRAITS_TYPE(Stream) \
46 template <typename Stream, typename Tag, typename T>
65 static void attach(Stream& stream, T const& data) in attach()
72 static T const* get(Stream& stream) in get()
78 template <typename Tag, typename Stream>
83 typedef FUSION_STRING_OF_STREAM(Stream) string_type;
85 typedef stream_data<Stream, Tag, string_type> stream_data_t;
87 string_ios_manip(Stream& str_) in string_ios_manip()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dcuda.hpp178 void upload(InputArray arr, Stream& stream);
195 void download(OutputArray dst, Stream& stream) const;
204 void copyTo(OutputArray dst, Stream& stream) const;
210 void copyTo(OutputArray dst, InputArray mask, Stream& stream) const;
216 GpuMat& setTo(Scalar s, Stream& stream);
222 GpuMat& setTo(Scalar s, InputArray mask, Stream& stream);
228 void convertTo(OutputArray dst, int rtype, Stream& stream) const;
234 void convertTo(OutputArray dst, int rtype, double alpha, Stream& stream) const;
237 void convertTo(OutputArray dst, int rtype, double alpha, double beta, Stream& stream) const;
486 explicit BufferPool(Stream& stream);
[all …]
H A Dcuda.inl.hpp164 copyTo(dst, mask, Stream::Null()); in copyTo()
170 return setTo(s, Stream::Null()); in setTo()
176 return setTo(s, mask, Stream::Null()); in setTo()
182 convertTo(dst, rtype, Stream::Null()); in convertTo()
188 convertTo(dst, rtype, alpha, beta, Stream::Null()); in convertTo()
192 void GpuMat::convertTo(OutputArray dst, int rtype, double alpha, Stream& stream) const in convertTo()
538 Stream::Stream(const Ptr<Impl>& impl) in Stream() function in cv::cuda::Stream
H A Dcuda_stream_accessor.hpp69 CV_EXPORTS static cudaStream_t getStream(const Stream& stream);
70 CV_EXPORTS static Stream wrapStream(cudaStream_t stream);
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dcuda.hpp178 void upload(InputArray arr, Stream& stream);
195 void download(OutputArray dst, Stream& stream) const;
204 void copyTo(OutputArray dst, Stream& stream) const;
210 void copyTo(OutputArray dst, InputArray mask, Stream& stream) const;
216 GpuMat& setTo(Scalar s, Stream& stream);
222 GpuMat& setTo(Scalar s, InputArray mask, Stream& stream);
228 void convertTo(OutputArray dst, int rtype, Stream& stream) const;
234 void convertTo(OutputArray dst, int rtype, double alpha, Stream& stream) const;
237 void convertTo(OutputArray dst, int rtype, double alpha, double beta, Stream& stream) const;
486 explicit BufferPool(Stream& stream);
[all …]
H A Dcuda.inl.hpp164 copyTo(dst, mask, Stream::Null()); in copyTo()
170 return setTo(s, Stream::Null()); in setTo()
176 return setTo(s, mask, Stream::Null()); in setTo()
182 convertTo(dst, rtype, Stream::Null()); in convertTo()
188 convertTo(dst, rtype, alpha, beta, Stream::Null()); in convertTo()
192 void GpuMat::convertTo(OutputArray dst, int rtype, double alpha, Stream& stream) const in convertTo()
538 Stream::Stream(const Ptr<Impl>& impl) in Stream() function in cv::cuda::Stream
H A Dcuda_stream_accessor.hpp69 CV_EXPORTS static cudaStream_t getStream(const Stream& stream);
70 CV_EXPORTS static Stream wrapStream(cudaStream_t stream);
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dcuda.hpp178 void upload(InputArray arr, Stream& stream);
195 void download(OutputArray dst, Stream& stream) const;
204 void copyTo(OutputArray dst, Stream& stream) const;
210 void copyTo(OutputArray dst, InputArray mask, Stream& stream) const;
216 GpuMat& setTo(Scalar s, Stream& stream);
222 GpuMat& setTo(Scalar s, InputArray mask, Stream& stream);
228 void convertTo(OutputArray dst, int rtype, Stream& stream) const;
234 void convertTo(OutputArray dst, int rtype, double alpha, Stream& stream) const;
237 void convertTo(OutputArray dst, int rtype, double alpha, double beta, Stream& stream) const;
486 explicit BufferPool(Stream& stream);
[all …]
H A Dcuda.inl.hpp164 copyTo(dst, mask, Stream::Null()); in copyTo()
170 return setTo(s, Stream::Null()); in setTo()
176 return setTo(s, mask, Stream::Null()); in setTo()
182 convertTo(dst, rtype, Stream::Null()); in convertTo()
188 convertTo(dst, rtype, alpha, beta, Stream::Null()); in convertTo()
192 void GpuMat::convertTo(OutputArray dst, int rtype, double alpha, Stream& stream) const in convertTo()
538 Stream::Stream(const Ptr<Impl>& impl) in Stream() function in cv::cuda::Stream
H A Dcuda_stream_accessor.hpp69 CV_EXPORTS static cudaStream_t getStream(const Stream& stream);
70 CV_EXPORTS static Stream wrapStream(cudaStream_t stream);
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dmp3.c204 struct mad_stream Stream; member
280 remaining = p->Stream.bufend - p->Stream.next_frame; in sox_mp3_input()
292 memmove(p->mp3_buffer, p->Stream.next_frame, remaining); in sox_mp3_input()
301 p->mad_stream_buffer(&p->Stream, p->mp3_buffer, bytes_read+remaining); in sox_mp3_input()
302 p->Stream.error = 0; in sox_mp3_input()
330 remaining = p->Stream.bufend - p->Stream.next_frame; in sox_mp3_inputtag()
331 if ((tagsize = tagtype(p->Stream.this_frame, remaining))) in sox_mp3_inputtag()
333 p->mad_stream_skip(&p->Stream, tagsize); in sox_mp3_inputtag()
341 p->mad_stream_sync(&p->Stream); in sox_mp3_inputtag()
349 struct mad_bitptr *anc = &p->Stream.anc_ptr; in sox_mp3_vbrtag()
[all …]
/OK3568_Linux_fs/buildroot/package/sconeserver/
H A D0001-sconex-Descriptor.cpp-fix-build-with-gcc-11.patch11 Descriptor.cpp: In member function 'void scx::Descriptor::add_stream(scx::Stream*)':
12 Descriptor.cpp:150:22: error: ordered comparison of pointer with integer zero ('scx::Stream*' and '…
16 Descriptor.cpp: In member function 'bool scx::Descriptor::remove_stream(scx::Stream*)':
17 Descriptor.cpp:204:22: error: ordered comparison of pointer with integer zero ('scx::Stream*' and '…
36 void Descriptor::add_stream(Stream* stream)
43 @@ -201,7 +201,7 @@ void Descriptor::add_stream_after(Stream* stream,const Stream* after)
45 bool Descriptor::remove_stream(Stream* stream)
50 std::list<Stream*>::iterator it = m_streams.begin();
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/photo/
H A Dcuda.hpp72 Stream& stream = Stream::Null());
99 Stream& stream = Stream::Null());
126 Stream& stream = Stream::Null());
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Dstream.h72 template<typename Stream>
83 template<typename Stream>
84 inline void PutReserve(Stream& stream, size_t count) { in PutReserve()
90 template<typename Stream>
91 inline void PutUnsafe(Stream& stream, typename Stream::Ch c) { in PutUnsafe()
96 template<typename Stream, typename Ch>
97 inline void PutN(Stream& stream, Ch c, size_t n) { in PutN()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dsystem.h83 # define putc(C, Stream) putc_unlocked (C, Stream) argument
91 # define getc(Stream) getc_unlocked (Stream) argument
99 # define fputc(C, Stream) fputc_unlocked (C, Stream) argument
108 # define clearerr(Stream) clearerr_unlocked (Stream) argument
115 # define feof(Stream) feof_unlocked (Stream) argument
122 # define fileno(Stream) fileno_unlocked (Stream) argument
129 # define fflush(Stream) fflush_unlocked (Stream) argument
136 # define fgetc(Stream) fgetc_unlocked (Stream) argument
143 # define fgets(S, n, Stream) fgets_unlocked (S, n, Stream) argument
150 # define fputs(String, Stream) fputs_unlocked (String, Stream) argument
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dsystem.h83 # define putc(C, Stream) putc_unlocked (C, Stream) argument
91 # define getc(Stream) getc_unlocked (Stream) argument
99 # define fputc(C, Stream) fputc_unlocked (C, Stream) argument
108 # define clearerr(Stream) clearerr_unlocked (Stream) argument
115 # define feof(Stream) feof_unlocked (Stream) argument
122 # define fileno(Stream) fileno_unlocked (Stream) argument
129 # define fflush(Stream) fflush_unlocked (Stream) argument
136 # define fgetc(Stream) fgetc_unlocked (Stream) argument
143 # define fgets(S, n, Stream) fgets_unlocked (S, n, Stream) argument
150 # define fputs(String, Stream) fputs_unlocked (String, Stream) argument
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/axis-fifo/
H A DKconfig3 # "Xilinx AXI-Stream FIFO IP core driver"
6 tristate "Xilinx AXI-Stream FIFO IP core driver"
9 This adds support for the Xilinx AXI-Stream FIFO IP core driver.
11 interface. The Xilinx AXI-Stream FIFO IP core can be used to interface
H A Daxis-fifo.txt1 Xilinx AXI-Stream FIFO v4.1 IP core
3 This IP core has read and write AXI-Stream FIFOs, the contents of which can
28 - xlnx,axis-tdest-width: AXI-Stream TDEST width (ignored by the driver)
29 - xlnx,axis-tid-width: AXI-Stream TID width (ignored by the driver)
30 - xlnx,axis-tuser-width: AXI-Stream TUSER width (ignored by the driver)
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/misc/
H A Dxlnx,sd-fec.txt16 - "s_axis_din_aclk", DIN AXI4-Stream Slave interface clock (optional)
17 - "s_axis_din_words-aclk", DIN_WORDS AXI4-Stream Slave interface clock (optional)
18 - "s_axis_ctrl_aclk", Control input AXI4-Stream Slave interface clock (optional)
19 - "m_axis_dout_aclk", DOUT AXI4-Stream Master interface clock (optional)
20 - "m_axis_dout_words_aclk", DOUT_WORDS AXI4-Stream Master interface clock (optional)
21 - "m_axis_status_aclk", Status output AXI4-Stream Master interface clock (optional)
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/
H A Dcdns,csi2rx.txt31 1 Stream 0 output
32 2 Stream 1 output
33 3 Stream 2 output
34 4 Stream 3 output
H A Dcdns,csi2tx.txt31 1 Stream 0 input
32 2 Stream 1 input
33 3 Stream 2 input
34 4 Stream 3 input
/OK3568_Linux_fs/buildroot/package/perl-stream-buffered/
H A Dperl-stream-buffered.mk8 PERL_STREAM_BUFFERED_SOURCE = Stream-Buffered-$(PERL_STREAM_BUFFERED_VERSION).tar.gz
12 PERL_STREAM_BUFFERED_DISTNAME = Stream-Buffered
H A Dperl-stream-buffered.hash2 md5 b030fecaa784cd573289ae797c7aeae9 Stream-Buffered-0.03.tar.gz
3 sha256 9b2d4390b5de6b0cf4558e4ad04317a73c5e13dd19af29149c4e47c37fb2423b Stream-Buffered-0.03.tar.…
/OK3568_Linux_fs/kernel/Documentation/driver-api/soundwire/
H A Dstream.rst2 Audio Stream in SoundWire
22 Stream Sample in memory (System memory, DSP memory or FIFOs) ::
28 Example 1: Stereo Stream with L and R channels is rendered from Master to
41 Example 2: Stereo Stream with L and R channels is captured from Slave to
55 Example 3: Stereo Stream with L and R channels is rendered by Master. Each
78 Example 4: Stereo Stream with L and R channels is rendered by
104 Example 5: Stereo Stream with L and R channel is rendered by two different
129 Example 6: Stereo Stream with L and R channel is rendered by 2 Masters, each
151 Example 7: Stereo Stream with L and R channel is rendered by 2
174 Example 8: 4-channel Stream is rendered by 2 Masters, each rendering a
[all …]
/OK3568_Linux_fs/buildroot/package/tstools/
H A DConfig.in14 Transport Stream (TS) is typically used for distribution of
15 cable and satellite data. Program Stream (PS) is typically

123456