Home
last modified time | relevance | path

Searched refs:gcs_stream (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/gs/
Dgstgssink.cpp123 std::unique_ptr<GSWriteStream> gcs_stream; member
357 sink->gcs_stream = nullptr; in gst_gs_sink_init()
378 sink->gcs_stream = nullptr; in gst_gs_sink_finalize()
576 sink->gcs_stream = nullptr; in gst_gs_sink_stop()
742 gcs::ObjectWriteStream gcs_stream = sink->gcs_client->WriteObject( in gst_gs_sink_write_buffer() local
745 gcs_stream.write(reinterpret_cast<const char*>(map.data), map.size); in gst_gs_sink_write_buffer()
746 if (gcs_stream.fail()) { in gst_gs_sink_write_buffer()
749 gcs_stream.Close(); in gst_gs_sink_write_buffer()
773 if (!sink->gcs_stream) { in gst_gs_sink_write_buffer()
775 sink->gcs_stream = std::make_unique<GSWriteStream>( in gst_gs_sink_write_buffer()
[all …]
Dgstgssrc.cpp80 std::unique_ptr<GSReadStream> gcs_stream; member
209 src->gcs_stream = nullptr; in gst_gs_src_init()
409 gcs::ObjectReadStream& stream = src->gcs_stream->stream(); in gst_gs_read_stream()
418 src->gcs_stream = std::make_unique<GSReadStream>(src, offset); in gst_gs_read_stream()
440 src->gcs_stream = std::make_unique<GSReadStream>(src, offset); in gst_gs_src_fill()
558 src->gcs_stream = std::make_unique<GSReadStream>(src); in gst_gs_src_start()
566 src->gcs_stream = nullptr; in gst_gs_src_stop()