Home
last modified time | relevance | path

Searched defs:frame (Results 951 - 975 of 1086) sorted by relevance

1...<<31323334353637383940>>...44

/third_party/ffmpeg/libavcodec/
H A Daac.h302 AVFrame *frame; member
H A Dac3dec.c1485 static int ac3_decode_frame(AVCodecContext *avctx, AVFrame *frame, in ac3_decode_frame() argument
[all...]
H A Dac3enc.c1738 uint8_t *frame; output_frame_end() local
1783 ac3_output_frame(AC3EncodeContext *s, unsigned char *frame) ac3_output_frame() argument
1797 ff_ac3_encode_frame_common_end(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr) ff_ac3_encode_frame_common_end() argument
[all...]
H A Dalsdec.c1798 decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt) decode_frame() argument
[all...]
H A Droqvideoenc.c296 static void get_frame_mb(const AVFrame *frame, int x, int y, uint8_t mb[], int dim) in get_frame_mb() argument
803 static void create_clusters(const AVFrame *frame, int w, int h, int *points) in create_clusters() argument
1054 roq_encode_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet) roq_encode_frame() argument
[all...]
H A Dvorbisdec.c1774 static int vorbis_decode_frame(AVCodecContext *avctx, AVFrame *frame, in vorbis_decode_frame() argument
H A Dwmaprodec.c1440 decode_frame(WMAProDecodeCtx *s, AVFrame *frame, int *got_frame_ptr) decode_frame() argument
1612 decode_packet(AVCodecContext *avctx, WMAProDecodeCtx *s, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt) decode_packet() argument
1812 wmapro_decode_packet(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt) wmapro_decode_packet() argument
1828 xma_decode_packet(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt) xma_decode_packet() argument
[all...]
H A Dwmalosslessdec.c75 AVFrame *frame; member
[all...]
H A Dqdm2.c1841 static int qdm2_decode_frame(AVCodecContext *avctx, AVFrame *frame, in qdm2_decode_frame() argument
H A Dwmavoice.c1711 synth_superframe(AVCodecContext *ctx, AVFrame *frame, int *got_frame_ptr) synth_superframe() argument
1911 wmavoice_decode_packet(AVCodecContext *ctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt) wmavoice_decode_packet() argument
[all...]
H A Dvaapi_encode.h355 AVFrame *frame; member
H A Dvorbisenc.c1091 vorbis_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr) vorbis_encode_frame() argument
[all...]
H A Dwavpackenc.c2855 wavpack_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr) wavpack_encode_frame() argument
H A Dwavpack.c111 AVFrame *frame; member
1624 AVFrame *frame = frmptr; in dsd_channel() local
[all...]
H A Dsanm.c277 AVFrame *frame; member
1390 static int decode_frame(AVCodecContext *avctx, AVFrame *frame, in decode_frame() argument
[all...]
H A Dwebp.c181 AVFrame *frame; /* AVFrame for data */ member
901 inverse_prediction(AVFrame *frame, enum PredictionMode m, int x, int y) inverse_prediction() argument
1199 alpha_inverse_prediction(AVFrame *frame, enum AlphaFilter m) alpha_inverse_prediction() argument
[all...]
H A Dtiff.c635 static int dng_decode_jpeg(AVCodecContext *avctx, AVFrame *frame, in dng_decode_jpeg() argument
953 static int dng_decode_tiles(AVCodecContext *avctx, AVFrame *frame, in dng_decode_tiles() argument
266 add_metadata(int count, int type, const char *name, const char *sep, TiffContext *s, AVFrame *frame) add_metadata() argument
1026 init_image(TiffContext *s, AVFrame *frame) init_image() argument
1218 tiff_decode_tag(TiffContext *s, AVFrame *frame) tiff_decode_tag() argument
[all...]
H A Dvc2enc.c898 static int encode_frame(VC2EncContext *s, AVPacket *avpkt, const AVFrame *frame, in encode_frame() argument
951 vc2_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet) vc2_encode_frame() argument
/third_party/ffmpeg/libavfilter/
H A Dvf_drawtext.c1315 static int draw_glyphs(DrawTextContext *s, AVFrame *frame, in draw_glyphs() argument
1383 draw_text(AVFilterContext *ctx, AVFrame *frame, int width, int height) draw_text() argument
1610 filter_frame(AVFilterLink *inlink, AVFrame *frame) filter_frame() argument
[all...]
H A Dvf_fieldmatch.c839 AVFrame *frame = NULL; activate() local
[all...]
H A Dvf_zscale.c560 static void format_init(zimg_image_format *format, AVFrame *frame, const AVPixFmtDescriptor *desc, in format_init() argument
645 static int realign_frame(const AVPixFmtDescriptor *desc, AVFrame **frame, int needs_copy) in realign_frame() argument
684 update_output_color_information(ZScaleContext *s, AVFrame *frame) update_output_color_information() argument
[all...]
H A Dvf_minterpolate.c350 Frame *frame = &mi_ctx->frames[i]; in config_input() local
944 Frame *frame = &mi_ctx->frames[pixel_refs->refs[i]]; set_frame_data() local
1224 Frame *frame = &mi_ctx->frames[i]; uninit() local
[all...]
H A Dvf_lut3d.c1330 static void update_clut_packed(LUT3DContext *lut3d, const AVFrame *frame) in update_clut_packed() argument
1367 static void update_clut_planar(LUT3DContext *lut3d, const AVFrame *frame) in update_clut_planar() argument
1414 update_clut_float(LUT3DContext *lut3d, const AVFrame *frame) update_clut_float() argument
[all...]
/third_party/ffmpeg/libavdevice/
H A Dopengl_enc.c1262 AVFrame *frame = (AVFrame *)pkt->data; in opengl_write_packet() local
1269 opengl_write_frame(AVFormatContext *h, int stream_index, AVFrame **frame, unsigned flags) opengl_write_frame() argument
/third_party/ffmpeg/libavformat/
H A Ddemux.c2009 AVFrame *frame = av_frame_alloc(); try_decode_frame() local
[all...]

Completed in 58 milliseconds

1...<<31323334353637383940>>...44