stream_           267 3rdparty/libjasper/jas_image.c     if (!(newcmpt->stream_ = jas_stream_memopen(0, 0))) {
stream_           270 3rdparty/libjasper/jas_image.c     if (jas_stream_seek(cmpt->stream_, 0, SEEK_SET)) {
stream_           273 3rdparty/libjasper/jas_image.c     if (jas_stream_copy(newcmpt->stream_, cmpt->stream_, -1)) {
stream_           276 3rdparty/libjasper/jas_image.c     if (jas_stream_seek(newcmpt->stream_, 0, SEEK_SET)) {
stream_           318 3rdparty/libjasper/jas_image.c     cmpt->stream_ = 0;
stream_           322 3rdparty/libjasper/jas_image.c     cmpt->stream_ = (inmem) ? jas_stream_memopen(0, size) : jas_stream_tmpfile();
stream_           323 3rdparty/libjasper/jas_image.c     if (!cmpt->stream_) {
stream_           330 3rdparty/libjasper/jas_image.c     if (jas_stream_seek(cmpt->stream_, size - 1, SEEK_SET) < 0 ||
stream_           331 3rdparty/libjasper/jas_image.c       jas_stream_putc(cmpt->stream_, 0) == EOF ||
stream_           332 3rdparty/libjasper/jas_image.c       jas_stream_seek(cmpt->stream_, 0, SEEK_SET) < 0) {
stream_           342 3rdparty/libjasper/jas_image.c     if (cmpt->stream_) {
stream_           343 3rdparty/libjasper/jas_image.c         jas_stream_close(cmpt->stream_);
stream_           439 3rdparty/libjasper/jas_image.c         if (jas_stream_seek(cmpt->stream_, (cmpt->width_ * (y + i) + x)
stream_           446 3rdparty/libjasper/jas_image.c                 if ((c = jas_stream_getc(cmpt->stream_)) == EOF) {
stream_           490 3rdparty/libjasper/jas_image.c         if (jas_stream_seek(cmpt->stream_, (cmpt->width_ * (y + i) + x)
stream_           498 3rdparty/libjasper/jas_image.c                 if (jas_stream_putc(cmpt->stream_,
stream_           896 3rdparty/libjasper/jas_image.c     if (jas_stream_seek(cmpt->stream_, (cmpt->width_ * y + x) * cmpt->cps_,
stream_           902 3rdparty/libjasper/jas_image.c         if ((c = jas_stream_getc(cmpt->stream_)) == EOF) {
stream_           920 3rdparty/libjasper/jas_image.c     if (jas_stream_seek(cmpt->stream_, (cmpt->width_ * y + x) * cmpt->cps_,
stream_           927 3rdparty/libjasper/jas_image.c         if (jas_stream_putc(cmpt->stream_, (unsigned char) c) == EOF) {
stream_           986 3rdparty/libjasper/jas_image.c         if (jas_stream_seek(cmpt->stream_, (cmpt->width_ * (y + i) + x)
stream_           990 3rdparty/libjasper/jas_image.c             if (getint(cmpt->stream_, cmpt->sgnd_, cmpt->prec_, &v))
stream_          1021 3rdparty/libjasper/jas_image.c         if (jas_stream_seek(cmpt->stream_, (cmpt->width_ * (y + i) + x)
stream_          1026 3rdparty/libjasper/jas_image.c             if (putint(cmpt->stream_, cmpt->sgnd_, cmpt->prec_, v))
stream_          1086 3rdparty/libjasper/jas_image.c     jas_stream_rewind(newcmpt->stream_);
stream_          1118 3rdparty/libjasper/jas_image.c             if (jas_stream_seek(oldcmpt->stream_, oldcmpt->cps_ *
stream_          1121 3rdparty/libjasper/jas_image.c             if (getint(oldcmpt->stream_, oldcmpt->sgnd_,
stream_          1129 3rdparty/libjasper/jas_image.c             if (putint(newcmpt->stream_, newcmpt->sgnd_,
stream_           170 3rdparty/libjasper/jasper/jas_image.h     jas_stream_t *stream_;
stream_           114 3rdparty/libjasper/jpc_bs.c     bitstream->stream_ = stream;
stream_           137 3rdparty/libjasper/jpc_bs.c     if (!(bitstream->flags_ & JPC_BITSTREAM_NOCLOSE) && bitstream->stream_) {
stream_           138 3rdparty/libjasper/jpc_bs.c         if (jas_stream_close(bitstream->stream_)) {
stream_           141 3rdparty/libjasper/jpc_bs.c         bitstream->stream_ = 0;
stream_           158 3rdparty/libjasper/jpc_bs.c     bitstream->stream_ = 0;
stream_           257 3rdparty/libjasper/jpc_bs.c     if ((c = jas_stream_getc((bitstream)->stream_)) == EOF) {
stream_           432 3rdparty/libjasper/jpc_bs.c         if (jas_stream_putc(bitstream->stream_, bitstream->buf_ & 0xff) == EOF) {
stream_           124 3rdparty/libjasper/jpc_bs.h     jas_stream_t *stream_;
stream_           226 3rdparty/libjasper/jpc_bs.h       (jas_stream_putc((bitstream)->stream_, (bitstream)->buf_ >> 8) == EOF) \
stream_           298 modules/core/src/cuda_stream.cpp cv::cuda::Stream::Impl::Impl(cudaStream_t stream_) : stream(stream_)
stream_           543 modules/core/src/cuda_stream.cpp         cudaStream_t stream_;
stream_           548 modules/core/src/cuda_stream.cpp     StackAllocator::StackAllocator(cudaStream_t stream) : stream_(stream), memStack_(0)
stream_           561 modules/core/src/cuda_stream.cpp         cudaStreamSynchronize(stream_);
stream_           202 modules/core/src/opengl.cpp         cudaStream_t stream_;
stream_           208 modules/core/src/opengl.cpp             cudaSafeCall( cudaGraphicsMapResources(1, resource_, stream_) );
stream_           214 modules/core/src/opengl.cpp             cudaGraphicsUnmapResources(1, resource_, stream_);
stream_            99 modules/cudacodec/src/ffmpeg_video_source.cpp     stream_(0)
stream_           108 modules/cudacodec/src/ffmpeg_video_source.cpp     stream_ = create_InputMediaStream_FFMPEG_p(fname.c_str(), &codec, &chroma_format, &width, &height);
stream_           109 modules/cudacodec/src/ffmpeg_video_source.cpp     if (!stream_)
stream_           120 modules/cudacodec/src/ffmpeg_video_source.cpp     if (stream_)
stream_           121 modules/cudacodec/src/ffmpeg_video_source.cpp         release_InputMediaStream_FFMPEG_p(stream_);
stream_           133 modules/cudacodec/src/ffmpeg_video_source.cpp     int res = read_InputMediaStream_FFMPEG_p(stream_, data, size, &endOfFile);
stream_            66 modules/cudacodec/src/ffmpeg_video_source.hpp     InputMediaStream_FFMPEG* stream_;
stream_           715 modules/cudacodec/src/video_writer.cpp         struct OutputMediaStream_FFMPEG* stream_;
stream_           768 modules/cudacodec/src/video_writer.cpp         stream_(0), isKeyFrame_(false)
stream_           775 modules/cudacodec/src/video_writer.cpp         stream_ = create_OutputMediaStream_FFMPEG_p(fileName.c_str(), frameSize.width, frameSize.height, fps);
stream_           776 modules/cudacodec/src/video_writer.cpp         CV_Assert( stream_ != 0 );
stream_           781 modules/cudacodec/src/video_writer.cpp         release_OutputMediaStream_FFMPEG_p(stream_);
stream_           792 modules/cudacodec/src/video_writer.cpp         write_OutputMediaStream_FFMPEG_p(stream_, data, size, isKeyFrame_);