Lines Matching refs:new

1035 #define NEQ(field) (old->field != new->field)
1039 const struct cx2341x_mpeg_params *new) in cx2341x_update() argument
1052 u16 temporal = new->video_temporal_filter; in cx2341x_update()
1054 cx2341x_api(priv, func, CX2341X_ENC_SET_OUTPUT_PORT, 2, new->port, 0); in cx2341x_update()
1058 new->is_50hz); in cx2341x_update()
1063 u16 w = new->width; in cx2341x_update()
1064 u16 h = new->height; in cx2341x_update()
1066 if (new->video_encoding == V4L2_MPEG_VIDEO_ENCODING_MPEG_1) { in cx2341x_update()
1076 mpeg_stream_type[new->stream_type]); in cx2341x_update()
1081 1 + new->video_aspect); in cx2341x_update()
1086 new->video_gop_size, new->video_b_frames + 1); in cx2341x_update()
1091 new->video_gop_closure); in cx2341x_update()
1096 1, new->audio_properties); in cx2341x_update()
1101 new->audio_mute); in cx2341x_update()
1107 new->video_bitrate_mode, new->video_bitrate, in cx2341x_update()
1108 new->video_bitrate_peak / 400, 0, 0); in cx2341x_update()
1115 2, new->video_spatial_filter_mode | in cx2341x_update()
1116 (new->video_temporal_filter_mode << 1), in cx2341x_update()
1117 new->video_median_filter_type); in cx2341x_update()
1125 new->video_luma_median_filter_bottom, in cx2341x_update()
1126 new->video_luma_median_filter_top, in cx2341x_update()
1127 new->video_chroma_median_filter_bottom, in cx2341x_update()
1128 new->video_chroma_median_filter_top); in cx2341x_update()
1135 2, new->video_luma_spatial_filter_type, in cx2341x_update()
1136 new->video_chroma_spatial_filter_type); in cx2341x_update()
1142 2, new->video_spatial_filter, temporal); in cx2341x_update()
1147 1, new->video_temporal_decimation); in cx2341x_update()
1151 (new->video_mute && NEQ(video_mute_yuv))) { in cx2341x_update()
1153 new->video_mute | (new->video_mute_yuv << 8)); in cx2341x_update()
1158 7, new->stream_insert_nav_packets); in cx2341x_update()