Home
last modified time | relevance | path

Searched refs:end_of_stream (Results 1 – 25 of 1222) sorted by relevance

12345678910>>...49

/dports/www/chromium-legacy/chromium-88.0.4324.182/media/base/
H A Ddecoder_buffer.h99 DCHECK(!end_of_stream()); in timestamp()
108 DCHECK(!end_of_stream()); in duration()
113 DCHECK(!end_of_stream()); in set_duration()
121 DCHECK(!end_of_stream()); in data()
131 DCHECK(!end_of_stream()); in writable_data()
138 DCHECK(!end_of_stream()); in data_size()
143 DCHECK(!end_of_stream()); in side_data()
148 DCHECK(!end_of_stream()); in side_data_size()
154 DCHECK(!end_of_stream()); in discard_padding()
159 DCHECK(!end_of_stream()); in set_discard_padding()
[all …]
H A Ddata_buffer.h47 DCHECK(!end_of_stream()); in timestamp()
52 DCHECK(!end_of_stream()); in set_timestamp()
57 DCHECK(!end_of_stream()); in duration()
62 DCHECK(!end_of_stream()); in set_duration()
67 DCHECK(!end_of_stream()); in data()
72 DCHECK(!end_of_stream()); in writable_data()
80 DCHECK(!end_of_stream()); in data_size()
85 DCHECK(!end_of_stream()); in set_data_size()
91 bool end_of_stream() const { return data_ == NULL; } in end_of_stream() function
H A Ddecoder_buffer_unittest.cc25 EXPECT_FALSE(buffer->end_of_stream()); in TEST()
36 EXPECT_TRUE(buffer->end_of_stream()); in TEST()
49 EXPECT_FALSE(buffer2->end_of_stream()); in TEST()
62 EXPECT_FALSE(buffer3->end_of_stream()); in TEST()
77 EXPECT_FALSE(buffer->end_of_stream()); in TEST()
97 EXPECT_FALSE(buffer->end_of_stream()); in TEST()
119 EXPECT_FALSE(buffer->end_of_stream()); in TEST()
152 EXPECT_FALSE(buffer->end_of_stream()); in TEST()
172 EXPECT_FALSE(buffer->end_of_stream()); in TEST()
203 EXPECT_FALSE(buffer->end_of_stream()); in TEST()
H A Ddata_buffer_unittest.cc24 EXPECT_FALSE(buffer->end_of_stream()); in TEST()
33 EXPECT_FALSE(buffer->end_of_stream()); in TEST()
47 EXPECT_FALSE(buffer->end_of_stream()); in TEST()
57 EXPECT_FALSE(buffer->end_of_stream()); in TEST()
67 EXPECT_TRUE(buffer->end_of_stream()); in TEST()
117 EXPECT_FALSE(buffer->end_of_stream()); in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/base/
H A Ddecoder_buffer.h99 DCHECK(!end_of_stream()); in timestamp()
108 DCHECK(!end_of_stream()); in duration()
113 DCHECK(!end_of_stream()); in set_duration()
121 DCHECK(!end_of_stream()); in data()
131 DCHECK(!end_of_stream()); in writable_data()
138 DCHECK(!end_of_stream()); in data_size()
143 DCHECK(!end_of_stream()); in side_data()
148 DCHECK(!end_of_stream()); in side_data_size()
154 DCHECK(!end_of_stream()); in discard_padding()
159 DCHECK(!end_of_stream()); in set_discard_padding()
[all …]
H A Ddata_buffer.h47 DCHECK(!end_of_stream()); in timestamp()
52 DCHECK(!end_of_stream()); in set_timestamp()
57 DCHECK(!end_of_stream()); in duration()
62 DCHECK(!end_of_stream()); in set_duration()
67 DCHECK(!end_of_stream()); in data()
72 DCHECK(!end_of_stream()); in writable_data()
80 DCHECK(!end_of_stream()); in data_size()
85 DCHECK(!end_of_stream()); in set_data_size()
91 bool end_of_stream() const { return data_ == NULL; } in end_of_stream() function
H A Ddecoder_buffer_unittest.cc25 EXPECT_FALSE(buffer->end_of_stream()); in TEST()
36 EXPECT_TRUE(buffer->end_of_stream()); in TEST()
49 EXPECT_FALSE(buffer2->end_of_stream()); in TEST()
62 EXPECT_FALSE(buffer3->end_of_stream()); in TEST()
77 EXPECT_FALSE(buffer->end_of_stream()); in TEST()
97 EXPECT_FALSE(buffer->end_of_stream()); in TEST()
119 EXPECT_FALSE(buffer->end_of_stream()); in TEST()
152 EXPECT_FALSE(buffer->end_of_stream()); in TEST()
172 EXPECT_FALSE(buffer->end_of_stream()); in TEST()
203 EXPECT_FALSE(buffer->end_of_stream()); in TEST()
H A Ddata_buffer_unittest.cc24 EXPECT_FALSE(buffer->end_of_stream()); in TEST()
33 EXPECT_FALSE(buffer->end_of_stream()); in TEST()
47 EXPECT_FALSE(buffer->end_of_stream()); in TEST()
57 EXPECT_FALSE(buffer->end_of_stream()); in TEST()
67 EXPECT_TRUE(buffer->end_of_stream()); in TEST()
117 EXPECT_FALSE(buffer->end_of_stream()); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/media/base/
H A Dcast_decoder_buffer_impl.cc39 DCHECK(!end_of_stream()); in timestamp()
44 DCHECK(!end_of_stream()); in set_timestamp()
49 DCHECK(!end_of_stream()); in data()
54 DCHECK(!end_of_stream()); in writable_data()
59 DCHECK(!end_of_stream()); in data_size()
67 bool CastDecoderBufferImpl::end_of_stream() const { in end_of_stream() function in chromecast::media::CastDecoderBufferImpl
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/filters/
H A Ddemuxer_perftest.cc85 bool* end_of_stream,
116 bool end_of_stream = false; in Read() local
123 &end_of_stream, &timestamp)); in Read()
126 CHECK(end_of_stream || timestamp != media::kNoTimestamp); in Read()
127 end_of_stream_[index] = end_of_stream; in Read()
143 bool* end_of_stream, in OnReadDone() argument
149 *end_of_stream = buffer->end_of_stream(); in OnReadDone()
150 *timestamp = *end_of_stream ? media::kNoTimestamp : buffer->timestamp(); in OnReadDone()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/filters/
H A Ddemuxer_perftest.cc85 bool* end_of_stream,
116 bool end_of_stream = false; in Read() local
123 &end_of_stream, &timestamp)); in Read()
126 CHECK(end_of_stream || timestamp != media::kNoTimestamp); in Read()
127 end_of_stream_[index] = end_of_stream; in Read()
143 bool* end_of_stream, in OnReadDone() argument
149 *end_of_stream = buffer->end_of_stream(); in OnReadDone()
150 *timestamp = *end_of_stream ? media::kNoTimestamp : buffer->timestamp(); in OnReadDone()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/tests/api/
H A Dapi-h264-test.c47 int end_of_stream = 0; in video_decode_example() local
110 if (!end_of_stream) in video_decode_example()
112 end_of_stream = 1; in video_decode_example()
113 if (end_of_stream) { in video_decode_example()
117 if (pkt.stream_index == video_stream || end_of_stream) { in video_decode_example()
142 } while (!end_of_stream || got_frame); in video_decode_example()
H A Dapi-seek-test.c81 int end_of_stream = 0; in compute_crc_of_packets() local
106 if (!end_of_stream) in compute_crc_of_packets()
108 end_of_stream = 1; in compute_crc_of_packets()
109 if (end_of_stream) { in compute_crc_of_packets()
113 if (pkt.stream_index == video_stream || end_of_stream) { in compute_crc_of_packets()
115 if ((pkt.pts == AV_NOPTS_VALUE) && (!end_of_stream)) { in compute_crc_of_packets()
148 … } while ((!end_of_stream || got_frame) && (no_seeking || (fr->pts + fr->pkt_duration <= ts_end))); in compute_crc_of_packets()
H A Dapi-band-test.c81 int end_of_stream = 0; in video_decode() local
160 if (!end_of_stream) { in video_decode()
162 end_of_stream = 1; in video_decode()
165 if (end_of_stream) { in video_decode()
169 if (pkt.stream_index == video_stream || end_of_stream) { in video_decode()
197 } while (!end_of_stream || got_frame); in video_decode()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/tests/api/
H A Dapi-h264-test.c48 int end_of_stream = 0; in video_decode_example() local
111 if (!end_of_stream) in video_decode_example()
113 end_of_stream = 1; in video_decode_example()
114 if (end_of_stream) { in video_decode_example()
118 if (pkt.stream_index == video_stream || end_of_stream) { in video_decode_example()
143 } while (!end_of_stream || got_frame); in video_decode_example()
H A Dapi-seek-test.c81 int end_of_stream = 0; in compute_crc_of_packets() local
106 if (!end_of_stream) in compute_crc_of_packets()
108 end_of_stream = 1; in compute_crc_of_packets()
109 if (end_of_stream) { in compute_crc_of_packets()
113 if (pkt.stream_index == video_stream || end_of_stream) { in compute_crc_of_packets()
115 if ((pkt.pts == AV_NOPTS_VALUE) && (!end_of_stream)) { in compute_crc_of_packets()
148 … } while ((!end_of_stream || got_frame) && (no_seeking || (fr->pts + fr->pkt_duration <= ts_end))); in compute_crc_of_packets()
H A Dapi-band-test.c81 int end_of_stream = 0; in video_decode() local
160 if (!end_of_stream) { in video_decode()
162 end_of_stream = 1; in video_decode()
165 if (end_of_stream) { in video_decode()
169 if (pkt.stream_index == video_stream || end_of_stream) { in video_decode()
197 } while (!end_of_stream || got_frame); in video_decode()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/media/cma/pipeline/
H A Dbackend_decryptor.cc46 if (buffer->end_of_stream()) in Decrypt()
51 buffer->end_of_stream() ? nullptr : buffer->writable_data()); in Decrypt()
79 ready_buffers_.push(buffer->end_of_stream() || !buffer->decrypt_config() in OnDecryptComplete()
83 if (wait_eos_ && buffer->end_of_stream()) { in OnDecryptComplete()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/arc/video_accelerator/
H A Ddecoder_buffer.cc23 bool end_of_stream, in DecoderBuffer() argument
28 end_of_stream(end_of_stream), in DecoderBuffer()
38 if (end_of_stream) in ToMediaDecoderBuffer()
/dports/games/libretro-tyrquake/tyrquake-e76477d/deps/libFLAC/
H A Dogg_decoder_aspect.c65 aspect->end_of_stream = false; in FLAC__ogg_decoder_aspect_init()
92 aspect->end_of_stream = false; in FLAC__ogg_decoder_aspect_flush()
136 while (*bytes < bytes_requested && !aspect->end_of_stream) { in FLAC__ogg_decoder_aspect_read_callback_wrapper()
225 aspect->end_of_stream = true; in FLAC__ogg_decoder_aspect_read_callback_wrapper()
247 if (aspect->end_of_stream && *bytes == 0) { in FLAC__ogg_decoder_aspect_read_callback_wrapper()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/flac-1.3.2/src/libFLAC/
H A Dogg_decoder_aspect.c64 aspect->end_of_stream = false; in FLAC__ogg_decoder_aspect_init()
91 aspect->end_of_stream = false; in FLAC__ogg_decoder_aspect_flush()
135 while (*bytes < bytes_requested && !aspect->end_of_stream) { in FLAC__ogg_decoder_aspect_read_callback_wrapper()
224 aspect->end_of_stream = true; in FLAC__ogg_decoder_aspect_read_callback_wrapper()
246 if (aspect->end_of_stream && *bytes == 0) { in FLAC__ogg_decoder_aspect_read_callback_wrapper()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/libFLAC/
H A Dogg_decoder_aspect.c65 aspect->end_of_stream = false; in FLAC__ogg_decoder_aspect_init()
92 aspect->end_of_stream = false; in FLAC__ogg_decoder_aspect_flush()
136 while (*bytes < bytes_requested && !aspect->end_of_stream) { in FLAC__ogg_decoder_aspect_read_callback_wrapper()
225 aspect->end_of_stream = true; in FLAC__ogg_decoder_aspect_read_callback_wrapper()
247 if (aspect->end_of_stream && *bytes == 0) { in FLAC__ogg_decoder_aspect_read_callback_wrapper()
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/deps/flac-1.3.2/src/libFLAC/
H A Dogg_decoder_aspect.c64 aspect->end_of_stream = false; in FLAC__ogg_decoder_aspect_init()
91 aspect->end_of_stream = false; in FLAC__ogg_decoder_aspect_flush()
135 while (*bytes < bytes_requested && !aspect->end_of_stream) { in FLAC__ogg_decoder_aspect_read_callback_wrapper()
224 aspect->end_of_stream = true; in FLAC__ogg_decoder_aspect_read_callback_wrapper()
246 if (aspect->end_of_stream && *bytes == 0) { in FLAC__ogg_decoder_aspect_read_callback_wrapper()
/dports/audio/flac/flac-1.3.4/src/libFLAC/
H A Dogg_decoder_aspect.c64 aspect->end_of_stream = false; in FLAC__ogg_decoder_aspect_init()
91 aspect->end_of_stream = false; in FLAC__ogg_decoder_aspect_flush()
135 while (*bytes < bytes_requested && !aspect->end_of_stream) { in FLAC__ogg_decoder_aspect_read_callback_wrapper()
224 aspect->end_of_stream = true; in FLAC__ogg_decoder_aspect_read_callback_wrapper()
246 if (aspect->end_of_stream && *bytes == 0) { in FLAC__ogg_decoder_aspect_read_callback_wrapper()
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/flac-1.3.2/src/libFLAC/
H A Dogg_decoder_aspect.c64 aspect->end_of_stream = false; in FLAC__ogg_decoder_aspect_init()
91 aspect->end_of_stream = false; in FLAC__ogg_decoder_aspect_flush()
135 while (*bytes < bytes_requested && !aspect->end_of_stream) { in FLAC__ogg_decoder_aspect_read_callback_wrapper()
224 aspect->end_of_stream = true; in FLAC__ogg_decoder_aspect_read_callback_wrapper()
246 if (aspect->end_of_stream && *bytes == 0) { in FLAC__ogg_decoder_aspect_read_callback_wrapper()

12345678910>>...49