Home
last modified time | relevance | path

Searched defs:iformat (Results 1 – 12 of 12) sorted by relevance

/third_party/ffmpeg/libavdevice/
Dutils.c23 int ff_alloc_input_device_context(AVFormatContext **avctx, AVInputFormat *iformat, const char *form… in ff_alloc_input_device_context()
/third_party/ffmpeg/libavfilter/
Dlavfutils.c28 AVInputFormat *iformat = NULL; in ff_load_image() local
Dsrc_movie.c212 AVInputFormat *iformat = NULL; in movie_common_init() local
/third_party/ffmpeg/tools/
Denum_options.c91 const AVInputFormat *iformat = NULL; in show_format_opts() local
/third_party/ffmpeg/libavformat/
Drtpdec_asf.c109 ff_const59 AVInputFormat *iformat; in ff_wms_parse_sdp_a_line() local
Dmpeg.c742 ff_const59 AVInputFormat *iformat; in vobsub_read_header() local
Davformat.h1349 ff_const59 struct AVInputFormat *iformat; member
/third_party/gstreamer/gstplugins_bad/gst/y4m/
Dgsty4mdec.c293 int iformat = 420; in gst_y4m_dec_parse_header() local
/third_party/NuttX/drivers/usbdev/gadget/
Df_uvc.c1485 uint8_t iformat, iframe, nframes; in fuvc_streaming_set() local
1772 int iframe, int iformat) in fuvc_fill_streaming_control()
/third_party/boost/libs/graph/example/
Diohb.c762 char pformat[16],iformat[16],vformat[19],rformat[19]; in writeHB_mat_double() local
1345 char pformat[16],iformat[16],vformat[19],rformat[19]; in writeHB_mat_char() local
/third_party/ffmpeg/fftools/
Dffplay.c206 AVInputFormat *iformat; member
3076 static VideoState *stream_open(const char *filename, AVInputFormat *iformat) in stream_open()
Dffprobe.c259 static AVInputFormat *iformat = NULL; variable