Home
last modified time | relevance | path

Searched refs:AVFMT_RAWPICTURE (Results 1 – 3 of 3) sorted by relevance

/external/libvncserver/client_examples/
Dvnc2mpg.c144 if (!(oc->oformat->flags & AVFMT_RAWPICTURE)) { in open_video()
193 if (oc->oformat->flags & AVFMT_RAWPICTURE) { in write_video_frame()
/external/opencv3/modules/videoio/src/
Dcap_ffmpeg_impl.hpp1284 if (oc->oformat->flags & AVFMT_RAWPICTURE) { in icv_av_write_frame_FFMPEG()
1472 if( (oc->oformat->flags & AVFMT_RAWPICTURE) == 0 ) in close()
1773 if (!(oc->oformat->flags & AVFMT_RAWPICTURE)) { in open()
/external/opencv3/3rdparty/include/ffmpeg_/libavformat/
Davformat.h350 #define AVFMT_RAWPICTURE 0x0020 /**< Format wants AVPicture structure for macro