Home
last modified time | relevance | path

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

12

/Linux-v4.19/sound/soc/qcom/qdsp6/
Dq6routing.h6 int stream_id, int stream_type);
7 void q6routing_stream_close(int fedai_id, int stream_type);
Dq6routing.c309 int stream_id, int stream_type) in q6routing_stream_open() argument
387 void q6routing_stream_close(int fedai_id, int stream_type) in q6routing_stream_close() argument
/Linux-v4.19/include/trace/events/
Dhswadsp.h289 __field( uint8_t, stream_type )
296 __entry->stream_type = req->stream_type;
302 (uint8_t)__entry->stream_type, (uint8_t)__entry->format_id)
/Linux-v4.19/drivers/media/common/
Dcx2341x.c226 .stream_type = V4L2_MPEG_STREAM_TYPE_MPEG2_PS,
339 ctrl->value = params->stream_type; in cx2341x_get_ctrl()
490 params->stream_type = ctrl->value; in cx2341x_set_ctrl()
492 (params->stream_type == V4L2_MPEG_STREAM_TYPE_MPEG1_SS || in cx2341x_set_ctrl()
493 params->stream_type == V4L2_MPEG_STREAM_TYPE_MPEG1_VCD) ? in cx2341x_set_ctrl()
1070 if (force || NEQ(stream_type)) { in cx2341x_update()
1072 mpeg_stream_type[new->stream_type]); in cx2341x_update()
1318 (hdl->stream_type->val == V4L2_MPEG_STREAM_TYPE_MPEG1_SS || in cx2341x_try_ctrl()
1319 hdl->stream_type->val == V4L2_MPEG_STREAM_TYPE_MPEG1_VCD) ? in cx2341x_try_ctrl()
1564 cxhdl->stream_type = cx2341x_ctrl_new_menu(hdl, in cx2341x_handler_init()
[all …]
/Linux-v4.19/include/media/drv-intf/
Dcx2341x.h45 enum v4l2_mpeg_stream_type stream_type; member
152 struct v4l2_ctrl *stream_type; member
/Linux-v4.19/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()
/Linux-v4.19/sound/soc/intel/baytrail/
Dsst-baytrail-ipc.h49 int codec_type, int stream_type, int operation);
Dsst-baytrail-ipc.c392 int codec_type, int stream_type, int operation) in sst_byt_stream_type() argument
395 stream->request.str_type.str_type = stream_type; in sst_byt_stream_type()
/Linux-v4.19/sound/soc/intel/atom/
Dsst-mfld-dsp.h169 enum stream_type { enum
400 u8 stream_type; member
Dsst-mfld-platform.h92 u8 stream_type; member
Dsst-mfld-platform-pcm.c198 str_params->stream_type = SST_STREAM_TYPE_MUSIC; in sst_fill_stream_params()
/Linux-v4.19/drivers/soundwire/
Dcadence_master.h110 enum sdw_stream_type stream_type; member
Dintel.c486 if (dma->stream_type == SDW_STREAM_PDM) { in intel_hw_params()
522 sconfig.type = dma->stream_type; in intel_hw_params()
524 if (dma->stream_type == SDW_STREAM_PDM) { in intel_hw_params()
Dcadence_master.c1001 dma->stream_type = SDW_STREAM_PCM; in cdns_set_sdw_stream()
1003 dma->stream_type = SDW_STREAM_PDM; in cdns_set_sdw_stream()
/Linux-v4.19/drivers/media/pci/cx18/
Dcx18-controls.c31 int type = cxhdl->stream_type->val; in cx18_s_stream_vbi_fmt()
/Linux-v4.19/sound/soc/intel/haswell/
Dsst-haswell-pcm.c482 enum sst_hsw_stream_type stream_type; in hsw_pcm_hw_params() local
524 stream_type = SST_HSW_STREAM_TYPE_SYSTEM; in hsw_pcm_hw_params()
528 stream_type = SST_HSW_STREAM_TYPE_CAPTURE; in hsw_pcm_hw_params()
534 stream_type = SST_HSW_STREAM_TYPE_RENDER; in hsw_pcm_hw_params()
539 stream_type = SST_HSW_STREAM_TYPE_LOOPBACK; in hsw_pcm_hw_params()
550 path_id, stream_type, SST_HSW_STREAM_FORMAT_PCM_FORMAT); in hsw_pcm_hw_params()
Dsst-haswell-ipc.h355 u8 stream_type; member
434 enum sst_hsw_stream_type stream_type,
Dsst-haswell-ipc.c1117 enum sst_hsw_stream_type stream_type, in sst_hsw_stream_format() argument
1126 stream->request.stream_type = stream_type; in sst_hsw_stream_format()
/Linux-v4.19/drivers/media/usb/as102/
Das10x_cmd_stream.c44 pcmd->body.add_pid_filter.req.stream_type = filter->type; in as10x_cmd_add_PID_filter()
Das10x_cmd.h195 uint8_t stream_type; member
/Linux-v4.19/drivers/media/pci/saa7164/
Dsaa7164.h275 u32 stream_type; /* V4L2_MPEG_STREAM_TYPE_MPEG2_TS */ member
292 u32 stream_type; /* V4L2_MPEG_STREAM_TYPE_MPEG2_TS */ member
Dsaa7164-encoder.c118 if (port->encoder_params.stream_type == in saa7164_encoder_buffers_alloc()
129 if (port->encoder_params.stream_type == in saa7164_encoder_buffers_alloc()
454 params->stream_type = ctrl->val; in saa7164_s_ctrl()
Dsaa7164-core.c307 if (port->encoder_params.stream_type == V4L2_MPEG_STREAM_TYPE_MPEG2_TS) in saa7164_work_enchandler_helper()
309 else if (port->encoder_params.stream_type == V4L2_MPEG_STREAM_TYPE_MPEG2_PS) in saa7164_work_enchandler_helper()
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_uvd.c517 unsigned stream_type = msg[4]; in amdgpu_uvd_cs_msg_decode() local
535 switch (stream_type) { in amdgpu_uvd_cs_msg_decode()
677 DRM_ERROR("UVD codec not handled %d!\n", stream_type); in amdgpu_uvd_cs_msg_decode()
/Linux-v4.19/drivers/media/platform/exynos4-is/
Dfimc-m2m.c35 static unsigned int get_m2m_fmt_flags(unsigned int stream_type) in get_m2m_fmt_flags() argument
37 if (stream_type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) in get_m2m_fmt_flags()

12