Home
last modified time | relevance | path

Searched refs:streams (Results 1 – 25 of 130) sorted by relevance

123456

/openbsd-src/gnu/llvm/llvm/docs/PDB/
H A Dindex.rst27 of the file, the various streams contained within, the format of individual
64 within a file". It contains multiple streams (aka files) which can represent
65 arbitrary data, and these streams are divided into blocks which may not
68 the streams (files) are laid out within the MSF.
77 The PDB format contains a number of streams which describe various information
79 of a program, as well as some additional streams containing hash tables that are
82 as the specific toolchain used, and more. A summary of streams contained in a
92 | | | - Map of named streams to stream indices |
98 | | | - Indices of individual module streams |
99 | | | - Indices of public / global streams |
[all …]
H A DPdbStream.rst45 the other streams, will change if the value is something other than ``VC70``.
69 file. Note that not all streams are named (for example, the
72 of named streams and these are enumerated in the table of streams in :doc:`index`.
75 discover the stream's MSF stream index. Several important streams (such as the
81 Some streams are located by fixed indices (e.g TPI Stream has index 2), but
82 other streams are located by fixed names (e.g. the string table is called
H A DMsfFile.rst118 The Stream Directory is the root of all access to the other streams in an MSF
134 streams of lengths {1000 bytes, 8000 bytes, 16000 bytes, 9000 bytes}.
165 Note also that the streams are discontiguous, and that part of stream 3 is in the
/openbsd-src/sys/dev/pci/drm/amd/display/dc/core/
H A Ddc_link_enc_cfg.c91 stream = state->streams[i]; in get_stream_using_link_enc()
149 if (stream == state->streams[i]) { in add_link_enc_assignment()
299 struct dc_stream_state *streams[], in link_enc_cfg_link_encs_assign() argument
311 dc->res_pool->funcs->link_enc_unassign(state, dc->current_state->streams[i]); in link_enc_cfg_link_encs_assign()
318 struct dc_stream_state *stream = streams[i]; in link_enc_cfg_link_encs_assign()
340 struct dc_stream_state *stream = state->streams[i]; in link_enc_cfg_link_encs_assign()
351 struct dc_stream_state *prev_stream = prev_state->streams[j]; in link_enc_cfg_link_encs_assign()
368 struct dc_stream_state *stream = streams[i]; in link_enc_cfg_link_encs_assign()
657 if (is_dig_link_enc_stream(state->streams[i])) in link_enc_cfg_validate()
668 if (assignment.stream != state->streams[i]) in link_enc_cfg_validate()
[all …]
H A Damdgpu_dc.c175 if (ctx->streams[i]->apply_seamless_boot_optimization) in get_seamless_boot_stream_count()
472 struct dc_stream_state **streams, int num_streams, in dc_stream_get_crtc_position() argument
475 /* TODO: Support multiple streams */ in dc_stream_get_crtc_position()
476 const struct dc_stream_state *stream = streams[0]; in dc_stream_get_crtc_position()
777 struct dc_stream_state **streams, in dc_stream_set_static_screen_params() argument
786 struct dc_stream_state *stream = streams[i]; in dc_stream_set_static_screen_params()
1128 if (old_stream == context->streams[j]) { in disable_dangling_plane()
1555 struct dc_stream_state *streams[], in streams_changed()
1564 if (dc->current_state->streams[i] != streams[ in streams_changed()
1554 streams_changed(struct dc * dc,struct dc_stream_state * streams[],uint8_t stream_count) streams_changed() argument
1743 dc_enable_stereo(struct dc * dc,struct dc_state * context,struct dc_stream_state * streams[],uint8_t stream_count) dc_enable_stereo() argument
2008 dc_commit_streams(struct dc * dc,struct dc_stream_state * streams[],uint8_t stream_count) dc_commit_streams() argument
[all...]
H A Ddc_resource.c346 case 0: /* multi streams supported */ in update_num_audio()
348 case 1: /* multi streams not supported */ in update_num_audio()
373 /* find the total number of streams available via the in resource_construct()
1962 if (context->streams[i] == stream) { in dc_remove_plane_from_context()
2043 if (context->streams[i] == stream) { in dc_rem_all_planes_for_stream()
2174 * dc_is_stream_scaling_unchanged() - Compare scaling rectangles of two streams. in dc_is_stream_scaling_unchanged()
2429 DC_LOG_WARNING("Max streams reached, can't add stream %p !\n", stream); in dc_add_stream_to_ctx()
2433 new_ctx->streams[new_ctx->stream_count] = stream; in dc_add_stream_to_ctx()
2503 if (new_ctx->streams[i] == stream) in dc_remove_stream_from_ctx()
2506 if (new_ctx->streams[ in dc_remove_stream_from_ctx()
[all...]
/openbsd-src/sys/dev/pci/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_mst_types.c1097 stream = dc_state->streams[i]; in compute_mst_dsc_configs_for_link()
1234 stream = dc_state->streams[i]; in is_dsc_need_re_compute()
1280 stream = dc->current_state->streams[i]; in is_dsc_need_re_compute()
1323 stream = dc_state->streams[i]; in compute_mst_dsc_configs_for_state()
1354 if (dc_state->streams[j]->link == stream->link) in compute_mst_dsc_configs_for_state()
1360 stream = dc_state->streams[i]; in compute_mst_dsc_configs_for_state()
1386 stream = dc_state->streams[i]; in pre_compute_mst_dsc_configs_for_state()
1412 if (dc_state->streams[j]->link == stream->link)
1493 * create local vailable for dc_state. copy content of streams of dm_state->context in pre_validate_dsc()
1503 struct dc_stream_state *stream = dm_state->context->streams[ in pre_validate_dsc()
[all...]
/openbsd-src/sys/dev/pci/drm/amd/display/dc/link/accessories/
H A Dlink_fpga.c68 …ots_per_mtp = link_calculate_sst_avg_time_slots_per_mtp(state->streams[i], state->streams[i]->link… in dp_fpga_hpo_enable_link_and_stream()
/openbsd-src/gnu/usr.bin/texinfo/util/
H A Dtexindex.c1464 FILE **streams; in merge_direct()
1509 /* streams[i] holds the input stream for file i. */ in merge_direct()
1510 streams = (FILE **) xmalloc (nfiles * sizeof (FILE *)); in merge_direct()
1524 streams[i] = fopen (infiles[i], "r"); in merge_direct()
1525 if (!streams[i]) in merge_direct()
1528 readline (thisline[i], streams[i]); in merge_direct()
1575 if (feof (streams[bestfile])) in merge_direct()
1582 readline (thisline[bestfile], streams[bestfile]); in merge_direct()
1583 if (thisline[bestfile]->buffer[0] || !feof (streams[bestfile])) in merge_direct()
1590 /* Free all storage and close all input streams in merge_direct()
1453 FILE **streams; merge_direct() local
[all...]
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn32/
H A Ddcn32_resource_helpers.c295 if (context->streams[i]->mall_stream_config.type != SUBVP_PHANTOM) in dcn32_determine_det_override()
302 if (context->streams[i]->mall_stream_config.type == SUBVP_PHANTOM) in dcn32_determine_det_override()
311 if (context->res_ctx.pipe_ctx[j].stream == context->streams[i] && in dcn32_determine_det_override()
321 if (k != j && context->res_ctx.pipe_ctx[k].stream == context->streams[i] && in dcn32_determine_det_override()
330 if (k != j && context->res_ctx.pipe_ctx[k].stream == context->streams[i] && in dcn32_determine_det_override()
582 fpo_candidate_stream = context->streams[0]; in dcn32_can_support_mclk_switch_using_fw_based_vblank_stretch()
/openbsd-src/sys/dev/pci/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()
129 const struct dc_stream_state *stream = context->streams[j]; in dce110_fill_display_configs()
238 &context->streams[0]->timing; in dce11_pplib_apply_display_requirements()
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/
H A DSpreadsheet-Read.tml31 description: Provides parsing of CSV streams
104 'description' => 'Provides parsing of CSV streams'
/openbsd-src/usr.bin/file/magdir/
H A Danimation671 # Stored AAC streams (instead of the MP4 format)
678 >>16 byte&0x1E 0x04 \b, 2 streams
679 >>16 byte&0x1E 0x06 \b, 3 streams
680 >>16 byte &0x08 \b, 4 or more streams
681 >>16 byte &0x10 \b, 8 or more streams
689 >>7 byte&0x1E 0x04 \b, 2 streams
690 >>7 byte&0x1E 0x06 \b, 3 streams
691 >>7 byte &0x08 \b, 4 or more streams
692 >>7 byte &0x10 \b, 8 or more streams
733 # Live MPEG-4 audio streams (instead of RTP FlexMux)
[all …]
/openbsd-src/gnu/gcc/libstdc++-v3/docs/html/27_io/
H A Dbinary_iostreams_kanze.txt15 |> use streams, because they write and read a human readable text
30 to use, and implement streams to input and output that. If you are
H A Dbinary_iostreams_kuehl.txt39 : streams, because they write and read a human readable text format of
77 on the streams level.
/openbsd-src/gnu/lib/libstdc++/libstdc++/docs/html/27_io/
H A Dbinary_iostreams_kanze.txt15 |> use streams, because they write and read a human readable text
30 to use, and implement streams to input and output that. If you are
H A Dbinary_iostreams_kuehl.txt39 : streams, because they write and read a human readable text format of
77 on the streams level.
/openbsd-src/sys/dev/pci/drm/include/drm/
H A Di915_hdcp_interface.h15 struct hdcp2_streamid_type *streams; member
/openbsd-src/sys/dev/pci/drm/amd/display/dc/inc/
H A Dlink_enc_cfg.h60 struct dc_stream_state *streams[],
H A Dcore_types.h113 struct dc_stream_state *streams[],
494 struct dc_stream_state *streams[MAX_PIPES]; member
/openbsd-src/sys/dev/pci/drm/i915/display/
H A Dintel_hdcp_gsc.c503 cmd_size = struct_size(verify_mprime_in, streams, data->k); in gsc_hdcp_verify_mprime()
523 memcpy(verify_mprime_in->streams, data->streams, in gsc_hdcp_verify_mprime()
524 array_size(data->k, sizeof(*data->streams))); in gsc_hdcp_verify_mprime()
576 enable_auth_in.stream_type = data->streams[0].stream_type; in gsc_hdcp_enable_authentication()
H A Dintel_hdcp.c63 * content_type for all streams in DP MST topology because security f/w doesn't
65 * all available streams with the content_type proivided at the time of port
69 * policy to mark different content_types for different streams.
85 * Apply common protection level across all streams in DP MST Topology. in intel_hdcp_required_content_stream()
86 * Use highest supported content type for all streams in DP MST Topology. in intel_hdcp_required_content_stream()
89 data->streams[k].stream_type = in intel_hdcp_required_content_stream()
100 data->streams[0].stream_type = hdcp->content_type; in intel_hdcp_prepare_streams()
1584 msgs.stream_manage.streams[i].stream_id = data->streams[i].stream_id; in _hdcp2_propagate_stream_management_info()
1585 msgs.stream_manage.streams[ in _hdcp2_propagate_stream_management_info()
[all...]
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-pdbutil.rst33 file, including CodeView records, hash tables, PDB streams, etc.
34 * :ref:`bytes_subcommand` - Dump data from the PDB file's streams, records,
272 .. option:: -streams
274 dump a summary of all of the streams in the PDB file.
278 In conjunction with :option:`-streams`, add information to the output about
460 Dump binary data from the specified streams. Format is SN[:Start][@Size].
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn30/
H A Ddcn30_resource.c1888 if (context == NULL || context->streams[0] == NULL) in get_refresh_rate()
1892 timing = &context->streams[0]->timing; in get_refresh_rate()
1924 if (context == NULL || context->streams[0] == NULL) in get_frame_rate_at_max_stretch_100hz()
1928 timing = &context->streams[0]->timing; in get_frame_rate_at_max_stretch_100hz()
1948 if (context == NULL || context->streams[0] == NULL) in is_refresh_rate_support_mclk_switch_using_fw_based_vblank_stretch()
1952 min_refresh_100hz = context->streams[0]->timing.min_refresh_in_uhz / 10000; in is_refresh_rate_support_mclk_switch_using_fw_based_vblank_stretch()
1965 if (context == NULL || context->streams[0] == NULL) in dcn30_can_support_mclk_switch_using_fw_based_vblank_stretch()
1968 if (context->streams[0]->sink->edid_caps.panel_patch.disable_fams) in dcn30_can_support_mclk_switch_using_fw_based_vblank_stretch()
1991 if (!context->streams[0]->allow_freesync) in dcn30_can_support_mclk_switch_using_fw_based_vblank_stretch()
1994 if (context->streams[ in dcn30_can_support_mclk_switch_using_fw_based_vblank_stretch()
[all...]
/openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/
H A DFAQ.pod223 To force C<IO::Uncompress::Gunzip> to uncompress all the gzip data streams,
232 A C<bgzip> file consists of a series of valid gzip-compliant data streams
273 To force C<IO::Uncompress::Bunzip2> to uncompress all the bzip2 data streams,
284 data streams.
498 of compressed data streams, each of which is prefixed by an uncompressed
653 application can cope with large compressed data streams.

123456