Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/include/ffmpeg_/libavutil/
Dframe.h76 typedef struct AVFrame { struct
439 } AVFrame; argument
446 int64_t av_frame_get_best_effort_timestamp(const AVFrame *frame);
447 void av_frame_set_best_effort_timestamp(AVFrame *frame, int64_t val);
448 int64_t av_frame_get_pkt_duration (const AVFrame *frame);
449 void av_frame_set_pkt_duration (AVFrame *frame, int64_t val);
450 int64_t av_frame_get_pkt_pos (const AVFrame *frame);
451 void av_frame_set_pkt_pos (AVFrame *frame, int64_t val);
452 int64_t av_frame_get_channel_layout (const AVFrame *frame);
453 void av_frame_set_channel_layout (AVFrame *frame, int64_t val);
[all …]
/external/llvm/test/CodeGen/ARM/
D2007-05-14-RegScavengerAssert.ll6AVFrame*, i32*, i32, i32, i32)*, i32, i32, i32, i32, i32, i32, i32, float, float, i32, i32, i32, i…
7 …%struct.AVFrame = type { [4 x i8*], [4 x i32], [4 x i8*], i32, i32, i64, i32, i32, i32, i32, i32, …
/external/opencv3/3rdparty/include/ffmpeg_/libavcodec/
Davcodec.h1384 const AVFrame *src, int offset[AV_NUM_DATA_POINTERS],
2029 int (*get_buffer)(struct AVCodecContext *c, AVFrame *pic);
2043 void (*release_buffer)(struct AVCodecContext *c, AVFrame *pic);
2058 int (*reget_buffer)(struct AVCodecContext *c, AVFrame *pic);
2142 int (*get_buffer2)(struct AVCodecContext *s, AVFrame *frame, int flags);
2595 AVFrame *coded_frame;
2986 int (*encode2)(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame,
3312 AVFrame *avcodec_alloc_frame(void);
3319 void avcodec_get_frame_defaults(AVFrame *frame);
3331 void avcodec_free_frame(AVFrame **frame);
[all …]
/external/llvm/test/CodeGen/Generic/
D2008-02-26-NegatableCrash.ll5AVFrame*, i32*, i32, i32, i32)*, i32, i32, i32, i32, i32, i32, i32, float, float, i32, i32, i32, i…
6 …%struct.AVFrame = type { [4 x i8*], [4 x i32], [4 x i8*], i32, i32, i64, i32, i32, i32, i32, i32, …
D2007-05-15-InfiniteRecursion.ll5AVFrame*, i32*, i32, i32, i32)*, i32, i32, i32, i32, i32, i32, i32, float, float, i32, i32, i32, i…
7 …%struct.AVFrame = type { [4 x i8*], [4 x i32], [4 x i8*], i32, i32, i64, i32, i32, i32, i32, i32, …
/external/llvm/test/Transforms/IndVarSimplify/
D2007-06-06-DeleteDanglesPtr.ll6AVFrame*, i32*, i32, i32, i32)*, i32, i32, i32, i32, i32, i32, i32, float, float, i32, i32, i32, i…
8 …%struct.AVFrame = type { [4 x i8*], [4 x i32], [4 x i8*], i32, i32, i64, i32, i32, i32, i32, i32, …
/external/libvncserver/client_examples/
Dvnc2mpg.c43 AVFrame *picture, *tmp_picture;
99 AVFrame *alloc_picture(int pix_fmt, int width, int height) in alloc_picture()
101 AVFrame *picture; in alloc_picture()
175 AVFrame *picture_ptr; in write_video_frame()
/external/llvm/test/Instrumentation/AddressSanitizer/X86/
Dbug_11395.ll10AVFrame*, i32*, i32, i32, i32)*, i32, i32, i32, i32, i32, i32, i32, float, float, i32, i32, i32, i…
14 %struct.AVFrame = type { [4 x i8*], [4 x i32], [4 x i8*], i32, i32, i64, i32, i32, i32, i32, i32, i…
/external/opencv3/modules/videoio/src/
Dcap_ffmpeg_impl.hpp254 AVFrame * picture;
255 AVFrame rgb_picture;
1011 AVFrame * picture;
1012 AVFrame * input_picture;
1104 static AVFrame * icv_alloc_picture_FFMPEG(int pix_fmt, int width, int height, bool alloc) in icv_alloc_picture_FFMPEG()
1106 AVFrame * picture; in icv_alloc_picture_FFMPEG()
1275 AVFrame * picture ) in icv_av_write_frame_FFMPEG()
/external/opencv3/3rdparty/include/ffmpeg_/libavformat/
Davformat.h2146 AVRational av_guess_sample_aspect_ratio(AVFormatContext *format, AVStream *stream, AVFrame *frame);
2156 AVRational av_guess_frame_rate(AVFormatContext *ctx, AVStream *stream, AVFrame *frame);