Searched refs:oformat (Results 1 – 5 of 5) sorted by relevance
93 …if(!strcmp(oc->oformat->name, "mp4") || !strcmp(oc->oformat->name, "mov") || !strcmp(oc->oformat->… in add_video_stream()144 if (!(oc->oformat->flags & AVFMT_RAWPICTURE)) { in open_video()193 if (oc->oformat->flags & AVFMT_RAWPICTURE) { in write_video_frame()394 oc->oformat = fmt; in main()
1158 c->codec_id = av_guess_codec(oc->oformat, NULL, oc->filename, NULL, AVMEDIA_TYPE_VIDEO); in icv_add_video_stream_FFMPEG()1160 c->codec_id = oc->oformat->video_codec; in icv_add_video_stream_FFMPEG()1258 if(oc->oformat->flags & AVFMT_GLOBALHEADER) in icv_add_video_stream_FFMPEG()1284 if (oc->oformat->flags & AVFMT_RAWPICTURE) { in icv_av_write_frame_FFMPEG()1472 if( (oc->oformat->flags & AVFMT_RAWPICTURE) == 0 ) in close()1668 oc->oformat = fmt; in open()1773 if (!(oc->oformat->flags & AVFMT_RAWPICTURE)) { in open()2065 if (oc->oformat->flags & AVFMT_GLOBALHEADER) in addVideoStream()2101 oc_->oformat = fmt_; in open()
973 struct AVOutputFormat *oformat; member1435 AVOutputFormat *oformat,1455 int avformat_alloc_output_context2(AVFormatContext **ctx, AVOutputFormat *oformat,
649 public void setOutputProperties(Properties oformat) in setOutputProperties() argument653 if (null != oformat) in setOutputProperties()657 String method = (String) oformat.get(OutputKeys.METHOD); in setOutputProperties()664 m_outputFormat.copyFrom(oformat); in setOutputProperties()
870 public void setOutputProperties(Properties oformat) in setOutputProperties() argument876 if (null != oformat) in setOutputProperties()880 String method = (String) oformat.get(OutputKeys.METHOD); in setOutputProperties()887 m_outputFormat.copyFrom(oformat); in setOutputProperties()1349 public void setOutputFormat(OutputProperties oformat) in setOutputFormat() argument1351 m_outputFormat = oformat; in setOutputFormat()