Home
last modified time | relevance | path

Searched refs:avpriv_pix_fmt_find (Results 1 - 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Draw.h45 enum AVPixelFormat avpriv_pix_fmt_find(enum PixelFormatTagLists list,
H A Drawdec.c80 avctx->pix_fmt = avpriv_pix_fmt_find(PIX_FMT_LIST_MOV, in raw_init_decoder()
83 avctx->pix_fmt = avpriv_pix_fmt_find(PIX_FMT_LIST_AVI, in raw_init_decoder()
86 avctx->pix_fmt = avpriv_pix_fmt_find(PIX_FMT_LIST_RAW, avctx->codec_tag); in raw_init_decoder()
88 avctx->pix_fmt = avpriv_pix_fmt_find(PIX_FMT_LIST_AVI, in raw_init_decoder()
H A Draw.c352 enum AVPixelFormat avpriv_pix_fmt_find(enum PixelFormatTagLists list, in avpriv_pix_fmt_find() function
/third_party/ffmpeg/libavformat/
H A Davienc.c457 pix_fmt = avpriv_pix_fmt_find(PIX_FMT_LIST_AVI, in avi_write_header()
H A Ddemux.c2831 if (avpriv_pix_fmt_find(PIX_FMT_LIST_RAW, tag) == avctx->pix_fmt) in avformat_find_stream_info()
H A Dmovenc.c1705 pix_fmt = avpriv_pix_fmt_find(PIX_FMT_LIST_MOV, in mov_get_rawvideo_codec_tag()
/third_party/ffmpeg/libavdevice/
H A Ddshow.c79 return avpriv_pix_fmt_find(PIX_FMT_LIST_RAW, biCompression); // all others in dshow_pixfmt()

Completed in 22 milliseconds