Searched refs:has_h264 (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmovenc.c1899 int has_h264 = 0, has_video = 0; local
1908 has_h264 = 1;
1915 ffio_wfourcc(pb, has_h264 ? "3gp6" : "3gp4");
1916 minor = has_h264 ? 0x100 : 0x200;
1918 ffio_wfourcc(pb, has_h264 ? "3g2b" : "3g2a");
1919 minor = has_h264 ? 0x20000 : 0x10000;
1936 if(has_h264)
1941 ffio_wfourcc(pb, has_h264 ? "3gp6":"3gp4");
1943 ffio_wfourcc(pb, has_h264 ? "3g2b":"3g2a");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmovenc.c3016 int has_h264 = 0, has_video = 0; local
3025 has_h264 = 1;
3034 ffio_wfourcc(pb, has_h264 ? "3gp6" : "3gp4");
3035 minor = has_h264 ? 0x100 : 0x200;
3037 ffio_wfourcc(pb, has_h264 ? "3g2b" : "3g2a");
3038 minor = has_h264 ? 0x20000 : 0x10000;
3062 if (has_h264)
3067 ffio_wfourcc(pb, has_h264 ? "3gp6":"3gp4");
3069 ffio_wfourcc(pb, has_h264 ? "3g2b":"3g2a");

Completed in 175 milliseconds