Home
last modified time | relevance | path

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

/linux-4.4.14/include/trace/events/
Dhswadsp.h288 __field( uint8_t, stream_type )
295 __entry->stream_type = req->stream_type;
301 (uint8_t)__entry->stream_type, (uint8_t)__entry->format_id)
/linux-4.4.14/drivers/media/common/
Dcx2341x.c230 .stream_type = V4L2_MPEG_STREAM_TYPE_MPEG2_PS,
343 ctrl->value = params->stream_type; in cx2341x_get_ctrl()
494 params->stream_type = ctrl->value; in cx2341x_set_ctrl()
496 (params->stream_type == V4L2_MPEG_STREAM_TYPE_MPEG1_SS || in cx2341x_set_ctrl()
497 params->stream_type == V4L2_MPEG_STREAM_TYPE_MPEG1_VCD) ? in cx2341x_set_ctrl()
1074 if (force || NEQ(stream_type)) { in cx2341x_update()
1076 mpeg_stream_type[new->stream_type]); in cx2341x_update()
1322 (hdl->stream_type->val == V4L2_MPEG_STREAM_TYPE_MPEG1_SS || in cx2341x_try_ctrl()
1323 hdl->stream_type->val == V4L2_MPEG_STREAM_TYPE_MPEG1_VCD) ? in cx2341x_try_ctrl()
1568 cxhdl->stream_type = cx2341x_ctrl_new_menu(hdl, in cx2341x_handler_init()
[all …]
/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_uvd.c312 unsigned stream_type = msg[4]; in radeon_uvd_cs_msg_decode() local
327 switch (stream_type) { in radeon_uvd_cs_msg_decode()
378 DRM_ERROR("UVD codec not handled %d!\n", stream_type); in radeon_uvd_cs_msg_decode()
399 unsigned stream_type) in radeon_uvd_validate_codec() argument
401 switch (stream_type) { in radeon_uvd_validate_codec()
416 stream_type); in radeon_uvd_validate_codec()
/linux-4.4.14/include/media/
Dcx2341x.h45 enum v4l2_mpeg_stream_type stream_type; member
152 struct v4l2_ctrl *stream_type; member
/linux-4.4.14/sound/soc/intel/baytrail/
Dsst-baytrail-ipc.h49 int codec_type, int stream_type, int operation);
Dsst-baytrail-ipc.c399 int codec_type, int stream_type, int operation) in sst_byt_stream_type() argument
402 stream->request.str_type.str_type = stream_type; in sst_byt_stream_type()
/linux-4.4.14/sound/soc/intel/atom/
Dsst-mfld-dsp.h169 enum stream_type { enum
400 u8 stream_type; member
Dsst-mfld-platform.h90 u8 stream_type; member
Dsst-mfld-platform-pcm.c197 str_params->stream_type = SST_STREAM_TYPE_MUSIC; in sst_fill_stream_params()
/linux-4.4.14/drivers/media/pci/cx18/
Dcx18-controls.c36 int type = cxhdl->stream_type->val; in cx18_s_stream_vbi_fmt()
/linux-4.4.14/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.h353 u8 stream_type; member
432 enum sst_hsw_stream_type stream_type,
Dsst-haswell-ipc.c1123 enum sst_hsw_stream_type stream_type, in sst_hsw_stream_format() argument
1132 stream->request.stream_type = stream_type; in sst_hsw_stream_format()
/linux-4.4.14/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-4.4.14/drivers/media/pci/saa7164/
Dsaa7164.h283 u32 stream_type; /* V4L2_MPEG_STREAM_TYPE_MPEG2_TS */ member
300 u32 stream_type; /* V4L2_MPEG_STREAM_TYPE_MPEG2_TS */ member
Dsaa7164-encoder.c122 if (port->encoder_params.stream_type == in saa7164_encoder_buffers_alloc()
133 if (port->encoder_params.stream_type == in saa7164_encoder_buffers_alloc()
459 params->stream_type = ctrl->val; in saa7164_s_ctrl()
Dsaa7164-core.c311 if (port->encoder_params.stream_type == V4L2_MPEG_STREAM_TYPE_MPEG2_TS) in saa7164_work_enchandler_helper()
313 else if (port->encoder_params.stream_type == V4L2_MPEG_STREAM_TYPE_MPEG2_PS) in saa7164_work_enchandler_helper()
Dsaa7164-api.c197 if (port->encoder_params.stream_type == V4L2_MPEG_STREAM_TYPE_MPEG2_PS) in saa7164_api_set_encoder()
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu_uvd.c379 unsigned stream_type = msg[4]; in amdgpu_uvd_cs_msg_decode() local
397 switch (stream_type) { in amdgpu_uvd_cs_msg_decode()
488 DRM_ERROR("UVD codec not handled %d!\n", stream_type); in amdgpu_uvd_cs_msg_decode()
/linux-4.4.14/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()