Home
last modified time | relevance | path

Searched defs:avctx (Results 176 - 200 of 842) sorted by relevance

12345678910>>...34

/third_party/ffmpeg/libavcodec/
H A Dpgxdec.c28 static int pgx_get_number(AVCodecContext *avctx, GetByteContext *g, int *number) { in pgx_get_number() argument
53 static int pgx_decode_header(AVCodecContext *avctx, GetByteContext *g, in pgx_decode_header() argument
113 static int pgx_decode_frame(AVCodecContext *avctx, AVFrame *p, in pgx_decode_frame() argument
[all...]
H A Dxfacedec.c94 static av_cold int xface_decode_init(AVCodecContext *avctx) in xface_decode_init() argument
112 xface_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) xface_decode_frame() argument
[all...]
H A Dxl.c40 static int decode_frame(AVCodecContext *avctx, AVFrame *p, in decode_frame() argument
122 decode_init(AVCodecContext *avctx) decode_init() argument
[all...]
H A Dv210enc.c52 static av_cold int encode_init(AVCodecContext *avctx) in encode_init() argument
69 static int encode_frame(AVCodecContext *avctx, AVPacket *pkt, in encode_frame() argument
[all...]
H A Dvaapi_mpeg2.c42 static int vaapi_mpeg2_start_frame(AVCodecContext *avctx, av_unused const uint8_t *buffer, av_unused uint32_t size) in vaapi_mpeg2_start_frame() argument
115 static int vaapi_mpeg2_end_frame(AVCodecContext *avctx) in vaapi_mpeg2_end_frame() argument
131 static int vaapi_mpeg2_decode_slice(AVCodecContext *avctx, cons argument
[all...]
H A Dws-snd1.c45 static av_cold int ws_snd_decode_init(AVCodecContext *avctx) in ws_snd_decode_init() argument
54 static int ws_snd_decode_frame(AVCodecContext *avctx, AVFrame *frame, in ws_snd_decode_frame() argument
H A Dwrapped_avframe.c43 static int wrapped_avframe_encode(AVCodecContext *avctx, AVPacket *pkt, in wrapped_avframe_encode() argument
79 static int wrapped_avframe_decode(AVCodecContext *avctx, AVFrame *out, in wrapped_avframe_decode() argument
H A Ds302menc.c37 static av_cold int s302m_encode_init(AVCodecContext *avctx) in s302m_encode_init() argument
72 s302m_encode2_frame(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr) s302m_encode2_frame() argument
[all...]
H A Dtxd.c35 static int txd_decode_frame(AVCodecContext *avctx, AVFrame *p, in txd_decode_frame() argument
[all...]
H A Dmsrle.c43 AVCodecContext *avctx; member
51 static av_cold int msrle_decode_init(AVCodecContext *avctx) in msrle_decode_init() argument
85 msrle_decode_frame(AVCodecContext *avctx, AVFrame *rframe, int *got_frame, AVPacket *avpkt) msrle_decode_frame() argument
145 msrle_decode_flush(AVCodecContext *avctx) msrle_decode_flush() argument
152 msrle_decode_end(AVCodecContext *avctx) msrle_decode_end() argument
[all...]
H A Dra144.h41 AVCodecContext *avctx; member
H A Dtak_parser.c37 static int tak_parse(AVCodecParserContext *s, AVCodecContext *avctx, in tak_parse() argument
H A Dxbmdec.c68 static int xbm_decode_frame(AVCodecContext *avctx, AVFrame *p, in xbm_decode_frame() argument
H A Dxbm_parser.c53 static int xbm_parse(AVCodecParserContext *s, AVCodecContext *avctx, in xbm_parse() argument
H A Dbintext.c52 static av_cold int decode_init(AVCodecContext *avctx) in decode_init() argument
112 hscroll(AVCodecContext *avctx) hscroll() argument
128 draw_char(AVCodecContext *avctx, int c, int a) draw_char() argument
143 decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) decode_frame() argument
[all...]
H A Dbitstream_filter.c97 av_bitstream_filter_filter(AVBitStreamFilterContext *bsfc, AVCodecContext *avctx, const char *args, uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size, int keyframe) av_bitstream_filter_filter() argument
[all...]
H A Dg722dec.c59 static av_cold int g722_decode_init(AVCodecContext * avctx) in g722_decode_init() argument
87 static int g722_decode_frame(AVCodecContext *avctx, AVFrame *frame, in g722_decode_frame() argument
H A Dlibtwolame.c53 static av_cold int twolame_encode_close(AVCodecContext *avctx) in twolame_encode_close() argument
60 static av_cold int twolame_encode_init(AVCodecContext *avctx) in twolame_encode_init() argument
110 twolame_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr) twolame_encode_frame() argument
[all...]
H A Dlibspeexdec.c41 static av_cold int libspeex_decode_init(AVCodecContext *avctx) in libspeex_decode_init() argument
127 libspeex_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt) libspeex_decode_frame() argument
177 libspeex_decode_close(AVCodecContext *avctx) libspeex_decode_close() argument
187 libspeex_decode_flush(AVCodecContext *avctx) libspeex_decode_flush() argument
[all...]
H A Dlibvo-amrwbenc.c82 static av_cold int amr_wb_encode_init(AVCodecContext *avctx) in amr_wb_encode_init() argument
107 amr_wb_encode_close(AVCodecContext *avctx) amr_wb_encode_close() argument
115 amr_wb_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr) amr_wb_encode_frame() argument
[all...]
H A Dlibshine.c43 static av_cold int libshine_encode_init(AVCodecContext *avctx) in libshine_encode_init() argument
70 libshine_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr) libshine_encode_frame() argument
121 libshine_encode_close(AVCodecContext *avctx) libshine_encode_close() argument
[all...]
H A Dlibrsvgdec.c36 static int librsvg_decode_frame(AVCodecContext *avctx, AVFrame *frame, in librsvg_decode_frame() argument
/third_party/ffmpeg/libavcodec/ppc/
H A Dpixblockdsp.c265 ff_pixblockdsp_init_ppc(PixblockDSPContext *c, AVCodecContext *avctx, unsigned high_bit_depth) ff_pixblockdsp_init_ppc() argument
/third_party/ffmpeg/libavformat/
H A Doggparseflac.c87 AVCodecContext *avctx; in old_flac_header() local
[all...]
/third_party/ffmpeg/libavutil/
H A Dvulkan_glslang.c138 static int glslc_shader_compile(FFVkSPIRVCompiler *ctx, void *avctx, in glslc_shader_compile() argument
[all...]

Completed in 8 milliseconds

12345678910>>...34