Home
last modified time | relevance | path

Searched refs:avfmt (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/tools/
H A Dtarget_dem_fuzzer.c105 AVFormatContext *avfmt = avformat_alloc_context(); in LLVMFuzzerTestOneInput() local
129 if (!avfmt) in LLVMFuzzerTestOneInput()
172 avfmt->interrupt_callback.callback = interrupt_cb; in LLVMFuzzerTestOneInput()
199 avfmt->pb = fuzzed_pb; in LLVMFuzzerTestOneInput()
201 ret = avformat_open_input(&avfmt, filename, fmt, NULL); in LLVMFuzzerTestOneInput()
206 ret = avformat_find_stream_info(avfmt, NULL); in LLVMFuzzerTestOneInput()
211 ret = av_read_frame(avfmt, pkt); in LLVMFuzzerTestOneInput()
221 avformat_close_input(&avfmt); in LLVMFuzzerTestOneInput()
/third_party/ffmpeg/libavcodec/
H A Dv4l2_fmt.c33 enum AVPixelFormat avfmt; member
122 uint32_t ff_v4l2_format_avfmt_to_v4l2(enum AVPixelFormat avfmt) in ff_v4l2_format_avfmt_to_v4l2() argument
126 if (fmt_map[i].avfmt == avfmt) in ff_v4l2_format_avfmt_to_v4l2()
138 return fmt_map[i].avfmt; in ff_v4l2_format_v4l2_to_avfmt()
H A Dv4l2_fmt.h33 uint32_t ff_v4l2_format_avfmt_to_v4l2(enum AVPixelFormat avfmt);
H A Dlibx264.c180 static int avfmt2_num_planes(int avfmt) in avfmt2_num_planes() argument
182 switch (avfmt) { in avfmt2_num_planes()
/third_party/ffmpeg/libavformat/
H A Dasfdec_o.c580 static int parse_video_info(AVFormatContext *avfmt, AVIOContext *pb, AVStream *st) in parse_video_info() argument
596 int ret = ff_get_extradata(avfmt, st->codecpar, pb, size_bmp - BMP_HEADER_SIZE); in parse_video_info()

Completed in 6 milliseconds