/foundation/multimedia/histreamer/tests/st/ |
D | test_std_stream_player.h | 35 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/ |
D | test_player.hpp | 36 STREAM = 1 enumerator 44 type_(TestSourceType::STREAM), seekable_(seekable) {} in TestSource()
|
D | std_player.cpp | 99 case TestSourceType::STREAM: in CreateTestSource() 119 } else if (source.type_ == TestSourceType::STREAM) { in SetSource()
|
/foundation/multimedia/histreamer/engine/include/plugin/common/ |
D | plugin_tags.h | 191 STREAM, ///< Stream protocol, uri prefix: "stream://" enumerator
|
/foundation/multimedia/av_codec/services/engine/source/hst_releated/ |
D | plugin_tags.h | 195 STREAM, ///< Stream protocol, uri prefix: "stream://" enumerator
|
/foundation/multimedia/histreamer/engine/plugin/plugins/source/stream_source/ |
D | stream_source_plugin.cpp | 36 definition.protocol.emplace_back(ProtocolType::STREAM); in StreamSourceRegister()
|
/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/ |
D | avsession_info.h | 493 STREAM = 6, enumerator
|
/foundation/multimedia/histreamer/engine/plugin/plugins/source/std_stream_source/ |
D | std_stream_source_plugin.cpp | 40 definition.protocol.emplace_back(ProtocolType::STREAM); in StdStreamSourceRegister()
|
/foundation/multimedia/player_framework/services/engine/gstreamer/plugins/sink/audiosink/src/ |
D | gst_audio_server_sink.cpp | 290 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/ |
D | gst_venc_base.cpp | 425 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/ |
D | media_source_filter.cpp | 40 {"stream", ProtocolType::STREAM},
|
/foundation/multimedia/player_framework/services/engine/gstreamer/plugins/source/audiocapture/src/ |
D | gst_audio_capture_src.cpp | 423 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/ |
D | gst_vdec_base.cpp | 672 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()
|