Home
last modified time | relevance | path

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

/external/opencv3/modules/videoio/src/
Dcap_ffmpeg_impl.hpp813 return (double)video_st->codec->codec_tag; in getProperty()
815 return (double)video_st->codec.codec_tag; in getProperty()
1618 if( (codec_id = av_codec_get_id(fmt->codec_tag, fourcc)) == CV_CODEC(CODEC_ID_NONE) ) in open()
1639 if (cv_ff_codec_tag_list_match(fmt->codec_tag, codec_id, fourcc) == false) in open()
1646 if( (supported_tag = av_codec_get_tag(fmt->codec_tag, codec_id)) != 0 ) in open()
1739 c->codec_tag = fourcc; in open()
2130 c->codec_tag = MKTAG('H', '2', '6', '4'); in open()
/external/opencv3/3rdparty/include/ffmpeg_/libavformat/
Davformat.h412 const struct AVCodecTag * const *codec_tag; member
493 const struct AVCodecTag * const *codec_tag; member
/external/opencv3/3rdparty/include/ffmpeg_/libavcodec/
Davcodec.h1179 unsigned int codec_tag; member
4518 size_t av_get_codec_tag_string(char *buf, size_t buf_size, unsigned int codec_tag);