Home
last modified time | relevance | path

Searched +defs:stream +defs:sample (Results 1 – 23 of 23) sorted by relevance

/third_party/boost/libs/beast/test/doc/
Dcore_3_timeouts.cpp53 tcp_stream stream(ioc); in core_3_timeouts_snippets() local
65 tcp_stream stream(resolver.get_executor()); in core_3_timeouts_snippets() local
74 tcp_stream stream(net::make_strand(ioc)); in core_3_timeouts_snippets() local
131 tcp_stream stream(std::move(s)); in core_3_timeouts_snippets() local
136 tcp_stream stream(ioc); in core_3_timeouts_snippets() local
172 tcp_stream stream(ioc); in core_3_timeouts_snippets() local
208 basic_stream<net::ip::tcp, net::any_io_executor, simple_rate_policy> stream(ioc); in core_3_timeouts_snippets() local
230 void do_async_echo (basic_stream<Protocol, Executor>& stream) in do_async_echo()
236 basic_stream<Protocol, Executor>& stream; in do_async_echo() member
315 ssl_stream<tcp_stream> stream(ioc, ctx); in https_get() local
[all …]
/third_party/skia/tools/skpbench/
Dskpbench.cpp171 std::unique_ptr<SkStreamAsset> stream = SkStream::MakeFromFile(path.c_str()); in MakeFromFile() local
212 Sample* sample, SkTaskGroup* recordingTaskGroup, SkTaskGroup* gpuTaskGroup, in ddl_sample()
305 Sample& sample = samples->back(); in run_ddl_benchmark() local
362 Sample& sample = samples->back(); in run_benchmark() local
406 Sample& sample = samples->back(); in run_gpu_time_benchmark() local
452 for (const Sample& sample : samples) { in print_result() local
461 for (const Sample& sample : samples) { in print_result() local
702 static sk_sp<SkPicture> create_skp_from_svg(SkStream* stream, const char* filename) { in create_skp_from_svg()
/third_party/flutter/skia/tools/skpbench/
Dskpbench.cpp160 std::unique_ptr<SkStreamAsset> stream = SkStream::MakeFromFile(path.c_str()); in MakeFromFile() local
199 static void ddl_sample(GrContext* context, DDLTileHelper* tiles, GpuSync* gpuSync, Sample* sample, in ddl_sample()
258 Sample& sample = samples->back(); in run_ddl_benchmark() local
291 Sample& sample = samples->back(); in run_benchmark() local
331 Sample& sample = samples->back(); in run_gpu_time_benchmark() local
372 for (const Sample& sample : samples) { in print_result() local
593 static sk_sp<SkPicture> create_skp_from_svg(SkStream* stream, const char* filename) { in create_skp_from_svg()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dadaptive_demux_engine.c41 GstAdaptiveDemuxTestOutputStream *stream = in adaptive_demux_engine_stream_state_finalize() local
79 GstAdaptiveDemuxTestOutputStream *stream; in getTestOutputDataByPad() local
98 GstAdaptiveDemuxTestOutputStream *stream; in getTestOutputDataByName() local
119 GstSample *sample; in on_appSinkNewSample() local
178 GstAdaptiveDemuxTestOutputStream *stream = NULL; in on_appsink_event() local
207 GstAdaptiveDemuxTestOutputStream *stream = NULL; in on_demux_sent_data() local
230 GstAdaptiveDemuxTestOutputStream *stream = NULL; in on_demux_sent_event() local
253 GstAdaptiveDemuxTestOutputStream *stream = NULL; in on_demuxReceivesEvent() local
284 GstAdaptiveDemuxTestOutputStream *stream = NULL; in on_demuxElementAdded() local
330 GstAdaptiveDemuxTestOutputStream *stream; in on_demuxNewPad() local
[all …]
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux.c126 #define QTSTREAMTIME_TO_GSTTIME(stream, value) (gst_util_uint64_scale((value), GST_SECOND, (stream)… argument
127 #define GSTTIME_TO_QTSTREAMTIME(stream, value) (gst_util_uint64_scale((value), (stream)->timescale,… argument
133 #define QTSAMPLE_DTS(stream,sample) (QTSTREAMTIME_TO_GSTTIME((stream), (sample)->timestamp)) argument
135 #define QTSAMPLE_PTS(stream,sample) (QTSTREAMTIME_TO_GSTTIME((stream), (sample)->timestamp + (strea… argument
137 #define QTSAMPLE_PTS_NO_CSLG(stream,sample) (QTSTREAMTIME_TO_GSTTIME((stream), (sample)->timestamp … argument
139 #define QTSAMPLE_DUR_DTS(stream, sample, dts) (QTSTREAMTIME_TO_GSTTIME ((stream), (sample)->timesta… argument
141 #define QTSAMPLE_KEYFRAME(stream,sample) ((stream)->all_keyframe || (sample)->keyframe) argument
797 QtDemuxStream *stream = gst_pad_get_element_private (pad); in gst_qtdemux_src_convert() local
996 gst_qtdemux_push_tags (GstQTDemux * qtdemux, QtDemuxStream * stream) in gst_qtdemux_push_tags()
1032 QtDemuxStream *stream = QTDEMUX_NTH_STREAM (qtdemux, i); in gst_qtdemux_push_event() local
[all …]
/third_party/skia/third_party/externals/oboe/src/common/
DUtilities.cpp39 auto sample = static_cast<int32_t>(fval); in convertFloatToPcm16() local
175 const char *convertToText<AudioStream*>(AudioStream* stream) { in convertToText()
/third_party/ffmpeg/libavformat/
Dsegafilm.c42 int stream; member
275 film_sample *sample; in film_read_packet() local
Dutils.c116 MAKE_ACCESSORS(AVStream, stream, AVRational, r_frame_rate) in MAKE_ACCESSORS() argument
1709 int64_t sample = ts_to_samples(st, pts); in read_frame_internal() local
5119 AVRational av_guess_sample_aspect_ratio(AVFormatContext *format, AVStream *stream, AVFrame *frame) in av_guess_sample_aspect_ratio()
/third_party/skia/bench/
Dnanobench.cpp350 SkFILEWStream stream(filename.c_str()); in write_canvas_png() local
671 std::unique_ptr<SkStream> stream = SkStream::MakeFromFile(path); in ReadPicture() local
687 std::unique_ptr<SkStreamSeekable> stream = SkStream::MakeFromFile(path); in ReadMSKP() local
707 SkMemoryStream stream(std::move(data)); in ReadSVGPicture() local
1345 for (double& sample : samples) { in main() local
1390 for (double sample : samples) { in main() local
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstdashdemux.c518 GstAdaptiveDemuxStream * stream) in gst_dash_demux_get_presentation_offset()
789 GstDashDemuxStream *stream; in gst_dash_demux_setup_all_streams() local
881 GstDashDemuxStream *stream = (GstDashDemuxStream *) userdata; in gst_dash_demux_send_content_protection_event() local
1060 gst_dash_demux_create_pad (GstDashDemux * demux, GstActiveStream * stream) in gst_dash_demux_create_pad()
1128 GstActiveStream * stream) in gst_dash_demux_get_video_input_caps()
1164 GstActiveStream * stream) in gst_dash_demux_get_audio_input_caps()
1193 GstActiveStream * stream) in gst_dash_demux_get_application_input_caps()
1208 gst_dash_demux_get_input_caps (GstDashDemux * demux, GstActiveStream * stream) in gst_dash_demux_get_input_caps()
1223 gst_dash_demux_stream_update_headers_info (GstAdaptiveDemuxStream * stream) in gst_dash_demux_stream_update_headers_info()
1254 gst_dash_demux_stream_update_fragment_info (GstAdaptiveDemuxStream * stream) in gst_dash_demux_stream_update_fragment_info()
[all …]
/third_party/flutter/skia/bench/
Dnanobench.cpp345 SkFILEWStream stream(filename.c_str()); in write_canvas_png() local
691 std::unique_ptr<SkStream> stream = SkStream::MakeFromFile(path); in ReadPicture() local
708 SkMemoryStream stream(std::move(data)); in ReadSVGPicture() local
1303 for (double& sample : samples) { in main() local
1341 for (double sample : samples) { in main() local
/third_party/gstreamer/gstplugins_good/gst/rtsp/
Dgstrtspsrc.c1848 find_stream_by_id (GstRTSPStream * stream, gint * id) in find_stream_by_id()
1857 find_stream_by_channel (GstRTSPStream * stream, gint * channel) in find_stream_by_channel()
1869 find_stream_by_udpsrc (GstRTSPStream * stream, gconstpointer a) in find_stream_by_udpsrc()
1882 find_stream_by_setup (GstRTSPStream * stream, gconstpointer a) in find_stream_by_setup()
1941 const GstSDPMedia * media, GstRTSPStream * stream) in gst_rtspsrc_collect_bandwidth()
1962 gst_rtspsrc_do_stream_connection (GstRTSPSrc * src, GstRTSPStream * stream, in gst_rtspsrc_do_stream_connection()
1997 const GstSDPMedia * media, GstRTSPStream * stream) in gst_rtspsrc_collect_connections()
2016 make_stream_id (GstRTSPStream * stream, const GstSDPMedia * media) in make_stream_id()
2031 const GstSDPMedia * media, GstRTSPStream * stream) in gst_rtspsrc_collect_payloads()
2162 GstRTSPStream *stream; in gst_rtspsrc_create_stream() local
[all …]
/third_party/pulseaudio/src/modules/dbus/
Diface-core.c822 pa_dbusiface_stream *stream; in get_playback_streams() local
861 pa_dbusiface_stream *stream; in get_record_streams() local
900 pa_dbusiface_sample *sample; in get_samples() local
1254 pa_scache_entry *sample; in handle_get_sample_by_name() local
1296 pa_scache_entry *sample = NULL; in handle_upload_sample() local
1644 pa_scache_entry *sample = call_data; in sample_cache_new_cb() local
1670 pa_scache_entry *sample = call_data; in sample_cache_removed_cb() local
2179 pa_scache_entry *sample; in pa_dbusiface_core_new() local
/third_party/gstreamer/gstplugins_good/ext/pulse/
Dpulsesink.c167 pa_stream *stream; member
274 gst_pulse_destroy_stream (pa_stream * stream, gboolean wait) in gst_pulse_destroy_stream()
853 gst_pulsering_wait_for_stream_ready (GstPulseSink * psink, pa_stream * stream) in gst_pulsering_wait_for_stream_ready()
1450 gst_pulseringbuffer_commit (GstAudioRingBuffer * buf, guint64 * sample, in gst_pulseringbuffer_commit()
2080 pa_stream *stream; in gst_pulsesink_create_probe_stream() local
2118 pa_stream *stream; in gst_pulsesink_query_getcaps() local
/third_party/nghttp2/src/
Dh2load.cc727 auto &stream = (*itr).second; in on_header() local
774 auto &stream = (*itr).second; in on_status_code() local
1376 void sample(Sampling &smp, Stats &stats, Stat *s) { in sample() function
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/player/
Dgstplayer.c2417 GstStream *stream; in streams_selected_cb() local
2853 stream_notify_cb (GstStreamCollection * collection, GstStream * stream, in stream_notify_cb()
3007 GstPlayerStreamInfo * s, GstStream * stream) in gst_player_stream_info_update_from_stream()
3044 GstStream *stream = gst_stream_collection_get_stream (collection, i); in gst_player_streams_info_create_from_collection() local
5288 GstSample *sample = NULL; in gst_player_get_video_snapshot() local
/third_party/skia/third_party/externals/angle2/src/common/spirv/
Dspirv_instruction_builder_autogen.cpp573 IdRef sample) in WriteImageTexelPointer()
2378 void WriteEmitStreamVertex(Blob *blob, IdRef stream) in WriteEmitStreamVertex()
2385 void WriteEndStreamPrimitive(Blob *blob, IdRef stream) in WriteEndStreamPrimitive()
Dspirv_instruction_parser_autogen.cpp640 IdRef *sample) in ParseImageTexelPointer()
2864 void ParseEmitStreamVertex(const uint32_t *_instruction, IdRef *stream) in ParseEmitStreamVertex()
2873 void ParseEndStreamPrimitive(const uint32_t *_instruction, IdRef *stream) in ParseEndStreamPrimitive()
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_glsl.cpp3035 uint32_t stream = m.stream; in emit_declared_builtin_block() local
3061 uint32_t stream = get_decoration(var.self, DecorationStream); in emit_declared_builtin_block() local
3098 uint32_t stream = get_decoration(var.self, DecorationStream); in emit_declared_builtin_block() local
6739 uint32_t sample = 0; in to_texture_op() local
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h9854 uint32_t sample; member
11559 uint32_t stream; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_core.h10255 uint32_t sample; member
12018 uint32_t stream; member
Dvulkan_structs.hpp11031 uint32_t sample = {}; member
34161 uint32_t stream = {}; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h10415 uint32_t sample; member
12178 uint32_t stream; member