Home
last modified time | relevance | path

Searched refs:stream (Results 326 - 350 of 4357) sorted by relevance

1...<<11121314151617181920>>...175

/kernel/linux/linux-5.10/sound/firewire/oxfw/
H A Doxfw-scs1x.c44 static void midi_input_escaped_byte(struct snd_rawmidi_substream *stream, in midi_input_escaped_byte() argument
51 snd_rawmidi_receive(stream, nibbles, 2); in midi_input_escaped_byte()
55 struct snd_rawmidi_substream *stream, u8 byte) in midi_input_byte()
60 midi_input_escaped_byte(stream, byte); in midi_input_byte()
63 snd_rawmidi_receive(stream, &eox, sizeof(eox)); in midi_input_byte()
65 snd_rawmidi_receive(stream, sysex_escape_prefix, in midi_input_byte()
67 midi_input_escaped_byte(stream, 0x00); in midi_input_byte()
68 midi_input_escaped_byte(stream, 0xf9); in midi_input_byte()
71 snd_rawmidi_receive(stream, &byte, 1); in midi_input_byte()
76 struct snd_rawmidi_substream *stream, in midi_input_packet()
54 midi_input_byte(struct fw_scs1x *scs, struct snd_rawmidi_substream *stream, u8 byte) midi_input_byte() argument
75 midi_input_packet(struct fw_scs1x *scs, struct snd_rawmidi_substream *stream, const u8 *data, unsigned int bytes) midi_input_packet() argument
100 struct snd_rawmidi_substream *stream; handle_hss() local
177 struct snd_rawmidi_substream *stream; scs_output_work() local
277 midi_capture_open(struct snd_rawmidi_substream *stream) midi_capture_open() argument
282 midi_capture_close(struct snd_rawmidi_substream *stream) midi_capture_close() argument
287 midi_capture_trigger(struct snd_rawmidi_substream *stream, int up) midi_capture_trigger() argument
299 midi_playback_open(struct snd_rawmidi_substream *stream) midi_playback_open() argument
304 midi_playback_close(struct snd_rawmidi_substream *stream) midi_playback_close() argument
309 midi_playback_trigger(struct snd_rawmidi_substream *stream, int up) midi_playback_trigger() argument
327 midi_playback_drain(struct snd_rawmidi_substream *stream) midi_playback_drain() argument
[all...]
/kernel/linux/linux-6.6/sound/firewire/oxfw/
H A Doxfw-scs1x.c44 static void midi_input_escaped_byte(struct snd_rawmidi_substream *stream, in midi_input_escaped_byte() argument
51 snd_rawmidi_receive(stream, nibbles, 2); in midi_input_escaped_byte()
55 struct snd_rawmidi_substream *stream, u8 byte) in midi_input_byte()
60 midi_input_escaped_byte(stream, byte); in midi_input_byte()
63 snd_rawmidi_receive(stream, &eox, sizeof(eox)); in midi_input_byte()
65 snd_rawmidi_receive(stream, sysex_escape_prefix, in midi_input_byte()
67 midi_input_escaped_byte(stream, 0x00); in midi_input_byte()
68 midi_input_escaped_byte(stream, 0xf9); in midi_input_byte()
71 snd_rawmidi_receive(stream, &byte, 1); in midi_input_byte()
76 struct snd_rawmidi_substream *stream, in midi_input_packet()
54 midi_input_byte(struct fw_scs1x *scs, struct snd_rawmidi_substream *stream, u8 byte) midi_input_byte() argument
75 midi_input_packet(struct fw_scs1x *scs, struct snd_rawmidi_substream *stream, const u8 *data, unsigned int bytes) midi_input_packet() argument
100 struct snd_rawmidi_substream *stream; handle_hss() local
177 struct snd_rawmidi_substream *stream; scs_output_work() local
277 midi_capture_open(struct snd_rawmidi_substream *stream) midi_capture_open() argument
282 midi_capture_close(struct snd_rawmidi_substream *stream) midi_capture_close() argument
287 midi_capture_trigger(struct snd_rawmidi_substream *stream, int up) midi_capture_trigger() argument
299 midi_playback_open(struct snd_rawmidi_substream *stream) midi_playback_open() argument
304 midi_playback_close(struct snd_rawmidi_substream *stream) midi_playback_close() argument
309 midi_playback_trigger(struct snd_rawmidi_substream *stream, int up) midi_playback_trigger() argument
327 midi_playback_drain(struct snd_rawmidi_substream *stream) midi_playback_drain() argument
[all...]
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dhda.c31 struct snd_soc_pcm_stream *stream; in hda_codec_create_dais() local
40 stream = &drvs[i].playback; in hda_codec_create_dais()
41 if (!pcm->stream[dir].substreams) { in hda_codec_create_dais()
46 stream->stream_name = in hda_codec_create_dais()
49 if (!stream->stream_name) in hda_codec_create_dais()
51 stream->channels_min = pcm->stream[dir].channels_min; in hda_codec_create_dais()
52 stream->channels_max = pcm->stream[dir].channels_max; in hda_codec_create_dais()
53 stream in hda_codec_create_dais()
129 int stream; hda_codec_unregister_dais() local
[all...]
/kernel/linux/linux-5.10/drivers/media/usb/uvc/
H A Duvc_debugfs.c29 struct uvc_streaming *stream = inode->i_private; in uvc_debugfs_stats_open() local
36 buf->count = uvc_video_stats_dump(stream, buf->data, sizeof(buf->data)); in uvc_debugfs_stats_open()
68 * Global and stream initialization/cleanup
73 void uvc_debugfs_init_stream(struct uvc_streaming *stream) in uvc_debugfs_init_stream() argument
75 struct usb_device *udev = stream->dev->udev; in uvc_debugfs_init_stream()
82 udev->devnum, stream->intfnum); in uvc_debugfs_init_stream()
84 stream->debugfs_dir = debugfs_create_dir(dir_name, in uvc_debugfs_init_stream()
87 debugfs_create_file("stats", 0444, stream->debugfs_dir, stream, in uvc_debugfs_init_stream()
91 void uvc_debugfs_cleanup_stream(struct uvc_streaming *stream) in uvc_debugfs_cleanup_stream() argument
[all...]
/kernel/linux/linux-6.6/drivers/media/usb/uvc/
H A Duvc_debugfs.c29 struct uvc_streaming *stream = inode->i_private; in uvc_debugfs_stats_open() local
36 buf->count = uvc_video_stats_dump(stream, buf->data, sizeof(buf->data)); in uvc_debugfs_stats_open()
68 * Global and stream initialization/cleanup
73 void uvc_debugfs_init_stream(struct uvc_streaming *stream) in uvc_debugfs_init_stream() argument
75 struct usb_device *udev = stream->dev->udev; in uvc_debugfs_init_stream()
82 udev->devnum, stream->intfnum); in uvc_debugfs_init_stream()
84 stream->debugfs_dir = debugfs_create_dir(dir_name, in uvc_debugfs_init_stream()
87 debugfs_create_file("stats", 0444, stream->debugfs_dir, stream, in uvc_debugfs_init_stream()
91 void uvc_debugfs_cleanup_stream(struct uvc_streaming *stream) in uvc_debugfs_cleanup_stream() argument
[all...]
/third_party/node/test/addons/zlib-binding/
H A Dbinding.cc20 z_stream stream; in CompressBytes() local
21 stream.zalloc = nullptr; in CompressBytes()
22 stream.zfree = nullptr; in CompressBytes()
24 int err = deflateInit2(&stream, Z_DEFAULT_COMPRESSION, Z_DEFLATED, in CompressBytes()
28 stream.avail_in = byte_length; in CompressBytes()
29 stream.next_in = data; in CompressBytes()
30 stream.avail_out = sizeof(buf); in CompressBytes()
31 stream.next_out = buf; in CompressBytes()
32 err = deflate(&stream, Z_FINISH); in CompressBytes()
37 sizeof(buf) - stream in CompressBytes()
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DInfoSink.h53 TPersistStringStream stream; in operator <<() local
54 stream << t; in operator <<()
55 sink.append(stream.str()); in operator <<()
82 TPersistStringStream stream; in operator <<() local
84 stream.precision(1); in operator <<()
85 stream << std::showpoint << std::fixed << f; in operator <<()
87 stream.unsetf(std::ios::fixed); in operator <<()
88 stream.unsetf(std::ios::scientific); in operator <<()
89 stream.precision(8); in operator <<()
90 stream << in operator <<()
[all...]
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dttload.h38 FT_Stream stream,
44 FT_Stream stream );
57 FT_Stream stream );
62 FT_Stream stream );
67 FT_Stream stream );
72 FT_Stream stream );
77 FT_Stream stream );
82 FT_Stream stream );
87 FT_Stream stream );
95 FT_Stream stream );
[all...]
/kernel/linux/linux-5.10/sound/soc/
H A Dsoc-compress.c125 int stream; in soc_compr_open_fe() local
129 stream = SNDRV_PCM_STREAM_PLAYBACK; in soc_compr_open_fe()
131 stream = SNDRV_PCM_STREAM_CAPTURE; in soc_compr_open_fe()
134 fe->dpcm[stream].runtime = fe_substream->runtime; in soc_compr_open_fe()
136 ret = dpcm_path_get(fe, stream, &list); in soc_compr_open_fe()
141 fe->dai_link->name, stream ? "capture" : "playback"); in soc_compr_open_fe()
143 dpcm_process_paths(fe, stream, &list, 1); in soc_compr_open_fe()
144 fe->dpcm[stream].runtime = fe_substream->runtime; in soc_compr_open_fe()
146 fe->dpcm[stream].runtime_update = SND_SOC_DPCM_UPDATE_FE; in soc_compr_open_fe()
148 ret = dpcm_be_dai_startup(fe, stream); in soc_compr_open_fe()
200 int stream; soc_compr_free() local
239 int stream, ret; soc_compr_free_fe() local
337 int ret, stream; soc_compr_trigger_fe() local
459 int ret, stream; soc_compr_set_params_fe() local
[all...]
/third_party/skia/third_party/externals/zlib/contrib/bench/
H A Dzlib_bench.cc11 * Raw deflate (no gzip or zlib stream wrapper) mode is also supported. Select
13 * stream wrappers.
84 if (type == kWrapperZLIB) // zlib DEFLATE stream wrapper in zlib_stream_wrapper_type()
86 if (type == kWrapperGZIP) // gzip DEFLATE stream wrapper in zlib_stream_wrapper_type()
133 z_stream stream; in zlib_compress() local
134 memset(&stream, 0, sizeof(stream)); in zlib_compress()
136 int result = deflateInit2(&stream, zlib_compression_level, Z_DEFLATED, in zlib_compress()
141 stream.next_out = (Bytef*)string_data(output); in zlib_compress()
142 stream in zlib_compress()
163 z_stream stream; zlib_uncompress() local
[all...]
/third_party/zlib/contrib/minizip/
H A Dioapi.c20 #define FTELLO_FUNC(stream) ftello(stream)
21 #define FSEEKO_FUNC(stream, offset, origin) fseeko(stream, offset, origin)
24 #define FTELLO_FUNC(stream) ftello64(stream)
25 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin)
123 static uLong ZCALLBACK fread_file_func(voidpf opaque, voidpf stream, void* buf, uLong size) { in fread_file_func() argument
126 ret = (uLong)fread(buf, 1, (size_t)size, (FILE *)stream); in fread_file_func()
130 fwrite_file_func(voidpf opaque, voidpf stream, const void* buf, uLong size) fwrite_file_func() argument
137 ftell_file_func(voidpf opaque, voidpf stream) ftell_file_func() argument
145 ftell64_file_func(voidpf opaque, voidpf stream) ftell64_file_func() argument
152 fseek_file_func(voidpf opaque, voidpf stream, uLong offset, int origin) fseek_file_func() argument
175 fseek64_file_func(voidpf opaque, voidpf stream, ZPOS64_T offset, int origin) fseek64_file_func() argument
201 fclose_file_func(voidpf opaque, voidpf stream) fclose_file_func() argument
208 ferror_file_func(voidpf opaque, voidpf stream) ferror_file_func() argument
[all...]
/third_party/skia/src/pdf/
H A DSkPDFTypes.cpp168 void SkPDFUnion::emitObject(SkWStream* stream) const { in emitObject()
171 stream->writeDecAsText(fIntValue); in emitObject()
174 SkPDFUtils::AppendColorComponent(SkToU8(fIntValue), stream); in emitObject() local
177 SkPDFUtils::AppendColorComponentF(fScalarValue, stream); in emitObject()
180 stream->writeText(fBoolValue ? "true" : "false"); in emitObject()
183 SkPDFUtils::AppendScalar(fScalarValue, stream); in emitObject()
186 stream->writeText("/"); in emitObject()
188 stream->writeText(fStaticString); in emitObject()
192 write_string(stream, fStaticString, strlen(fStaticString)); in emitObject()
195 stream in emitObject()
424 serialize_stream(SkPDFDict* origDict, SkStreamAsset* stream, bool deflate, SkPDFDocument* doc, SkPDFIndirectReference ref) serialize_stream() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c605 const struct dc_stream_state *stream) in dce110_set_output_transfer_func()
612 if (stream->out_transfer_func && in dce110_set_output_transfer_func()
613 stream->out_transfer_func->type == TF_TYPE_PREDEFINED && in dce110_set_output_transfer_func()
614 stream->out_transfer_func->tf == TRANSFER_FUNCTION_SRGB) { in dce110_set_output_transfer_func()
616 } else if (dce110_translate_regamma_to_hw_format(stream->out_transfer_func, in dce110_set_output_transfer_func()
634 ASSERT(pipe_ctx->stream); in dce110_update_info_frame()
639 is_hdmi_tmds = dc_is_hdmi_tmds_signal(pipe_ctx->stream->signal); in dce110_update_info_frame()
640 is_dp = dc_is_dp_signal(pipe_ctx->stream->signal); in dce110_update_info_frame()
658 pipe_ctx->stream->link->cur_link_settings.lane_count; in dce110_enable_stream()
659 struct dc_crtc_timing *timing = &pipe_ctx->stream in dce110_enable_stream()
604 dce110_set_output_transfer_func(struct dc *dc, struct pipe_ctx *pipe_ctx, const struct dc_stream_state *stream) dce110_set_output_transfer_func() argument
1090 struct dc_stream_state *stream = pipe_ctx->stream; dce110_disable_stream() local
1118 struct dc_stream_state *stream = pipe_ctx->stream; dce110_unblank_stream() local
1136 struct dc_stream_state *stream = pipe_ctx->stream; dce110_blank_stream() local
1190 const struct dc_stream_state *stream = pipe_ctx->stream; build_audio_output() local
1348 struct dc_stream_state *stream = pipe_ctx->stream; dce110_enable_stream_timing() local
1403 struct dc_stream_state *stream = pipe_ctx->stream; apply_single_controller_ctx_to_hw() local
1696 compute_pstate_blackout_duration( struct bw_fixed blackout_duration, const struct dc_stream_state *stream) compute_pstate_blackout_duration() argument
2652 dce110_apply_ctx_for_surface( struct dc *dc, const struct dc_stream_state *stream, int num_planes, struct dc_state *context) dce110_apply_ctx_for_surface() argument
[all...]
/kernel/linux/linux-6.6/sound/soc/sof/
H A Dcompress.c67 "fragment elapsed called for unknown stream!\n"); in snd_sof_compr_fragment_elapsed()
71 sof_set_transferred_bytes(sstream, spcm->stream[cstream->direction].posn.host_posn, in snd_sof_compr_fragment_elapsed()
75 schedule_work(&spcm->stream[cstream->direction].period_elapsed_work); in snd_sof_compr_fragment_elapsed()
92 spcm->stream[dir].page_table.area, size); in create_page_table()
116 if (spcm->stream[dir].cstream) { in sof_compr_open()
121 spcm->stream[dir].cstream = cstream; in sof_compr_open()
122 spcm->stream[dir].posn.host_posn = 0; in sof_compr_open()
123 spcm->stream[dir].posn.dai_posn = 0; in sof_compr_open()
137 struct sof_ipc_stream stream; in sof_compr_free() local
145 stream in sof_compr_free()
273 struct sof_ipc_stream stream; sof_compr_trigger() local
[all...]
H A Dstream-ipc.c18 #include <sound/sof/stream.h>
39 struct sof_stream *stream = sps->substream->runtime->private_data; in sof_ipc_msg_data() local
41 /* The stream might already be closed */ in sof_ipc_msg_data()
42 if (!stream) in sof_ipc_msg_data()
45 posn_offset = stream->posn_offset; in sof_ipc_msg_data()
75 struct sof_stream *stream = sps->substream->runtime->private_data; in sof_set_stream_data_offset() local
77 stream->posn_offset = posn_offset; in sof_set_stream_data_offset()
78 dev_dbg(sdev->dev, "pcm: stream dir %d, posn mailbox offset is %zu", in sof_set_stream_data_offset()
79 sps->substream->stream, posn_offset); in sof_set_stream_data_offset()
84 dev_dbg(sdev->dev, "compr: stream di in sof_set_stream_data_offset()
98 struct sof_stream *stream = kmalloc(sizeof(*stream), GFP_KERNEL); sof_stream_pcm_open() local
120 struct sof_stream *stream = substream->runtime->private_data; sof_stream_pcm_close() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_link_hwss.c118 if (pipes[i].stream != NULL && in dp_enable_link_phy()
119 pipes[i].stream->link == link) { in dp_enable_link_phy()
124 pipes[i].stream->timing.pix_clk_100hz; in dp_enable_link_phy()
256 /* MST disable link only when no stream use the link */ in dp_disable_link_phy_mst()
335 if (pipes[i].stream != NULL && in dp_retrain_link_dp_test()
337 pipes[i].stream->link != NULL && in dp_retrain_link_dp_test()
339 pipes[i].stream->link == link) { in dp_retrain_link_dp_test()
382 /* TODO: audio should be per stream rather than in dp_retrain_link_dp_test()
417 struct dc *dc = pipe_ctx->stream->ctx->dc; in dp_set_dsc_on_rx()
418 struct dc_stream_state *stream in dp_set_dsc_on_rx() local
435 struct dc_stream_state *stream = pipe_ctx->stream; dp_set_dsc_on_stream() local
541 struct dc_stream_state *stream = pipe_ctx->stream; dp_set_dsc_pps_sdp() local
[all...]
/third_party/pulseaudio/src/modules/
H A Dmodule-tunnel-sink-new.c29 #include <pulse/stream.h>
47 PA_MODULE_DESCRIPTION("Create a network sink which connects via a stream to a remote PulseAudio server");
68 static void stream_state_cb(pa_stream *stream, void *userdata);
69 static void stream_changed_buffer_attr_cb(pa_stream *stream, void *userdata);
70 static void stream_set_buffer_attr_cb(pa_stream *stream, int success, void *userdata);
99 pa_stream *stream; member
144 pa_assert(u->stream); in cork_stream()
148 * cork the stream), we don't want to keep any old data around, because in cork_stream()
151 if ((operation = pa_stream_flush(u->stream, NULL, NULL))) in cork_stream()
155 if ((operation = pa_stream_cork(u->stream, cor in cork_stream()
283 stream_state_cb(pa_stream *stream, void *userdata) stream_state_cb() argument
316 stream_changed_buffer_attr_cb(pa_stream *stream, void *userdata) stream_changed_buffer_attr_cb() argument
329 stream_set_buffer_attr_cb(pa_stream *stream, int success, void *userdata) stream_set_buffer_attr_cb() argument
334 stream_underflow_callback(pa_stream *stream, void *userdata) stream_underflow_callback() argument
339 stream_overflow_callback(pa_stream *stream, void *userdata) stream_overflow_callback() argument
[all...]
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/
H A Dsh_css.c116 * struct sh_css_stream_seed - a stream seed, to save and restore the
117 * stream data.
120 * @stream: handle, used as ID too.
121 * @stream_config: stream config struct
127 * the stream seed contains all the data required to "grow" the seed again
132 struct ia_css_stream *stream; member
144 * and the stream seeds.
189 sh_css_pipe_start(struct ia_css_stream *stream);
195 * @param[in] stream Point to the target "ia_css_stream" instance.
293 create_host_pipeline_structure(struct ia_css_stream *stream);
461 ia_css_stream_input_format_bits_per_pixel(struct ia_css_stream *stream) ia_css_stream_input_format_bits_per_pixel() argument
477 sh_css_config_input_network(struct ia_css_stream *stream) sh_css_config_input_network() argument
975 sh_css_config_input_network(struct ia_css_stream *stream) sh_css_config_input_network() argument
1079 stream_get_last_pipe( struct ia_css_stream *stream) stream_get_last_pipe() argument
1090 stream_get_copy_pipe( struct ia_css_stream *stream) stream_get_copy_pipe() argument
1119 stream_get_target_pipe( struct ia_css_stream *stream) stream_get_target_pipe() argument
1133 stream_csi_rx_helper( struct ia_css_stream *stream, int (*func)(enum mipi_port_id, uint32_t)) stream_csi_rx_helper() argument
1173 stream_register_with_csi_rx( struct ia_css_stream *stream) stream_register_with_csi_rx() argument
1179 stream_unregister_with_csi_rx( struct ia_css_stream *stream) stream_unregister_with_csi_rx() argument
1293 sh_css_invalidate_shading_tables(struct ia_css_stream *stream) sh_css_invalidate_shading_tables() argument
1633 map_sp_threads(struct ia_css_stream *stream, bool map) map_sp_threads() argument
1694 create_host_pipeline_structure(struct ia_css_stream *stream) create_host_pipeline_structure() argument
1785 create_host_pipeline(struct ia_css_stream *stream) create_host_pipeline() argument
2481 ia_css_alloc_continuous_frame_remain(struct ia_css_stream *stream) ia_css_alloc_continuous_frame_remain() argument
4244 sh_css_pipe_start(struct ia_css_stream *stream) sh_css_pipe_start() argument
4439 ia_css_stream_get_max_buffer_depth(struct ia_css_stream *stream, int *buffer_depth) ia_css_stream_get_max_buffer_depth() argument
4451 ia_css_stream_set_buffer_depth(struct ia_css_stream *stream, int buffer_depth) ia_css_stream_set_buffer_depth() argument
4465 ia_css_stream_get_buffer_depth(struct ia_css_stream *stream, int *buffer_depth) ia_css_stream_get_buffer_depth() argument
7435 ia_css_stream_send_input_frame(const struct ia_css_stream *stream, const unsigned short *data, unsigned int width, unsigned int height) ia_css_stream_send_input_frame() argument
7450 ia_css_stream_start_input_frame(const struct ia_css_stream *stream) ia_css_stream_start_input_frame() argument
7461 ia_css_stream_send_input_line(const struct ia_css_stream *stream, const unsigned short *data, unsigned int width, const unsigned short *data2, unsigned int width2) ia_css_stream_send_input_line() argument
7474 ia_css_stream_send_input_embedded_line(const struct ia_css_stream *stream, enum atomisp_input_format format, const unsigned short *data, unsigned int width) ia_css_stream_send_input_embedded_line() argument
7487 ia_css_stream_end_input_frame(const struct ia_css_stream *stream) ia_css_stream_end_input_frame() argument
7519 ia_css_stream_capture_frame(struct ia_css_stream *stream, unsigned int exp_id) ia_css_stream_capture_frame() argument
7561 ia_css_stream_capture(struct ia_css_stream *stream, int num_captures, unsigned int skip, int offset) ia_css_stream_capture() argument
7611 ia_css_stream_request_flash(struct ia_css_stream *stream) ia_css_stream_request_flash() argument
7980 ia_css_stream_configure_rx(struct ia_css_stream *stream) ia_css_stream_configure_rx() argument
8059 ia_css_stream_create(const struct ia_css_stream_config *stream_config, int num_pipes, struct ia_css_pipe *pipes[], struct ia_css_stream **stream) ia_css_stream_create() argument
8460 ia_css_stream_destroy(struct ia_css_stream *stream) ia_css_stream_destroy() argument
8576 ia_css_stream_get_info(const struct ia_css_stream *stream, struct ia_css_stream_info *stream_info) ia_css_stream_get_info() argument
8588 ia_css_stream_start(struct ia_css_stream *stream) ia_css_stream_start() argument
8639 ia_css_stream_stop(struct ia_css_stream *stream) ia_css_stream_stop() argument
8674 ia_css_stream_has_stopped(struct ia_css_stream *stream) ia_css_stream_has_stopped() argument
8691 ia_css_stream_unload(struct ia_css_stream *stream) ia_css_stream_unload() argument
8732 ia_css_stream_get_format(const struct ia_css_stream *stream) ia_css_stream_get_format() argument
8738 ia_css_stream_get_two_pixels_per_clock(const struct ia_css_stream *stream) ia_css_stream_get_two_pixels_per_clock() argument
8744 ia_css_stream_get_shading_correction_binary(const struct ia_css_stream *stream) ia_css_stream_get_shading_correction_binary() argument
8764 ia_css_stream_get_dvs_binary(const struct ia_css_stream *stream) ia_css_stream_get_dvs_binary() argument
8784 ia_css_stream_get_3a_binary(const struct ia_css_stream *stream) ia_css_stream_get_3a_binary() argument
8806 ia_css_stream_set_output_padded_width(struct ia_css_stream *stream, unsigned int output_padded_width) ia_css_stream_set_output_padded_width() argument
9075 ia_css_update_continuous_frames(struct ia_css_stream *stream) ia_css_update_continuous_frames() argument
9203 ia_css_unlock_raw_frame(struct ia_css_stream *stream, uint32_t exp_id) ia_css_unlock_raw_frame() argument
[all...]
/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/
H A Dcapture_request.cpp42 auto stream = owner.lock(); in AddOwner() local
43 CHECK_IF_PTR_NULL_RETURN_VALUE(stream, RC_ERROR); in AddOwner()
46 owners_[stream->GetStreamId()] = stream; in AddOwner()
54 auto stream = owners_[id].lock(); in Process() local
55 CHECK_IF_PTR_NULL_RETURN_VALUE(stream, RC_ERROR); in Process()
58 return stream->Capture(shared_from_this()); in Process()
63 auto stream = owners_[id].lock(); in OnResult() local
64 CHECK_IF_PTR_NULL_RETURN_VALUE(stream, RC_ERROR); in OnResult()
67 return stream in OnResult()
89 auto stream = it.second.lock(); Cancel() local
[all...]
/third_party/skia/third_party/externals/zlib/contrib/tests/
H A Dutils_unittest.cc43 // Minimal ZLIB wrapped short stream size is about 8 bytes. in TEST()
179 z_stream stream; in TEST() local
180 stream.zalloc = nullptr; in TEST()
181 stream.zfree = nullptr; in TEST()
185 int ret = deflateInit2(&stream, /*comp level*/ 2, /*method*/ Z_DEFLATED, in TEST()
190 stream.next_out = compressed.data(); in TEST()
191 stream.avail_out = compressed.size(); in TEST()
192 stream.next_in = src.data(); in TEST()
193 stream.avail_in = src.size(); in TEST()
194 ret = deflate(&stream, Z_FINIS in TEST()
250 z_stream stream; TEST() local
377 z_stream stream; TEST() local
499 z_stream stream; TEST() local
[all...]
/third_party/alsa-lib/include/
H A Dpcm_plugin.h71 snd_pcm_stream_t stream, int mode,
75 snd_pcm_stream_t stream, int mode);
84 snd_pcm_stream_t stream, int mode);
94 snd_pcm_stream_t stream, int mode);
104 snd_pcm_stream_t stream, int mode);
114 snd_pcm_stream_t stream, int mode);
124 snd_pcm_stream_t stream, int mode);
134 snd_pcm_stream_t stream, int mode);
147 snd_pcm_stream_t stream, int mode);
167 snd_pcm_stream_t stream, in
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_host.cpp365 dng_stream &stream) in Make_dng_opcode()
376 result = new dng_opcode_WarpRectilinear (stream); in Make_dng_opcode()
385 result = new dng_opcode_WarpFisheye (stream); in Make_dng_opcode()
394 result = new dng_opcode_FixVignetteRadial (stream); in Make_dng_opcode()
403 result = new dng_opcode_FixBadPixelsConstant (stream); in Make_dng_opcode()
412 result = new dng_opcode_FixBadPixelsList (stream); in Make_dng_opcode()
421 result = new dng_opcode_TrimBounds (stream); in Make_dng_opcode()
431 stream); in Make_dng_opcode()
440 result = new dng_opcode_MapPolynomial (stream); in Make_dng_opcode()
450 stream); in Make_dng_opcode()
364 Make_dng_opcode(uint32 opcodeID, dng_stream &stream) Make_dng_opcode() argument
[all...]
/third_party/gn/src/gn/
H A Dninja_target_writer_unittest.cc47 std::ostringstream stream; in TEST() local
48 TestingNinjaTargetWriter writer(&base_target, setup.toolchain(), stream); in TEST()
70 std::ostringstream stream; in TEST() local
71 TestingNinjaTargetWriter writer(&base_target, setup.toolchain(), stream); in TEST()
114 std::ostringstream stream; in TEST() local
115 TestingNinjaTargetWriter writer(&base_target, setup.toolchain(), stream); in TEST()
120 // nothing written to the stream. in TEST()
123 EXPECT_EQ("", stream.str()); in TEST()
128 std::ostringstream stream; in TEST() local
129 TestingNinjaTargetWriter writer(&target, setup.toolchain(), stream); in TEST()
140 std::ostringstream stream; TEST() local
159 std::ostringstream stream; TEST() local
195 std::ostringstream stream; TEST() local
[all...]
/third_party/skia/third_party/externals/oboe/src/common/
H A DUtilities.cpp159 default: return "Unrecognized stream state"; in convertToText()
175 const char *convertToText<AudioStream*>(AudioStream* stream) { in convertToText() argument
179 s<<"StreamID: "<< static_cast<void*>(stream)<<std::endl in convertToText()
180 <<"DeviceId: "<<stream->getDeviceId()<<std::endl in convertToText()
181 <<"Direction: "<<oboe::convertToText(stream->getDirection())<<std::endl in convertToText()
182 <<"API type: "<<oboe::convertToText(stream->getAudioApi())<<std::endl in convertToText()
183 <<"BufferCapacity: "<<stream->getBufferCapacityInFrames()<<std::endl in convertToText()
184 <<"BufferSize: "<<stream->getBufferSizeInFrames()<<std::endl in convertToText()
185 <<"FramesPerBurst: "<< stream->getFramesPerBurst()<<std::endl in convertToText()
186 <<"FramesPerCallback: "<<stream in convertToText()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/clk_mgr/dce110/
H A Ddce110_clk_mgr.c98 struct dc_stream_state *stream = context->streams[j]; in dce110_get_min_vblank_time_us() local
101 uint32_t vertical_total_min = stream->timing.v_total; in dce110_get_min_vblank_time_us()
102 struct dc_crtc_timing_adjust adjust = stream->adjust; in dce110_get_min_vblank_time_us()
106 vertical_blank_in_pixels = stream->timing.h_total * in dce110_get_min_vblank_time_us()
108 - stream->timing.v_addressable); in dce110_get_min_vblank_time_us()
110 * 10000 / stream->timing.pix_clk_100hz; in dce110_get_min_vblank_time_us()
129 const struct dc_stream_state *stream = context->streams[j]; in dce110_fill_display_configs() local
135 if (stream == context->res_ctx.pipe_ctx[k].stream) { in dce110_fill_display_configs()
142 /* only notify active stream */ in dce110_fill_display_configs()
[all...]

Completed in 17 milliseconds

1...<<11121314151617181920>>...175