/external/opencv3/3rdparty/include/ffmpeg_/libavcodec/ |
D | avcodec.h | 1162 const struct AVCodec *codec; 2905 typedef struct AVCodec { struct 2942 struct AVCodec *next; argument 2971 void (*init_static_data)(struct AVCodec *codec); argument 2995 } AVCodec; typedef 3167 AVCodec *av_codec_next(const AVCodec *c); 3192 void avcodec_register(AVCodec *codec); 3255 AVCodecContext *avcodec_alloc_context3(const AVCodec *codec); 3266 int avcodec_get_context_defaults3(AVCodecContext *s, const AVCodec *codec); 3364 int avcodec_open(AVCodecContext *avctx, AVCodec *codec); [all …]
|
/external/llvm/test/CodeGen/ARM/ |
D | 2007-05-14-RegScavengerAssert.ll | 5 …AVCodec = type { i8*, i32, i32, i32, i32 (%struct.AVCodecContext*)*, i32 (%struct.AVCodecContext*,… 6 …32, i32, float, float, i32, i32, i32, i32, float, i32, i32, i32, %struct.AVCodec*, i8*, i32, i32, …
|
/external/llvm/test/CodeGen/Generic/ |
D | 2008-02-26-NegatableCrash.ll | 4 …AVCodec = type { i8*, i32, i32, i32, i32 (%struct.AVCodecContext*)*, i32 (%struct.AVCodecContext*,… 5 …32, i32, float, float, i32, i32, i32, i32, float, i32, i32, i32, %struct.AVCodec*, i8*, i32, i32, …
|
D | 2007-05-15-InfiniteRecursion.ll | 4 …AVCodec = type { i8*, i32, i32, i32, i32 (%struct.AVCodecContext*)*, i32 (%struct.AVCodecContext*,… 5 …32, i32, float, float, i32, i32, i32, i32, float, i32, i32, i32, %struct.AVCodec*, i8*, i32, i32, …
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | 2007-06-06-DeleteDanglesPtr.ll | 5 …AVCodec = type { i8*, i32, i32, i32, i32 (%struct.AVCodecContext*)*, i32 (%struct.AVCodecContext*,… 6 …32, i32, float, float, i32, i32, i32, i32, float, i32, i32, i32, %struct.AVCodec*, i8*, i32, i32, …
|
/external/opencv3/3rdparty/include/ffmpeg_/libavformat/ |
D | avformat.h | 1414 AVStream *avformat_new_stream(AVFormatContext *s, const AVCodec *c); 1624 AVCodec **decoder_ret,
|
/external/opencv3/modules/videoio/src/ |
D | cap_ffmpeg_impl.hpp | 251 AVCodec * avcodec; 616 AVCodec *codec = avcodec_find_decoder(enc->codec_id); in open() 1138 AVCodec *codec; in icv_add_video_stream_FFMPEG() 1730 AVCodec *codec; in open() 2002 AVCodec* codec = avcodec_find_encoder(c->codec_id); in addVideoStream()
|
/external/llvm/test/Instrumentation/AddressSanitizer/X86/ |
D | bug_11395.ll | 10 …32, i32, float, float, i32, i32, i32, i32, float, i32, i32, i32, %struct.AVCodec*, i8*, i32, void … 16 …AVCodec = type { i8*, i32, i32, i32, i32 (%struct.AVCodecContext*)*, i32 (%struct.AVCodecContext*,…
|
/external/libvncserver/client_examples/ |
D | vnc2mpg.c | 121 AVCodec *codec; in open_video()
|