Searched refs:t_flags (Results 1 – 10 of 10) sorted by relevance
151 GstVideoFormatFlags in_flags, t_flags; in score_value() local173 t_flags = GST_VIDEO_FORMAT_INFO_FLAGS (t_info); in score_value()174 t_flags &= ~GST_VIDEO_FORMAT_FLAG_LE; in score_value()175 t_flags &= ~GST_VIDEO_FORMAT_FLAG_COMPLEX; in score_value()176 t_flags &= ~GST_VIDEO_FORMAT_FLAG_UNPACK; in score_value()178 if ((t_flags & PALETTE_MASK) != (in_flags & PALETTE_MASK)) { in score_value()180 if (t_flags & PALETTE_MASK) in score_value()184 if ((t_flags & COLORSPACE_MASK) != (in_flags & COLORSPACE_MASK)) { in score_value()186 if (t_flags & GST_VIDEO_FORMAT_FLAG_GRAY) in score_value()190 if ((t_flags & ALPHA_MASK) != (in_flags & ALPHA_MASK)) { in score_value()
209 GstVideoFormatFlags in_flags, t_flags; in score_value() local231 t_flags = GST_VIDEO_FORMAT_INFO_FLAGS (t_info); in score_value()232 t_flags &= ~GST_VIDEO_FORMAT_FLAG_LE; in score_value()233 t_flags &= ~GST_VIDEO_FORMAT_FLAG_COMPLEX; in score_value()234 t_flags &= ~GST_VIDEO_FORMAT_FLAG_UNPACK; in score_value()236 if ((t_flags & PALETTE_MASK) != (in_flags & PALETTE_MASK)) { in score_value()238 if (t_flags & PALETTE_MASK) in score_value()242 if ((t_flags & COLORSPACE_MASK) != (in_flags & COLORSPACE_MASK)) { in score_value()244 if (t_flags & GST_VIDEO_FORMAT_FLAG_GRAY) in score_value()248 if ((t_flags & ALPHA_MASK) != (in_flags & ALPHA_MASK)) { in score_value()
480 GstAudioFormatFlags t_flags; in gst_audio_convert_fixate_format() local501 t_flags = GST_AUDIO_FORMAT_INFO_FLAGS (t_info); in gst_audio_convert_fixate_format()502 t_flags &= ~(GST_AUDIO_FORMAT_FLAG_UNPACK); in gst_audio_convert_fixate_format()503 t_flags &= ~(GST_AUDIO_FORMAT_FLAG_SIGNED); in gst_audio_convert_fixate_format()511 out_flags = t_flags; in gst_audio_convert_fixate_format()515 t_flags_better = (t_flags == in_flags && out_flags != in_flags); in gst_audio_convert_fixate_format()523 out_flags = t_flags; in gst_audio_convert_fixate_format()531 out_flags = t_flags; in gst_audio_convert_fixate_format()537 out_flags = t_flags; in gst_audio_convert_fixate_format()
351 jdbt->t_flags = 0; in journal_add_blocks_to_trans()353 jdbt->t_flags |= ext2fs_cpu_to_be16(JBD2_FLAG_SAME_UUID); in journal_add_blocks_to_trans()361 jdbt->t_flags |= ext2fs_cpu_to_be16(JBD2_FLAG_LAST_TAG); in journal_add_blocks_to_trans()364 jdbt->t_flags |= ext2fs_cpu_to_be16(JBD2_FLAG_ESCAPE); in journal_add_blocks_to_trans()641 if (!(tag->t_flags & ext2fs_cpu_to_be16(JBD2_FLAG_SAME_UUID))) in count_tags()644 if (tag->t_flags & ext2fs_cpu_to_be16(JBD2_FLAG_LAST_TAG)) in count_tags()
685 tag_flags = be16_to_cpu(tag->t_flags); in dump_descriptor_block()
990 GstVideoFormatFlags in_flags, t_flags; in score_value() local1011 t_flags = GST_VIDEO_FORMAT_INFO_FLAGS (t_info); in score_value()1012 t_flags &= ~GST_VIDEO_FORMAT_FLAG_LE; in score_value()1013 t_flags &= ~GST_VIDEO_FORMAT_FLAG_COMPLEX; in score_value()1014 t_flags &= ~GST_VIDEO_FORMAT_FLAG_UNPACK; in score_value()1016 if ((t_flags & PALETTE_MASK) != (in_flags & PALETTE_MASK)) { in score_value()1018 if (t_flags & PALETTE_MASK) in score_value()1022 if ((t_flags & COLORSPACE_MASK) != (in_flags & COLORSPACE_MASK)) { in score_value()1024 if (t_flags & GST_VIDEO_FORMAT_FLAG_GRAY) in score_value()1028 if ((t_flags & ALPHA_MASK) != (in_flags & ALPHA_MASK)) { in score_value()
141 __be32 t_flags; /* See below */ member150 __be16 t_flags; /* See below */ member
213 if (!(tag.t_flags & cpu_to_be16(JBD2_FLAG_SAME_UUID))) in count_tags()216 if (tag.t_flags & cpu_to_be16(JBD2_FLAG_LAST_TAG)) in count_tags()617 flags = be16_to_cpu(tag.t_flags); in do_one_pass()
399 guint in_flags, t_flags; in score_value() local421 t_flags = GST_VIDEO_FORMAT_INFO_FLAGS (t_info); in score_value()422 t_flags &= ~GST_VIDEO_FORMAT_FLAG_LE; in score_value()423 t_flags &= ~GST_VIDEO_FORMAT_FLAG_COMPLEX; in score_value()424 t_flags &= ~GST_VIDEO_FORMAT_FLAG_UNPACK; in score_value()426 if ((t_flags & PALETTE_MASK) != (in_flags & PALETTE_MASK)) { in score_value()428 if (t_flags & PALETTE_MASK) in score_value()432 if ((t_flags & COLORSPACE_MASK) != (in_flags & COLORSPACE_MASK)) { in score_value()434 if (t_flags & GST_VIDEO_FORMAT_FLAG_GRAY) in score_value()438 if ((t_flags & ALPHA_MASK) != (in_flags & ALPHA_MASK)) { in score_value()
1259 GstVideoFormatFlags in_flags, t_flags; in score_format_target() local1289 t_flags = GST_VIDEO_FORMAT_INFO_FLAGS (t_info); in score_format_target()1290 t_flags &= ~GST_VIDEO_FORMAT_FLAG_LE; in score_format_target()1291 t_flags &= ~GST_VIDEO_FORMAT_FLAG_COMPLEX; in score_format_target()1292 t_flags &= ~GST_VIDEO_FORMAT_FLAG_UNPACK; in score_format_target()1296 && (t_flags & (GST_VIDEO_FORMAT_FLAG_YUV | GST_VIDEO_FORMAT_FLAG_GRAY)) != in score_format_target()1300 if ((t_flags & PALETTE_MASK) != (in_flags & PALETTE_MASK)) { in score_format_target()1302 if (t_flags & PALETTE_MASK) in score_format_target()1306 if ((t_flags & COLORSPACE_MASK) != (in_flags & COLORSPACE_MASK)) { in score_format_target()1308 if (t_flags & GST_VIDEO_FORMAT_FLAG_GRAY) in score_format_target()[all …]