Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/sound/soc/qcom/qdsp6/
Dq6routing.h6 int stream_id, int stream_type);
7 void q6routing_stream_close(int fedai_id, int stream_type);
Dq6routing.c357 int stream_id, int stream_type) in q6routing_stream_open() argument
435 void q6routing_stream_close(int fedai_id, int stream_type) in q6routing_stream_close() argument
/kernel/linux/linux-5.10/drivers/media/common/
Dcx2341x.c217 .stream_type = V4L2_MPEG_STREAM_TYPE_MPEG2_PS,
330 ctrl->value = params->stream_type; in cx2341x_get_ctrl()
481 params->stream_type = ctrl->value; in cx2341x_set_ctrl()
483 (params->stream_type == V4L2_MPEG_STREAM_TYPE_MPEG1_SS || in cx2341x_set_ctrl()
484 params->stream_type == V4L2_MPEG_STREAM_TYPE_MPEG1_VCD) ? in cx2341x_set_ctrl()
1065 CMP_FIELD(old, new, stream_type)) { in cx2341x_update()
1067 mpeg_stream_type[new->stream_type]); in cx2341x_update()
1344 (hdl->stream_type->val == V4L2_MPEG_STREAM_TYPE_MPEG1_SS || in cx2341x_try_ctrl()
1345 hdl->stream_type->val == V4L2_MPEG_STREAM_TYPE_MPEG1_VCD) ? in cx2341x_try_ctrl()
1590 cxhdl->stream_type = cx2341x_ctrl_new_menu(hdl, in cx2341x_handler_init()
[all …]
/kernel/linux/linux-5.10/include/media/drv-intf/
Dcx2341x.h33 enum v4l2_mpeg_stream_type stream_type; member
140 struct v4l2_ctrl *stream_type; member
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
Dradeon_uvd.c356 unsigned stream_type = msg[4]; in radeon_uvd_cs_msg_decode() local
371 switch (stream_type) { in radeon_uvd_cs_msg_decode()
422 DRM_ERROR("UVD codec not handled %d!\n", stream_type); in radeon_uvd_cs_msg_decode()
443 unsigned stream_type) in radeon_uvd_validate_codec() argument
445 switch (stream_type) { in radeon_uvd_validate_codec()
460 stream_type); in radeon_uvd_validate_codec()
/kernel/linux/linux-5.10/sound/soc/intel/atom/
Dsst-mfld-dsp.h161 enum stream_type { enum
392 u8 stream_type; member
Dsst-mfld-platform.h84 u8 stream_type; member
/kernel/linux/linux-5.10/drivers/media/pci/cx18/
Dcx18-controls.c22 int type = cxhdl->stream_type->val; in cx18_s_stream_vbi_fmt()
/kernel/linux/linux-5.10/drivers/soundwire/
Dcadence_master.h95 enum sdw_stream_type stream_type; member
Dintel.c930 if (dma->stream_type == SDW_STREAM_PDM) in intel_hw_params()
963 sconfig.type = dma->stream_type; in intel_hw_params()
965 if (dma->stream_type == SDW_STREAM_PDM) { in intel_hw_params()
Dcadence_master.c1581 dma->stream_type = SDW_STREAM_PCM; in cdns_set_sdw_stream()
1583 dma->stream_type = SDW_STREAM_PDM; in cdns_set_sdw_stream()
/kernel/linux/linux-5.10/sound/soc/intel/catpt/
Dmessages.c33 enum catpt_stream_type stream_type:8; member
74 input.stream_type = type; in catpt_ipc_alloc_stream()
/kernel/linux/linux-5.10/drivers/media/usb/as102/
Das10x_cmd_stream.c35 pcmd->body.add_pid_filter.req.stream_type = filter->type; in as10x_cmd_add_PID_filter()
Das10x_cmd.h186 uint8_t stream_type; member
/kernel/linux/linux-5.10/drivers/media/pci/saa7164/
Dsaa7164.h265 u32 stream_type; /* V4L2_MPEG_STREAM_TYPE_MPEG2_TS */ member
282 u32 stream_type; /* V4L2_MPEG_STREAM_TYPE_MPEG2_TS */ member
Dsaa7164-encoder.c108 if (port->encoder_params.stream_type == in saa7164_encoder_buffers_alloc()
119 if (port->encoder_params.stream_type == in saa7164_encoder_buffers_alloc()
444 params->stream_type = ctrl->val; in saa7164_s_ctrl()
Dsaa7164-core.c295 if (port->encoder_params.stream_type == V4L2_MPEG_STREAM_TYPE_MPEG2_TS) in saa7164_work_enchandler_helper()
297 else if (port->encoder_params.stream_type == V4L2_MPEG_STREAM_TYPE_MPEG2_PS) in saa7164_work_enchandler_helper()
/kernel/linux/linux-5.10/drivers/misc/mei/hdcp/
Dmei_hdcp.h319 u8 stream_type; member
Dmei_hdcp.c640 enable_auth_in.stream_type = data->streams[0].stream_type; in mei_hdcp_enable_authentication()
/kernel/linux/linux-5.10/include/drm/
Ddrm_hdcp.h135 u8 stream_type; member
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
Dintel_dp_hdcp.c264 u8 stream_type; member
554 stream_type_msg.stream_type = content_type; in intel_dp_hdcp2_config_stream_type()
Dintel_hdcp.c1469 msgs.stream_manage.streams[0].stream_type = hdcp->content_type; in hdcp2_propagate_stream_management_info()
1483 hdcp->port_data.streams[0].stream_type = hdcp->content_type; in hdcp2_propagate_stream_management_info()
1622 hdcp->port_data.streams[0].stream_type = hdcp->content_type; in hdcp2_authenticate_sink()
1985 data->streams[0].stream_type = hdcp->content_type; in initialize_hdcp_port_data()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_uvd.c556 unsigned stream_type = msg[4]; in amdgpu_uvd_cs_msg_decode() local
574 switch (stream_type) { in amdgpu_uvd_cs_msg_decode()
716 DRM_ERROR("UVD codec not handled %d!\n", stream_type); in amdgpu_uvd_cs_msg_decode()
/kernel/linux/linux-5.10/drivers/media/test-drivers/vidtv/
Dvidtv_psi.h361 enum vidtv_psi_stream_types stream_type,
/kernel/linux/linux-5.10/drivers/media/platform/exynos4-is/
Dfimc-m2m.c31 static unsigned int get_m2m_fmt_flags(unsigned int stream_type) in get_m2m_fmt_flags() argument
33 if (stream_type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) in get_m2m_fmt_flags()

12