Home
last modified time | relevance | path

Searched refs:EndOfStream (Results 1 – 15 of 15) sorted by relevance

/third_party/openh264/test/api/
DBaseDecoderTest.cpp206 decodeStatus_ = EndOfStream; in DecodeNextFrame()
214 case EndOfStream: { in DecodeNextFrame()
/third_party/openh264/test/
DBaseDecoderTest.h48 EndOfStream, enumerator
DBaseThreadDecoderTest.h29 EndOfStream, enumerator
/third_party/node/test/addons/heap-profiler/
Dbinding.cc13 void EndOfStream() override {} in Test() function
/third_party/node/deps/v8/src/profiler/
Doutput-stream-writer.h82 stream_->EndOfStream();
Dheap-snapshot-generator.cc687 stream->EndOfStream(); in PushHeapObjectsStats()
/third_party/node/deps/v8/src/inspector/
Dv8-heap-profiler-agent-impl.cc90 void EndOfStream() override {} in EndOfStream() function in v8_inspector::__anon412b3d510111::HeapSnapshotOutputStream
126 void EndOfStream() override {} in EndOfStream() function in v8_inspector::__anon412b3d510111::HeapStatsStream
/third_party/node/src/
Dheap_utils.cc229 void EndOfStream() override {} in EndOfStream() function in node::heap::__anon19bbe95d0111::FileOutputStream
284 void EndOfStream() override { in EndOfStream() function in node::heap::__anon19bbe95d0111::HeapSnapshotStream
Djs_native_api_v8.cc208 void EndOfStream() override { in EndOfStream() function in v8impl::__anon2b44a5f80211::OutputStream
/third_party/lame/dshow/
DMpegac.h119 HRESULT EndOfStream();
DMpegac.cpp531 HRESULT CMpegAudEnc::EndOfStream() in EndOfStream() function in CMpegAudEnc
566 return CTransformFilter::EndOfStream(); in EndOfStream()
/third_party/ffmpeg/libavdevice/
Ddshow_pin.c227 SETVTBL(vtbl, pin, EndOfStream); in ff_dshow_pin_Setup()
/third_party/node/deps/v8/include/
Dv8-profiler.h189 virtual void EndOfStream() = 0;
/third_party/node/deps/v8/src/runtime/
Druntime-test.cc987 void EndOfStream() override { os_.close(); } in EndOfStream() function in v8::internal::FileOutputStream
/third_party/protobuf/python/google/protobuf/internal/
Dreflection_test.py118 def EndOfStream(self): member in _MiniDecoder
2969 self.assertTrue(d.EndOfStream())