Home
last modified time | relevance | path

Searched refs:video_temporal_decimation (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/media/common/
Dcx2341x.c254 .video_temporal_decimation = 0,
334 ctrl->value = params->video_temporal_decimation; in cx2341x_get_ctrl()
483 params->video_temporal_decimation = ctrl->value; in cx2341x_set_ctrl()
1145 if (force || NEQ(video_temporal_decimation)) { in cx2341x_update()
1147 1, new->video_temporal_decimation); in cx2341x_update()
1219 if (p->video_temporal_decimation) in cx2341x_log_status()
1221 prefix, p->video_temporal_decimation); in cx2341x_log_status()
/linux-4.4.14/include/media/
Dcx2341x.h70 u16 video_temporal_decimation; member