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

  /external/opencv3/3rdparty/include/ffmpeg_/libavformat/
avformat.h 409 * List of supported codec_id-codec_tag pairs, ordered by "better
412 const struct AVCodecTag * const *codec_tag; member in struct:AVOutputFormat
493 const struct AVCodecTag * const *codec_tag; member in struct:AVInputFormat
    [all...]
  /external/opencv3/modules/videoio/src/
cap_ffmpeg_impl.hpp 813 return (double)video_st->codec->codec_tag;
815 return (double)video_st->codec.codec_tag;
1167 //if(codec_tag) c->codec_tag=codec_tag;
    [all...]
  /external/opencv3/3rdparty/include/ffmpeg_/libavcodec/
avcodec.h 1179 unsigned int codec_tag; member in struct:AVCodecContext
    [all...]

Completed in 350 milliseconds