Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...39

/third_party/ffmpeg/libavcodec/
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
H A Dmjpegenc_common.c140 int ff_mjpeg_add_icc_profile_size(AVCodecContext *avctx, const AVFrame *frame, in ff_mjpeg_add_icc_profile_size() argument
165 jpeg_put_comments(AVCodecContext *avctx, PutBitContext *p, const AVFrame *frame) jpeg_put_comments() argument
278 ff_mjpeg_encode_picture_header(AVCodecContext *avctx, PutBitContext *pb, const AVFrame *frame, struct MJpegContext *m, ScanTable *intra_scantable, int pred, uint16_t luma_intra_matrix[64], uint16_t chroma_intra_matrix[64], int use_slices) ff_mjpeg_encode_picture_header() argument
H A Dmotionpixels.c43 AVFrame *frame; member
[all...]
/third_party/elfutils/tests/
H A Daddrcfi.c78 Dwarf_Frame *frame; member
[all...]
/third_party/ffmpeg/doc/examples/
H A Dmuxing.c62 AVFrame *frame; member
84 write_frame(AVFormatContext *fmt_ctx, AVCodecContext *c, AVStream *st, AVFrame *frame, AVPacket *pkt) write_frame() argument
221 AVFrame *frame = av_frame_alloc(); alloc_audio_frame() local
313 AVFrame *frame = ost->tmp_frame; get_audio_frame() local
343 AVFrame *frame; write_audio_frame() local
[all...]
H A Ddemuxing_decoding.c54 static AVFrame *frame = NULL; variable
59 static int output_video_frame(AVFrame *frame) in output_video_frame() argument
90 output_audio_frame(AVFrame *frame) output_audio_frame() argument
[all...]

Completed in 19 milliseconds

1...<<11121314151617181920>>...39