Home
last modified time | relevance | path

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

/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()
1045 if (force || NEQ(stream_type)) { in cx2341x_update()
1047 mpeg_stream_type[new->stream_type]); in cx2341x_update()
1293 (hdl->stream_type->val == V4L2_MPEG_STREAM_TYPE_MPEG1_SS || in cx2341x_try_ctrl()
1294 hdl->stream_type->val == V4L2_MPEG_STREAM_TYPE_MPEG1_VCD) ? in cx2341x_try_ctrl()
1539 cxhdl->stream_type = cx2341x_ctrl_new_menu(hdl, in cx2341x_handler_init()
[all …]
/drivers/gpu/drm/radeon/
Dradeon_uvd.c313 unsigned stream_type = msg[4]; in radeon_uvd_cs_msg_decode() local
328 switch (stream_type) { in radeon_uvd_cs_msg_decode()
379 DRM_ERROR("UVD codec not handled %d!\n", stream_type); in radeon_uvd_cs_msg_decode()
400 unsigned stream_type) in radeon_uvd_validate_codec() argument
402 switch (stream_type) { in radeon_uvd_validate_codec()
417 stream_type); in radeon_uvd_validate_codec()
/drivers/media/pci/cx18/
Dcx18-controls.c36 int type = cxhdl->stream_type->val; in cx18_s_stream_vbi_fmt()
/drivers/media/pci/saa7164/
Dsaa7164-encoder.c128 if (port->encoder_params.stream_type == in saa7164_encoder_buffers_alloc()
139 if (port->encoder_params.stream_type == in saa7164_encoder_buffers_alloc()
508 ctrl->value = params->stream_type; in saa7164_get_ctrl()
642 params->stream_type = ctrl->value; in saa7164_set_ctrl()
1391 port->encoder_params.stream_type = V4L2_MPEG_STREAM_TYPE_MPEG2_PS; in saa7164_encoder_register()
Dsaa7164.h274 u32 stream_type; /* V4L2_MPEG_STREAM_TYPE_MPEG2_TS */ member
291 u32 stream_type; /* V4L2_MPEG_STREAM_TYPE_MPEG2_TS */ member
Dsaa7164-vbi.c477 ctrl->value = params->stream_type; in saa7164_get_ctrl()
587 params->stream_type = ctrl->value; in saa7164_set_ctrl()
Dsaa7164-core.c306 if (port->encoder_params.stream_type == V4L2_MPEG_STREAM_TYPE_MPEG2_TS) in saa7164_work_enchandler_helper()
308 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()
/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
/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()