Lines Matching refs:strid
146 const char *strid; member
151 .strid = "audio_layer",
154 .strid = "audio_bitrate",
158 .strid = "mpeg_audio_mode",
161 .strid = "mpeg_audio_mode_extension",
164 .strid = "audio_emphasis",
167 .strid = "audio_crc",
170 .strid = "video_aspect",
173 .strid = "video_b_frames",
176 .strid = "video_gop_size",
179 .strid = "video_gop_closure",
182 .strid = "video_bitrate_mode",
185 .strid = "video_bitrate",
188 .strid = "video_bitrate_peak",
191 .strid = "video_temporal_decimation",
194 .strid = "stream_type",
197 .strid = "video_spatial_filter_mode",
200 .strid = "video_spatial_filter",
203 .strid = "video_luma_spatial_filter_type",
206 .strid = "video_chroma_spatial_filter_type",
209 .strid = "video_temporal_filter_mode",
212 .strid = "video_temporal_filter",
215 .strid = "video_median_filter_type",
218 .strid = "video_luma_median_filter_top",
221 .strid = "video_luma_median_filter_bottom",
224 .strid = "video_chroma_median_filter_top",
227 .strid = "video_chroma_median_filter_bottom",
2461 ciptr->name = mpeg_ids[idx].strid; in pvr2_hdw_create()