Searched refs:stream_type (Results 1 - 25 of 33) sorted by path

12

/linux-master/drivers/media/pci/cx18/
H A Dcx18-controls.c22 int type = cxhdl->stream_type->val;
/linux-master/drivers/media/usb/as102/
H A Das10x_cmd.h186 uint8_t stream_type; member in struct:as10x_add_pid_filter::__anon157
H A Das10x_cmd_stream.c35 pcmd->body.add_pid_filter.req.stream_type = filter->type;
/linux-master/include/media/drv-intf/
H A Dcx2341x.h33 enum v4l2_mpeg_stream_type stream_type; member in struct:cx2341x_mpeg_params
140 struct v4l2_ctrl *stream_type; member in struct:cx2341x_handler::__anon1428
/linux-master/sound/soc/qcom/qdsp6/
H A Dq6routing.h6 int stream_id, int stream_type);
7 void q6routing_stream_close(int fedai_id, int stream_type);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_uvd.c621 unsigned int stream_type = msg[4]; local
639 switch (stream_type) {
781 DRM_ERROR("UVD codec not handled %d!\n", stream_type);
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_dp_hdcp.c289 u8 stream_type; member in struct:hdcp2_dp_errata_stream_type
611 stream_type_msg.stream_type = content_type;
800 & AUTH_STREAM_TYPE) != data->streams[0].stream_type);
H A Dintel_hdcp.c121 data->streams[k].stream_type =
139 data->streams[0].stream_type = hdcp->content_type;
1636 msgs.stream_manage.streams[i].stream_type = data->streams[i].stream_type;
H A Dintel_hdcp_gsc_message.c527 enable_auth_in.stream_type = data->streams[0].stream_type;
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_uvd.c357 unsigned stream_type = msg[4]; local
372 switch (stream_type) {
423 DRM_ERROR("UVD codec not handled %d!\n", stream_type);
444 unsigned stream_type)
446 switch (stream_type) {
461 stream_type);
443 radeon_uvd_validate_codec(struct radeon_cs_parser *p, unsigned stream_type) argument
/linux-master/drivers/media/common/
H A Dcx2341x.c217 .stream_type = V4L2_MPEG_STREAM_TYPE_MPEG2_PS,
330 ctrl->value = params->stream_type;
481 params->stream_type = ctrl->value;
483 (params->stream_type == V4L2_MPEG_STREAM_TYPE_MPEG1_SS ||
484 params->stream_type == V4L2_MPEG_STREAM_TYPE_MPEG1_VCD) ?
1065 CMP_FIELD(old, new, stream_type)) {
1067 mpeg_stream_type[new->stream_type]);
1344 (hdl->stream_type->val == V4L2_MPEG_STREAM_TYPE_MPEG1_SS ||
1345 hdl->stream_type->val == V4L2_MPEG_STREAM_TYPE_MPEG1_VCD) ?
1590 cxhdl->stream_type
[all...]
/linux-master/drivers/media/pci/saa7164/
H A Dsaa7164-api.c183 if (port->encoder_params.stream_type == V4L2_MPEG_STREAM_TYPE_MPEG2_PS)
H A Dsaa7164-core.c295 if (port->encoder_params.stream_type == V4L2_MPEG_STREAM_TYPE_MPEG2_TS)
297 else if (port->encoder_params.stream_type == V4L2_MPEG_STREAM_TYPE_MPEG2_PS)
H A Dsaa7164-encoder.c108 if (port->encoder_params.stream_type ==
119 if (port->encoder_params.stream_type ==
444 params->stream_type = ctrl->val;
H A Dsaa7164.h265 u32 stream_type; /* V4L2_MPEG_STREAM_TYPE_MPEG2_TS */ member in struct:saa7164_encoder_params
282 u32 stream_type; /* V4L2_MPEG_STREAM_TYPE_MPEG2_TS */ member in struct:saa7164_vbi_params
/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-m2m.c31 static unsigned int get_m2m_fmt_flags(unsigned int stream_type) argument
33 if (stream_type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
/linux-master/drivers/media/test-drivers/vidtv/
H A Dvidtv_psi.c1061 enum vidtv_psi_stream_types stream_type,
1074 stream->type = stream_type;
1060 vidtv_psi_pmt_stream_init(struct vidtv_psi_table_pmt_stream *head, enum vidtv_psi_stream_types stream_type, u16 es_pid) argument
H A Dvidtv_psi.h361 enum vidtv_psi_stream_types stream_type,
/linux-master/drivers/misc/mei/hdcp/
H A Dmei_hdcp.c640 enable_auth_in.stream_type = data->streams[0].stream_type;
/linux-master/drivers/soundwire/
H A Damd_manager.c622 sconfig.type = dai_runtime->stream_type;
680 dai_runtime->stream_type = SDW_STREAM_PCM;
H A Dcadence_master.c1775 dai_runtime->stream_type = SDW_STREAM_PCM;
H A Dcadence_master.h87 * @stream_type: Stream type
98 enum sdw_stream_type stream_type; member in struct:sdw_cdns_dai_runtime
H A Dintel.c721 sconfig.type = dai_runtime->stream_type;
H A Dintel_ace2x.c290 sconfig.type = dai_runtime->stream_type;
/linux-master/fs/smb/server/
H A Dmisc.c121 char *stream_type; local
129 stream_type = s_name;
130 s_name = strsep(&stream_type, ":");
139 stream_type);
140 if (!strncasecmp("$data", stream_type, 5))
142 else if (!strncasecmp("$index_allocation", stream_type, 17))

Completed in 679 milliseconds

12