Home
last modified time | relevance | path

Searched refs:AVCodecContext (Results 1 – 10 of 10) sorted by relevance

/external/opencv3/3rdparty/include/ffmpeg_/libavcodec/
Davcodec.h1153 typedef struct AVCodecContext { struct
1383 void (*draw_horiz_band)(struct AVCodecContext *s, argument
1396 enum AVPixelFormat (*get_format)(struct AVCodecContext *s, const enum AVPixelFormat * fmt); argument
2029 int (*get_buffer)(struct AVCodecContext *c, AVFrame *pic); argument
2043 void (*release_buffer)(struct AVCodecContext *c, AVFrame *pic); argument
2058 int (*reget_buffer)(struct AVCodecContext *c, AVFrame *pic); argument
2142 int (*get_buffer2)(struct AVCodecContext *s, AVFrame *frame, int flags); argument
2352 void (*rtp_callback)(struct AVCodecContext *avctx, void *data, int size, int mb_nb); argument
2643 …int (*execute)(struct AVCodecContext *c, int (*func)(struct AVCodecContext *c2, void *arg), void *… argument
2663 …int (*execute2)(struct AVCodecContext *c, int (*func)(struct AVCodecContext *c2, void *arg, int jo… argument
[all …]
/external/llvm/test/CodeGen/ARM/
D2007-05-14-RegScavengerAssert.ll5AVCodecContext*)*, i32 (%struct.AVCodecContext*, i8*, i32, i8*)*, i32 (%struct.AVCodecContext*)*, …
6AVCodecContext = type { %struct.AVClass*, i32, i32, i32, i32, i32, i8*, i32, %struct.AVRational, i…
14 define i32 @decode_init(%struct.AVCodecContext* %avctx) {
/external/llvm/test/CodeGen/Generic/
D2008-02-26-NegatableCrash.ll4AVCodecContext*)*, i32 (%struct.AVCodecContext*, i8*, i32, i8*)*, i32 (%struct.AVCodecContext*)*, …
5AVCodecContext = type { %struct.AVClass*, i32, i32, i32, i32, i32, i8*, i32, %struct.AVRational, i…
13 define i32 @sonic_encode_frame(%struct.AVCodecContext* %avctx, i8* %buf, i32 %buf_size, i8* %data) {
D2007-05-15-InfiniteRecursion.ll4AVCodecContext*)*, i32 (%struct.AVCodecContext*, i8*, i32, i8*)*, i32 (%struct.AVCodecContext*)*, …
5AVCodecContext = type { %struct.AVClass*, i32, i32, i32, i32, i32, i8*, i32, %struct.AVRational, i…
16 …%struct.MotionEstContext = type { %struct.AVCodecContext*, i32, [4 x [2 x i32]], [4 x [2 x i32]], …
17 …%struct.MpegEncContext = type { %struct.AVCodecContext*, i32, i32, i32, i32, i32, i32, i32, i32, i…
/external/llvm/test/Transforms/IndVarSimplify/
D2007-06-06-DeleteDanglesPtr.ll5AVCodecContext*)*, i32 (%struct.AVCodecContext*, i8*, i32, i8*)*, i32 (%struct.AVCodecContext*)*, …
6AVCodecContext = type { %struct.AVClass*, i32, i32, i32, i32, i32, i8*, i32, %struct.AVCodecTag, i…
14 define i32 @smc_decode_frame(%struct.AVCodecContext* %avctx, i8* %data, i32* %data_size, i8* %buf, …
/external/llvm/test/Instrumentation/AddressSanitizer/X86/
Dbug_11395.ll10AVCodecContext = type { %struct.AVClass*, i32, i32, i32, i32, i32, i8*, i32, %struct.AVRational, i…
16AVCodecContext*)*, i32 (%struct.AVCodecContext*, i8*, i32, i8*)*, i32 (%struct.AVCodecContext*)*, …
20 …t.AVHWAccel*, i32 (%struct.AVCodecContext*, i8*, i32)*, i32 (%struct.AVCodecContext*, i8*, i32)*, …
39 define void @ff_mlp_init_x86(%struct.DSPContext* nocapture %c, %struct.AVCodecContext* nocapture %a…
/external/opencv3/modules/videoio/src/
Dcap_ffmpeg_impl.hpp595 AVCodecContext *enc = ic->streams[i]->codec; in open()
597 AVCodecContext *enc = &ic->streams[i]->codec; in open()
1135 AVCodecContext *c; in icv_add_video_stream_FFMPEG()
1278 AVCodecContext * c = video_st->codec; in icv_av_write_frame_FFMPEG()
1280 AVCodecContext * c = &(video_st->codec); in icv_av_write_frame_FFMPEG()
1360 AVCodecContext *c = video_st->codec; in writeFrame()
1362 AVCodecContext *c = &(video_st->codec); in writeFrame()
1731 AVCodecContext *c; in open()
1980 AVCodecContext* c = st->codec; in addVideoStream()
1982 AVCodecContext* c = &(st->codec); in addVideoStream()
[all …]
/external/libvncserver/client_examples/
Dvnc2mpg.c50 AVCodecContext *c; in add_video_stream()
122 AVCodecContext *c; in open_video()
174 AVCodecContext *c; in write_video_frame()
/external/opencv3/3rdparty/include/ffmpeg_/libavutil/
Dframe.h311 struct AVCodecContext *owner;
/external/opencv3/3rdparty/include/ffmpeg_/libavformat/
Davformat.h678 AVCodecContext *codec;