Lines Matching defs:has_h264
5726 int has_h264, int has_video, int write_minor)
5734 ffio_wfourcc(pb, has_h264 ? "3gp6" : "3gp4");
5735 minor = has_h264 ? 0x100 : 0x200;
5740 ffio_wfourcc(pb, has_h264 ? "3g2b" : "3g2a");
5741 minor = has_h264 ? 0x20000 : 0x10000;
5770 int has_h264 = 0, has_av1 = 0, has_video = 0, has_dolby = 0;
5780 has_h264 = 1;
5794 mov_write_ftyp_tag_internal(pb, s, has_h264, has_video, 1);
5796 mov_write_ftyp_tag_internal(pb, s, has_h264, has_video, 0);
5854 if (has_h264)