Home
last modified time | relevance | path

Searched defs:frame (Results 351 - 375 of 976) sorted by relevance

1...<<11121314151617181920>>...40

/third_party/ffmpeg/libavcodec/
H A Ddv.h43 const AVFrame *frame; member
H A Ddxva2_hevc.c165 const HEVCFrame *frame = NULL; in fill_picture_parameters() local
[all...]
H A Dgdv.c38 uint8_t *frame; member
459 gdv_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) gdv_decode_frame() argument
[all...]
H A Dhevc_refs.c31 void ff_hevc_unref_frame(HEVCContext *s, HEVCFrame *frame, int flags) in ff_hevc_unref_frame() argument
88 HEVCFrame *frame = &s->DPB[i]; alloc_frame() local
137 ff_hevc_set_new_ref(HEVCContext *s, AVFrame **frame, int poc) ff_hevc_set_new_ref() argument
144 HEVCFrame *frame = &s->DPB[i]; ff_hevc_set_new_ref() local
185 HEVCFrame *frame = &s->DPB[i]; ff_hevc_output_frame() local
194 HEVCFrame *frame = &s->DPB[i]; ff_hevc_output_frame() local
211 HEVCFrame *frame = &s->DPB[min_idx]; ff_hevc_output_frame() local
248 HEVCFrame *frame = &s->DPB[i]; ff_hevc_bump_frame() local
258 HEVCFrame *frame = &s->DPB[i]; ff_hevc_bump_frame() local
269 HEVCFrame *frame = &s->DPB[i]; ff_hevc_bump_frame() local
283 HEVCFrame *frame = s->ref; init_slice_rpl() local
388 mark_ref(HEVCFrame *frame, int flag) mark_ref() argument
396 HEVCFrame *frame; generate_missing_ref() local
465 HEVCFrame *frame = &s->DPB[i]; ff_hevc_frame_rps() local
[all...]
H A Dmidivid.c45 AVFrame *frame; member
48 static int decode_mvdv(MidiVidContext *s, AVCodecContext *avctx, AVFrame *frame) in decode_mvdv() argument
196 AVFrame *frame = s->frame; decode_frame() local
[all...]
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...]

Completed in 17 milliseconds

1...<<11121314151617181920>>...40