Searched refs:avfmt (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/tools/ |
D | target_dem_fuzzer.c | 98 AVFormatContext *avfmt = avformat_alloc_context(); in LLVMFuzzerTestOneInput() local 122 if (!avfmt) in LLVMFuzzerTestOneInput() 185 avfmt->pb = fuzzed_pb; in LLVMFuzzerTestOneInput() 187 ret = avformat_open_input(&avfmt, filename, fmt, NULL); in LLVMFuzzerTestOneInput() 192 ret = avformat_find_stream_info(avfmt, NULL); in LLVMFuzzerTestOneInput() 197 ret = av_read_frame(avfmt, pkt); in LLVMFuzzerTestOneInput() 207 avformat_close_input(&avfmt); in LLVMFuzzerTestOneInput()
|
/third_party/ffmpeg/libavcodec/ |
D | v4l2_fmt.c | 33 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()
|
D | v4l2_fmt.h | 32 uint32_t ff_v4l2_format_avfmt_to_v4l2(enum AVPixelFormat avfmt);
|
D | libx264.c | 172 static int avfmt2_num_planes(int avfmt) in avfmt2_num_planes() argument 174 switch (avfmt) { in avfmt2_num_planes()
|
/third_party/ffmpeg/libavformat/ |
D | asfdec_o.c | 688 static int parse_video_info(AVFormatContext *avfmt, AVIOContext *pb, AVStream *st) in parse_video_info() argument 704 int ret = ff_get_extradata(avfmt, st->codecpar, pb, size_bmp - BMP_HEADER_SIZE); in parse_video_info()
|