Home
last modified time | relevance | path

Searched refs:stream_type (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.h57 llvm::ArrayRef<uint8_t> GetStream(StreamType stream_type);
95 static llvm::StringRef GetStreamTypeAsString(StreamType stream_type);
H A DProcessMinidump.cpp900 auto DumpTextStream = [&](StreamType stream_type, in DoExecute()
902 auto bytes = minidump.GetStream(stream_type); in DoExecute()
905 label = MinidumpParser::GetStreamTypeAsString(stream_type); in DoExecute()
909 auto DumpBinaryStream = [&](StreamType stream_type, in DoExecute() argument
911 auto bytes = minidump.GetStream(stream_type); in DoExecute()
914 label = MinidumpParser::GetStreamTypeAsString(stream_type); in DoExecute()
H A DMinidumpParser.cpp48 llvm::ArrayRef<uint8_t> MinidumpParser::GetStream(StreamType stream_type) { in GetStream() argument
49 return m_file->getRawStream(stream_type).value_or(llvm::ArrayRef<uint8_t>()); in GetStream()
634 MinidumpParser::GetStreamTypeAsString(StreamType stream_type) { in GetStreamTypeAsString() argument
635 switch (stream_type) { in GetStreamTypeAsString()
/openbsd-src/sys/dev/pci/drm/radeon/
H A Dradeon_uvd.c358 unsigned stream_type = msg[4]; in radeon_uvd_cs_msg_decode() local
373 switch (stream_type) { in radeon_uvd_cs_msg_decode()
424 DRM_ERROR("UVD codec not handled %d!\n", stream_type); in radeon_uvd_cs_msg_decode()
445 unsigned stream_type) in radeon_uvd_validate_codec() argument
447 switch (stream_type) { in radeon_uvd_validate_codec()
462 stream_type); in radeon_uvd_validate_codec()
/openbsd-src/sys/dev/pci/drm/i915/display/
H A Dintel_dp_hdcp.c284 u8 stream_type; member
594 stream_type_msg.stream_type = content_type; in intel_dp_hdcp2_config_stream_type()
732 & AUTH_STREAM_TYPE) != data->streams[0].stream_type); in intel_dp_mst_hdcp2_stream_encryption()
H A Dintel_hdcp_gsc.c576 enable_auth_in.stream_type = data->streams[0].stream_type; in gsc_hdcp_enable_authentication()
H A Dintel_hdcp.c89 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()
1585 msgs.stream_manage.streams[i].stream_type = data->streams[i].stream_type; in _hdcp2_propagate_stream_management_info()
/openbsd-src/sys/dev/pci/drm/include/drm/display/
H A Ddrm_hdcp.h135 u8 stream_type; member
/openbsd-src/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_uvd.c616 unsigned int stream_type = msg[4]; in amdgpu_uvd_cs_msg_decode() local
634 switch (stream_type) { in amdgpu_uvd_cs_msg_decode()
776 DRM_ERROR("UVD codec not handled %d!\n", stream_type); in amdgpu_uvd_cs_msg_decode()