Home
last modified time | relevance | path

Searched defs:frame (Results 726 - 750 of 1974) sorted by relevance

1...<<21222324252627282930>>...79

/third_party/ffmpeg/libavcodec/
H A Dflicvideo.c74 AVFrame *frame; member
1072 flic_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) flic_decode_frame() argument
[all...]
H A Dkmvc.c264 static int decode_frame(AVCodecContext * avctx, AVFrame *frame, in decode_frame() argument
[all...]
H A Dlibopenh264enc.c383 svc_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet) svc_encode_frame() argument
H A Dlibrav1e.c42 AVFrame *frame; member
441 AVFrame *frame = ctx->frame; in librav1e_receive_packet() local
[all...]
H A Dmdec.c150 static inline void idct_put(MDECContext *a, AVFrame *frame, int mb_x, int mb_y) in idct_put() argument
170 static int decode_frame(AVCodecContext *avctx, AVFrame *frame, in decode_frame() argument
[all...]
H A Datrac3plusdec.c348 static int atrac3p_decode_frame(AVCodecContext *avctx, AVFrame *frame, in atrac3p_decode_frame() argument
H A Dcbs_vp9.c484 VP9RawFrame *frame; in cbs_vp9_read_unit() local
524 VP9RawFrame *frame in cbs_vp9_write_unit() local
554 CodedBitstreamUnit *frame = &frag->units[0]; cbs_vp9_assemble_fragment() local
[all...]
H A Deamad.c95 static inline void comp_block(MadContext *t, AVFrame *frame, in comp_block() argument
119 idct_put(MadContext *t, AVFrame *frame, int16_t *block, int mb_x, int mb_y, int j) idct_put() argument
211 decode_mb(MadContext *s, AVFrame *frame, int inter) decode_mb() argument
250 decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) decode_frame() argument
[all...]
H A Deatgv.c149 static int tgv_decode_inter(TgvContext *s, AVFrame *frame, in tgv_decode_inter() argument
265 static int tgv_decode_frame(AVCodecContext *avctx, AVFrame *frame, in tgv_decode_frame() argument
[all...]
H A Dimm4.c202 static int decode_intra(AVCodecContext *avctx, GetBitContext *gb, AVFrame *frame) in decode_intra() argument
253 decode_inter(AVCodecContext *avctx, GetBitContext *gb, AVFrame *frame, AVFrame *prev) decode_inter() argument
356 decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) decode_frame() argument
[all...]
H A Dlibvorbisenc.c288 libvorbis_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr) libvorbis_encode_frame() argument
H A Dmediacodecdec.c421 static int mediacodec_receive_frame(AVCodecContext *avctx, AVFrame *frame) in mediacodec_receive_frame() argument
H A Dargo.c43 AVFrame *frame; member
67 static int decode_avcf(AVCodecContext *avctx, AVFrame *frame) in decode_avcf() argument
96 static int decode_alcd(AVCodecContext *avctx, AVFrame *frame) in decode_alcd() argument
144 decode_mad1(AVCodecContext *avctx, AVFrame *frame) decode_mad1() argument
354 decode_mad1_24(AVCodecContext *avctx, AVFrame *frame) decode_mad1_24() argument
562 decode_rle(AVCodecContext *avctx, AVFrame *frame) decode_rle() argument
607 AVFrame *frame = s->frame; decode_frame() local
[all...]
H A Daptxenc.c212 aptx_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr) aptx_encode_frame() argument
H A Dasvdec.c196 static inline void idct_put(ASV1Context *a, AVFrame *frame, int mb_x, int mb_y) in idct_put() argument
H A Dbmvvideo.c50 uint8_t *frame, frame_base[SCREEN_WIDE * (SCREEN_HIGH + 1)]; member
57 static int decode_bmv_frame(const uint8_t *source, int src_len, uint8_t *frame, int frame_off) in decode_bmv_frame() argument
199 static int decode_frame(AVCodecContext *avctx, AVFrame *frame, in decode_frame() argument
[all...]
H A Ddcadec.c150 static int dcadec_decode_frame(AVCodecContext *avctx, AVFrame *frame, in dcadec_decode_frame() argument
H A Dhnm4video.c136 static void copy_processed_frame(AVCodecContext *avctx, AVFrame *frame) in copy_processed_frame() argument
391 static int hnm_decode_frame(AVCodecContext *avctx, AVFrame *frame, in hnm_decode_frame() argument
[all...]
H A Dlibdav1d.c293 static int libdav1d_receive_frame(AVCodecContext *c, AVFrame *frame) in libdav1d_receive_frame() argument
[all...]
H A Dlibfdk-aacenc.c352 aac_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr) aac_encode_frame() argument
[all...]
H A Dlibfdk-aacdec.c380 static int fdk_aac_decode_frame(AVCodecContext *avctx, AVFrame *frame, in fdk_aac_decode_frame() argument
[all...]
H A Dlibxavs.c124 XAVS_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet) XAVS_frame() argument
[all...]
H A Dljpegenc.c65 ljpeg_encode_bgr(AVCodecContext *avctx, PutBitContext *pb, const AVFrame *frame) ljpeg_encode_bgr() argument
127 ljpeg_encode_yuv_mb(LJpegEncContext *s, PutBitContext *pb, const AVFrame *frame, int predictor, int mb_x, int mb_y) ljpeg_encode_yuv_mb() argument
192 ljpeg_encode_yuv(AVCodecContext *avctx, PutBitContext *pb, const AVFrame *frame) ljpeg_encode_yuv() argument
[all...]
H A Dlibxavs2.c128 static void xavs2_copy_frame_with_shift(xavs2_picture_t *pic, const AVFrame *frame, const int shift_in) in xavs2_copy_frame_with_shift() argument
150 static void xavs2_copy_frame(xavs2_picture_t *pic, const AVFrame *frame) in xavs2_copy_frame() argument
170 xavs2_encode_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet) xavs2_encode_frame() argument
[all...]
H A Dmace.c236 static int mace_decode_frame(AVCodecContext *avctx, AVFrame *frame, in mace_decode_frame() argument

Completed in 17 milliseconds

1...<<21222324252627282930>>...79