Home
last modified time | relevance | path

Searched defs:avctx (Results 226 - 250 of 842) sorted by relevance

12345678910>>...34

/third_party/ffmpeg/doc/examples/
H A Dhw_decode.c77 static int decode_write(AVCodecContext *avctx, AVPacket *packet) in decode_write() argument
H A Dvaapi_encode.c74 static int encode_write(AVCodecContext *avctx, AVFrame *frame, FILE *fout) in encode_write() argument
107 AVCodecContext *avctx = NULL; in main() local
[all...]
/third_party/ffmpeg/libavcodec/
H A D8bps.c49 AVCodecContext *avctx; member
57 static int decode_frame(AVCodecContext *avctx, AVFrame *frame, in decode_frame() argument
140 static av_cold int decode_init(AVCodecContext *avctx) in decode_init() argument
[all...]
H A Dac3enc_float.c114 av_cold int ff_ac3_float_encode_init(AVCodecContext *avctx) in ff_ac3_float_encode_init() argument
H A Dac3enc_fixed.c111 static av_cold int ac3_fixed_encode_init(AVCodecContext *avctx) in ac3_fixed_encode_init() argument
H A Dnvdec_hevc.c70 static int nvdec_hevc_start_frame(AVCodecContext *avctx, in nvdec_hevc_start_frame() argument
270 static int nvdec_hevc_decode_slice(AVCodecContext *avctx, const uint8_t *buffer, in nvdec_hevc_decode_slice() argument
297 nvdec_hevc_frame_params(AVCodecContext *avctx, AVBufferRef *hw_frames_ctx) nvdec_hevc_frame_params() argument
305 nvdec_hevc_decode_init(AVCodecContext *avctx) nvdec_hevc_decode_init() argument
[all...]
H A Dnvdec_h264.c47 static int nvdec_h264_start_frame(AVCodecContext *avctx, in nvdec_h264_start_frame() argument
131 static int nvdec_h264_decode_slice(AVCodecContext *avctx, const uint8_t *buffer, in nvdec_h264_decode_slice() argument
164 static int nvdec_h264_frame_params(AVCodecContext *avctx, in nvdec_h264_frame_params() argument
[all...]
H A Dpcm-bluray.c54 static int pcm_bluray_parse_header(AVCodecContext *avctx, in pcm_bluray_parse_header() argument
125 pcm_bluray_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt) pcm_bluray_decode_frame() argument
[all...]
H A Dparser.c115 int av_parser_parse2(AVCodecParserContext *s, AVCodecContext *avctx, in av_parser_parse2() argument
[all...]
H A Dpcm-blurayenc.c32 static av_cold int pcm_bluray_encode_init(AVCodecContext *avctx) in pcm_bluray_encode_init() argument
108 static int pcm_bluray_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, in pcm_bluray_encode_frame() argument
[all...]
H A Dpcm-dvdenc.c36 static av_cold int pcm_dvd_encode_init(AVCodecContext *avctx) in pcm_dvd_encode_init() argument
115 pcm_dvd_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr) pcm_dvd_encode_frame() argument
[all...]
H A Dpsymodel.c31 av_cold int ff_psy_init(FFPsyContext *ctx, AVCodecContext *avctx, int num_lens, in ff_psy_init() argument
94 AVCodecContext *avctx; member
103 av_cold struct FFPsyPreprocessContext* ff_psy_preprocess_init(AVCodecContext *avctx) in ff_psy_preprocess_init() argument
[all...]
H A Droqvideo.h42 AVCodecContext *avctx; member
H A Dscreenpresso.c56 static av_cold int screenpresso_close(AVCodecContext *avctx) in screenpresso_close() argument
66 static av_cold int screenpresso_init(AVCodecContext *avctx) in screenpresso_init() argument
105 screenpresso_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) screenpresso_decode_frame() argument
[all...]
H A Dsrtdec.c33 static int srt_to_ass(AVCodecContext *avctx, AVBPrint *dst, in srt_to_ass() argument
58 static int srt_decode_frame(AVCodecContext *avctx, AVSubtitle *sub, in srt_decode_frame() argument
H A Dv410dec.c35 static av_cold int v410_decode_init(AVCodecContext *avctx) in v410_decode_init() argument
52 static int v410_decode_slice(AVCodecContext *avctx, void *arg, int jobnr, int threadnr) in v410_decode_slice() argument
88 v410_decode_frame(AVCodecContext *avctx, AVFrame *pic, int *got_frame, AVPacket *avpkt) v410_decode_frame() argument
[all...]
H A Dvaapi_vp8.c34 static int vaapi_vp8_start_frame(AVCodecContext *avctx, in vaapi_vp8_start_frame() argument
177 static int vaapi_vp8_end_frame(AVCodecContext *avctx) in vaapi_vp8_end_frame() argument
185 vaapi_vp8_decode_slice(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) vaapi_vp8_decode_slice() argument
[all...]
H A Dvbnenc.c44 static int vbn_encode(AVCodecContext *avctx, AVPacket *pkt, in vbn_encode() argument
127 vbn_init(AVCodecContext *avctx) vbn_init() argument
[all...]
H A Dvbndec.c39 static av_cold int vbn_init(AVCodecContext *avctx) in vbn_init() argument
46 static int decompress(AVCodecContext *avctx, GetByteContext *gb, in decompress() argument
56 static int vbn_decode_frame(AVCodecContext *avctx, in vbn_decode_frame() argument
[all...]
H A Drtjpeg.c170 void ff_rtjpeg_init(RTJpegContext *c, AVCodecContext *avctx) in ff_rtjpeg_init() argument
H A Dsvq1enc.h40 AVCodecContext *avctx; member
H A Dtruemotion2rt.c59 static int truemotion2rt_decode_header(AVCodecContext *avctx, const AVPacket *avpkt) in truemotion2rt_decode_header() argument
105 static int truemotion2rt_decode_frame(AVCodecContext *avctx, AVFrame *p, in truemotion2rt_decode_frame() argument
216 truemotion2rt_decode_init(AVCodecContext *avctx) truemotion2rt_decode_init() argument
[all...]
H A Dtscc.c51 AVCodecContext *avctx; member
67 static int decode_frame(AVCodecContext *avctx, AVFrame *rframe, in decode_frame() argument
125 decode_init(AVCodecContext *avctx) decode_init() argument
162 decode_end(AVCodecContext *avctx) decode_end() argument
[all...]
H A Dv4l2_m2m.h52 AVCodecContext *avctx; member
/third_party/ffmpeg/libavdevice/
H A Ddshow_crossbar.c58 setup_crossbar_options(IAMCrossbar *cross_bar, enum dshowDeviceType devtype, AVFormatContext *avctx) in setup_crossbar_options() argument
140 ff_dshow_try_setup_crossbar_options(ICaptureGraphBuilder2 *graph_builder2, IBaseFilter *device_filter, enum dshowDeviceType devtype, AVFormatContext *avctx) ff_dshow_try_setup_crossbar_options() argument
[all...]

Completed in 9 milliseconds

12345678910>>...34