HomeSort by relevance Sort by last modified time
    Searched refs:AV_CODEC_ID_MJPEG (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/videoio/src/
ffmpeg_codecs.hpp 112 #define AV_CODEC_ID_MJPEG CODEC_ID_MJPEG
234 { AV_CODEC_ID_MJPEG, MKTAG('M', 'J', 'P', 'G') },
235 { AV_CODEC_ID_MJPEG, MKTAG('L', 'J', 'P', 'G') },
237 { AV_CODEC_ID_MJPEG, MKTAG('J', 'P', 'G', 'L') }, /* Pegasus lossless JPEG */
238 { AV_CODEC_ID_MJPEG, MKTAG('M', 'J', 'L', 'S') }, /* JPEG-LS custom FOURCC for avi - decoder */
239 { AV_CODEC_ID_MJPEG, MKTAG('j', 'p', 'e', 'g') },
240 { AV_CODEC_ID_MJPEG, MKTAG('I', 'J', 'P', 'G') },
241 { AV_CODEC_ID_MJPEG, MKTAG('A', 'V', 'R', 'n') },
  /external/opencv3/3rdparty/include/ffmpeg_/libavcodec/
avcodec.h 111 AV_CODEC_ID_MJPEG,
    [all...]

Completed in 69 milliseconds