Home
last modified time | relevance | path

Searched refs:STREAM (Results 1 – 13 of 13) sorted by relevance

/foundation/multimedia/histreamer/tests/st/
Dtest_std_stream_player.h35 auto testsrc = TestSource::CreateTestSource(url, TestSourceType::STREAM, in FIXTURE()
49 auto testsrc = TestSource::CreateTestSource(url, TestSourceType::STREAM, in FIXTURE()
/foundation/multimedia/histreamer/tests/st/helper/
Dtest_player.hpp36 STREAM = 1 enumerator
44 type_(TestSourceType::STREAM), seekable_(seekable) {} in TestSource()
Dstd_player.cpp99 case TestSourceType::STREAM: in CreateTestSource()
119 } else if (source.type_ == TestSourceType::STREAM) { in SetSource()
/foundation/multimedia/histreamer/engine/include/plugin/common/
Dplugin_tags.h191 STREAM, ///< Stream protocol, uri prefix: "stream://" enumerator
/foundation/multimedia/av_codec/services/engine/source/hst_releated/
Dplugin_tags.h195 STREAM, ///< Stream protocol, uri prefix: "stream://" enumerator
/foundation/multimedia/histreamer/engine/plugin/plugins/source/stream_source/
Dstream_source_plugin.cpp36 definition.protocol.emplace_back(ProtocolType::STREAM); in StreamSourceRegister()
/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/
Davsession_info.h493 STREAM = 6, enumerator
/foundation/multimedia/histreamer/engine/plugin/plugins/source/std_stream_source/
Dstd_stream_source_plugin.cpp40 definition.protocol.emplace_back(ProtocolType::STREAM); in StdStreamSourceRegister()
/foundation/multimedia/player_framework/services/engine/gstreamer/plugins/sink/audiosink/src/
Dgst_audio_server_sink.cpp290 GST_ELEMENT_ERROR(sink, STREAM, FAILED, (NULL), ("audio render error: %s", errMsg.c_str())); in gst_audio_server_sink_error_callback()
625 GST_ELEMENT_ERROR(sink, STREAM, FAILED, in gst_audio_server_sink_change_state()
/foundation/multimedia/player_framework/services/engine/gstreamer/plugins/codec/common/venc/
Dgst_venc_base.cpp425 GST_ELEMENT_ERROR(encoder, STREAM, ENCODE, ("hardware encoder error!"), ("%s", error_name)); in gst_codec_return_is_ok()
727 GST_ELEMENT_WARNING(self, STREAM, ENCODE, ("Hardware encoder error!"), ("pull")); in gst_venc_base_handle_frame()
841 GST_ELEMENT_WARNING(self, STREAM, ENCODE, ("Hardware encoder error!"), ("pull")); in gst_venc_base_loop()
/foundation/multimedia/histreamer/engine/pipeline/filters/source/media_source/
Dmedia_source_filter.cpp40 {"stream", ProtocolType::STREAM},
/foundation/multimedia/player_framework/services/engine/gstreamer/plugins/source/audiocapture/src/
Dgst_audio_capture_src.cpp423 GST_ELEMENT_ERROR (src, STREAM, FAILED, ("Input stream error, return null."), in gst_audio_capture_src_create()
/foundation/multimedia/player_framework/services/engine/gstreamer/plugins/codec/common/vdec/
Dgst_vdec_base.cpp672 GST_ELEMENT_ERROR(decoder, STREAM, DECODE, ("hardware decoder error!"), ("%s", error_name)); in gst_codec_return_is_ok()
1178 GST_ELEMENT_WARNING(self, STREAM, ENCODE, ("Hardware encoder error!"), ("pull")); in gst_vdec_base_push_input_buffer()
1472 … GST_ELEMENT_ERROR(self, STREAM, DECODE, ("hardware decoder error!"), ("%s", "acquire buffer")); in gst_vdec_base_push_out_buffers()
1522 GST_ELEMENT_WARNING(self, STREAM, DECODE, ("Hardware decoder error!"), ("pull")); in gst_vdec_base_loop()