AVCodecContext     31 applications/dashcast/audio_decoder.c 	AVCodecContext *codec_ctx;
AVCodecContext    177 applications/dashcast/audio_decoder.c static int resample_audio(AudioInputFile *audio_input_file, AudioInputData *audio_input_data, AVCodecContext *audio_codec_ctx, uint8_t ***output, int *num_planes_out, int num_channels, enum AVSampleFormat sample_format)
AVCodecContext    201 applications/dashcast/audio_decoder.c 	AVCodecContext *codec_ctx;
AVCodecContext    153 applications/dashcast/audio_encoder.c 	AVCodecContext *audio_codec_ctx = audio_output_file->codec_ctx;
AVCodecContext    179 applications/dashcast/audio_encoder.c static int ensure_resampler(AudioOutputFile *audio_output_file, AVCodecContext *audio_codec_ctx)
AVCodecContext    206 applications/dashcast/audio_encoder.c static int resample_audio(AudioOutputFile *audio_output_file, AVCodecContext *audio_codec_ctx, int *num_planes_out)
AVCodecContext    240 applications/dashcast/audio_encoder.c 	AVCodecContext *audio_codec_ctx = audio_output_file->codec_ctx;
AVCodecContext     40 applications/dashcast/audio_muxer.c 	AVCodecContext *audio_codec_ctx = audio_output_file->codec_ctx;
AVCodecContext    233 applications/dashcast/audio_muxer.c 	AVCodecContext *audio_codec_ctx = audio_output_file->codec_ctx;
AVCodecContext    302 applications/dashcast/audio_muxer.c 	AVCodecContext *audio_codec_ctx = audio_stream->codec;
AVCodecContext     65 applications/dashcast/audio_muxer.h 	AVCodecContext *codec_ctx;
AVCodecContext     41 applications/dashcast/video_decoder.c 	AVCodecContext *codec_ctx;
AVCodecContext    216 applications/dashcast/video_decoder.c 	AVCodecContext *codec_ctx;
AVCodecContext    169 applications/dashcast/video_encoder.c 	AVCodecContext *video_codec_ctx = video_output_file->codec_ctx;
AVCodecContext    439 applications/dashcast/video_muxer.c 	AVCodecContext *video_codec_ctx = video_output_file->codec_ctx;
AVCodecContext    517 applications/dashcast/video_muxer.c 	AVCodecContext *video_codec_ctx = video_output_file->codec_ctx;
AVCodecContext    627 applications/dashcast/video_muxer.c 	AVCodecContext *video_codec_ctx = video_output_file->codec_ctx;
AVCodecContext    700 applications/dashcast/video_muxer.c 	AVCodecContext *video_codec_ctx = video_stream->codec;
AVCodecContext     58 applications/dashcast/video_muxer.h 	AVCodecContext *codec_ctx;
AVCodecContext   1474 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h     void (*draw_horiz_band)(struct AVCodecContext *s,
AVCodecContext   1487 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h     enum AVPixelFormat (*get_format)(struct AVCodecContext *s, const enum AVPixelFormat * fmt);
AVCodecContext   2128 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h     int (*get_buffer)(struct AVCodecContext *c, AVFrame *pic);
AVCodecContext   2142 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h     void (*release_buffer)(struct AVCodecContext *c, AVFrame *pic);
AVCodecContext   2157 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h     int (*reget_buffer)(struct AVCodecContext *c, AVFrame *pic);
AVCodecContext   2240 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h     int (*get_buffer2)(struct AVCodecContext *s, AVFrame *frame, int flags);
AVCodecContext   2452 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h     void (*rtp_callback)(struct AVCodecContext *avctx, void *data, int size, int mb_nb);
AVCodecContext   2782 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h     int (*execute)(struct AVCodecContext *c, int (*func)(struct AVCodecContext *c2, void *arg), void *arg2, int *ret, int count, int size);
AVCodecContext   2802 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h     int (*execute2)(struct AVCodecContext *c, int (*func)(struct AVCodecContext *c2, void *arg, int jobnr, int threadnr), void *arg2, int *ret, int count);
AVCodecContext   3084 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h AVRational av_codec_get_pkt_timebase         (const AVCodecContext *avctx);
AVCodecContext   3085 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h void       av_codec_set_pkt_timebase         (AVCodecContext *avctx, AVRational val);
AVCodecContext   3087 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h const AVCodecDescriptor *av_codec_get_codec_descriptor(const AVCodecContext *avctx);
AVCodecContext   3088 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h void                     av_codec_set_codec_descriptor(AVCodecContext *avctx, const AVCodecDescriptor *desc);
AVCodecContext   3090 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h int  av_codec_get_lowres(const AVCodecContext *avctx);
AVCodecContext   3091 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h void av_codec_set_lowres(AVCodecContext *avctx, int val);
AVCodecContext   3093 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h int  av_codec_get_seek_preroll(const AVCodecContext *avctx);
AVCodecContext   3094 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h void av_codec_set_seek_preroll(AVCodecContext *avctx, int val);
AVCodecContext   3096 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h uint16_t *av_codec_get_chroma_intra_matrix(const AVCodecContext *avctx);
AVCodecContext   3097 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h void av_codec_set_chroma_intra_matrix(AVCodecContext *avctx, uint16_t *val);
AVCodecContext   3163 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h     int (*init_thread_copy)(AVCodecContext *);
AVCodecContext   3171 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h     int (*update_thread_context)(AVCodecContext *dst, const AVCodecContext *src);
AVCodecContext   3184 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h     int (*init)(AVCodecContext *);
AVCodecContext   3185 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h     int (*encode_sub)(AVCodecContext *, uint8_t *buf, int buf_size,
AVCodecContext   3197 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h     int (*encode2)(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame,
AVCodecContext   3199 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h     int (*decode)(AVCodecContext *, void *outdata, int *outdata_size, AVPacket *avpkt);
AVCodecContext   3200 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h     int (*close)(AVCodecContext *);
AVCodecContext   3205 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h     void (*flush)(AVCodecContext *);
AVCodecContext   3262 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h     int (*alloc_frame)(AVCodecContext *avctx, AVFrame *frame);
AVCodecContext   3278 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h     int (*start_frame)(AVCodecContext *avctx, const uint8_t *buf, uint32_t buf_size);
AVCodecContext   3292 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h     int (*decode_slice)(AVCodecContext *avctx, const uint8_t *buf, uint32_t buf_size);
AVCodecContext   3303 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h     int (*end_frame)(AVCodecContext *avctx);
AVCodecContext   3332 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h     int (*init)(AVCodecContext *avctx);
AVCodecContext   3340 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h     int (*uninit)(AVCodecContext *avctx);
AVCodecContext   3484 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h AVCodecContext *avcodec_alloc_context3(const AVCodec *codec);
AVCodecContext   3490 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h void avcodec_free_context(AVCodecContext **avctx);
AVCodecContext   3501 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h int avcodec_get_context_defaults3(AVCodecContext *s, const AVCodec *codec);
AVCodecContext   3538 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h int avcodec_copy_context(AVCodecContext *dest, const AVCodecContext *src);
AVCodecContext   3609 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h int avcodec_open2(AVCodecContext *avctx, const AVCodec *codec, AVDictionary **options);
AVCodecContext   3620 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h int avcodec_close(AVCodecContext *avctx);
AVCodecContext   3880 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h attribute_deprecated int avcodec_default_get_buffer(AVCodecContext *s, AVFrame *pic);
AVCodecContext   3881 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h attribute_deprecated void avcodec_default_release_buffer(AVCodecContext *s, AVFrame *pic);
AVCodecContext   3882 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h attribute_deprecated int avcodec_default_reget_buffer(AVCodecContext *s, AVFrame *pic);
AVCodecContext   3890 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h int avcodec_default_get_buffer2(AVCodecContext *s, AVFrame *frame, int flags);
AVCodecContext   3914 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h void avcodec_align_dimensions(AVCodecContext *s, int *width, int *height);
AVCodecContext   3923 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h void avcodec_align_dimensions2(AVCodecContext *s, int *width, int *height,
AVCodecContext   4003 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h attribute_deprecated int avcodec_decode_audio3(AVCodecContext *avctx, int16_t *samples,
AVCodecContext   4056 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame,
AVCodecContext   4099 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
AVCodecContext   4127 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h int avcodec_decode_subtitle2(AVCodecContext *avctx, AVSubtitle *sub,
AVCodecContext   4304 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h                         AVCodecContext *avctx,
AVCodecContext   4308 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h     int (*split)(AVCodecContext *avctx, const uint8_t *buf, int buf_size);
AVCodecContext   4346 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h                      AVCodecContext *avctx,
AVCodecContext   4357 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h                      AVCodecContext *avctx,
AVCodecContext   4413 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h int attribute_deprecated avcodec_encode_audio(AVCodecContext *avctx,
AVCodecContext   4457 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h int avcodec_encode_audio2(AVCodecContext *avctx, AVPacket *avpkt,
AVCodecContext   4476 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h int avcodec_encode_video(AVCodecContext *avctx, uint8_t *buf, int buf_size,
AVCodecContext   4514 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt,
AVCodecContext   4517 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h int avcodec_encode_subtitle(AVCodecContext *avctx, uint8_t *buf, int buf_size,
AVCodecContext   4830 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h enum AVPixelFormat avcodec_default_get_format(struct AVCodecContext *s, const enum AVPixelFormat * fmt);
AVCodecContext   4841 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h void avcodec_set_dimensions(AVCodecContext *s, int width, int height);
AVCodecContext   4855 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h void avcodec_string(char *buf, int buf_size, AVCodecContext *enc, int encode);
AVCodecContext   4866 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h int avcodec_default_execute(AVCodecContext *c, int (*func)(AVCodecContext *c2, void *arg2),void *arg, int *ret, int count, int size);
AVCodecContext   4867 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h int avcodec_default_execute2(AVCodecContext *c, int (*func)(AVCodecContext *c2, void *arg2, int, int),void *arg, int *ret, int count);
AVCodecContext   4906 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h void avcodec_flush_buffers(AVCodecContext *avctx);
AVCodecContext   4942 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h int av_get_audio_frame_duration(AVCodecContext *avctx, int frame_bytes);
AVCodecContext   4957 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h                   AVCodecContext *avctx, const char *args,
AVCodecContext   5016 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h                                AVCodecContext *avctx, const char *args,
AVCodecContext   5147 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h int avcodec_is_open(AVCodecContext *s);
AVCodecContext     61 extra_lib/include/ffmpeg_android/libavcodec/dv_profile.h const AVDVProfile* avpriv_dv_frame_profile2(AVCodecContext* codec, const AVDVProfile *sys,
AVCodecContext    141 extra_lib/include/ffmpeg_android/libavcodec/dv_profile.h const AVDVProfile* avpriv_dv_frame_profile2(AVCodecContext* codec, const AVDVProfile *sys,
AVCodecContext    199 extra_lib/include/ffmpeg_android/libavcodec/vda.h int av_vda_default_init(AVCodecContext *avctx);
AVCodecContext    207 extra_lib/include/ffmpeg_android/libavcodec/vda.h void av_vda_default_free(AVCodecContext *avctx);
AVCodecContext    412 extra_lib/include/ffmpeg_android/libavcodec/vda.h int av_vda_default_init(AVCodecContext *avctx);
AVCodecContext    420 extra_lib/include/ffmpeg_android/libavcodec/vda.h void av_vda_default_free(AVCodecContext *avctx);
AVCodecContext     69 extra_lib/include/ffmpeg_android/libavcodec/vdpau.h struct AVCodecContext;
AVCodecContext     72 extra_lib/include/ffmpeg_android/libavcodec/vdpau.h typedef int (*AVVDPAU_Render2)(struct AVCodecContext *, struct AVFrame *,
AVCodecContext    170 extra_lib/include/ffmpeg_android/libavcodec/vdpau.h int av_vdpau_get_profile(AVCodecContext *avctx, VdpDecoderProfile *profile);
AVCodecContext    284 extra_lib/include/ffmpeg_android/libavcodec/vdpau.h struct AVCodecContext;
AVCodecContext    287 extra_lib/include/ffmpeg_android/libavcodec/vdpau.h typedef int (*AVVDPAU_Render2)(struct AVCodecContext *, struct AVFrame *,
AVCodecContext    385 extra_lib/include/ffmpeg_android/libavcodec/vdpau.h int av_vdpau_get_profile(AVCodecContext *avctx, VdpDecoderProfile *profile);
AVCodecContext    801 extra_lib/include/ffmpeg_android/libavformat/avformat.h     AVCodecContext *codec;
AVCodecContext    382 extra_lib/include/ffmpeg_android/libavutil/frame.h     struct AVCodecContext *owner;
AVCodecContext   1141 extra_lib/include/ffmpeg_android/libavutil/frame.h     struct AVCodecContext *owner;
AVCodecContext   1430 extra_lib/include/libavcodec/avcodec.h     void (*draw_horiz_band)(struct AVCodecContext *s,
AVCodecContext   1443 extra_lib/include/libavcodec/avcodec.h     enum AVPixelFormat (*get_format)(struct AVCodecContext *s, const enum AVPixelFormat * fmt);
AVCodecContext   2079 extra_lib/include/libavcodec/avcodec.h     int (*get_buffer)(struct AVCodecContext *c, AVFrame *pic);
AVCodecContext   2093 extra_lib/include/libavcodec/avcodec.h     void (*release_buffer)(struct AVCodecContext *c, AVFrame *pic);
AVCodecContext   2108 extra_lib/include/libavcodec/avcodec.h     int (*reget_buffer)(struct AVCodecContext *c, AVFrame *pic);
AVCodecContext   2191 extra_lib/include/libavcodec/avcodec.h     int (*get_buffer2)(struct AVCodecContext *s, AVFrame *frame, int flags);
AVCodecContext   2401 extra_lib/include/libavcodec/avcodec.h     void (*rtp_callback)(struct AVCodecContext *avctx, void *data, int size, int mb_nb);
AVCodecContext   2715 extra_lib/include/libavcodec/avcodec.h     int (*execute)(struct AVCodecContext *c, int (*func)(struct AVCodecContext *c2, void *arg), void *arg2, int *ret, int count, int size);
AVCodecContext   2735 extra_lib/include/libavcodec/avcodec.h     int (*execute2)(struct AVCodecContext *c, int (*func)(struct AVCodecContext *c2, void *arg, int jobnr, int threadnr), void *arg2, int *ret, int count);
AVCodecContext   3001 extra_lib/include/libavcodec/avcodec.h AVRational av_codec_get_pkt_timebase         (const AVCodecContext *avctx);
AVCodecContext   3002 extra_lib/include/libavcodec/avcodec.h void       av_codec_set_pkt_timebase         (AVCodecContext *avctx, AVRational val);
AVCodecContext   3004 extra_lib/include/libavcodec/avcodec.h const AVCodecDescriptor *av_codec_get_codec_descriptor(const AVCodecContext *avctx);
AVCodecContext   3005 extra_lib/include/libavcodec/avcodec.h void                     av_codec_set_codec_descriptor(AVCodecContext *avctx, const AVCodecDescriptor *desc);
AVCodecContext   3007 extra_lib/include/libavcodec/avcodec.h int  av_codec_get_lowres(const AVCodecContext *avctx);
AVCodecContext   3008 extra_lib/include/libavcodec/avcodec.h void av_codec_set_lowres(AVCodecContext *avctx, int val);
AVCodecContext   3010 extra_lib/include/libavcodec/avcodec.h int  av_codec_get_seek_preroll(const AVCodecContext *avctx);
AVCodecContext   3011 extra_lib/include/libavcodec/avcodec.h void av_codec_set_seek_preroll(AVCodecContext *avctx, int val);
AVCodecContext   3013 extra_lib/include/libavcodec/avcodec.h uint16_t *av_codec_get_chroma_intra_matrix(const AVCodecContext *avctx);
AVCodecContext   3014 extra_lib/include/libavcodec/avcodec.h void av_codec_set_chroma_intra_matrix(AVCodecContext *avctx, uint16_t *val);
AVCodecContext   3080 extra_lib/include/libavcodec/avcodec.h     int (*init_thread_copy)(AVCodecContext *);
AVCodecContext   3088 extra_lib/include/libavcodec/avcodec.h     int (*update_thread_context)(AVCodecContext *dst, const AVCodecContext *src);
AVCodecContext   3101 extra_lib/include/libavcodec/avcodec.h     int (*init)(AVCodecContext *);
AVCodecContext   3102 extra_lib/include/libavcodec/avcodec.h     int (*encode_sub)(AVCodecContext *, uint8_t *buf, int buf_size,
AVCodecContext   3114 extra_lib/include/libavcodec/avcodec.h     int (*encode2)(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame,
AVCodecContext   3116 extra_lib/include/libavcodec/avcodec.h     int (*decode)(AVCodecContext *, void *outdata, int *outdata_size, AVPacket *avpkt);
AVCodecContext   3117 extra_lib/include/libavcodec/avcodec.h     int (*close)(AVCodecContext *);
AVCodecContext   3122 extra_lib/include/libavcodec/avcodec.h     void (*flush)(AVCodecContext *);
AVCodecContext   3183 extra_lib/include/libavcodec/avcodec.h     int (*start_frame)(AVCodecContext *avctx, const uint8_t *buf, uint32_t buf_size);
AVCodecContext   3197 extra_lib/include/libavcodec/avcodec.h     int (*decode_slice)(AVCodecContext *avctx, const uint8_t *buf, uint32_t buf_size);
AVCodecContext   3208 extra_lib/include/libavcodec/avcodec.h     int (*end_frame)(AVCodecContext *avctx);
AVCodecContext   3367 extra_lib/include/libavcodec/avcodec.h AVCodecContext *avcodec_alloc_context3(const AVCodec *codec);
AVCodecContext   3378 extra_lib/include/libavcodec/avcodec.h int avcodec_get_context_defaults3(AVCodecContext *s, const AVCodec *codec);
AVCodecContext   3415 extra_lib/include/libavcodec/avcodec.h int avcodec_copy_context(AVCodecContext *dest, const AVCodecContext *src);
AVCodecContext   3486 extra_lib/include/libavcodec/avcodec.h int avcodec_open2(AVCodecContext *avctx, const AVCodec *codec, AVDictionary **options);
AVCodecContext   3497 extra_lib/include/libavcodec/avcodec.h int avcodec_close(AVCodecContext *avctx);
AVCodecContext   3744 extra_lib/include/libavcodec/avcodec.h attribute_deprecated int avcodec_default_get_buffer(AVCodecContext *s, AVFrame *pic);
AVCodecContext   3745 extra_lib/include/libavcodec/avcodec.h attribute_deprecated void avcodec_default_release_buffer(AVCodecContext *s, AVFrame *pic);
AVCodecContext   3746 extra_lib/include/libavcodec/avcodec.h attribute_deprecated int avcodec_default_reget_buffer(AVCodecContext *s, AVFrame *pic);
AVCodecContext   3754 extra_lib/include/libavcodec/avcodec.h int avcodec_default_get_buffer2(AVCodecContext *s, AVFrame *frame, int flags);
AVCodecContext   3778 extra_lib/include/libavcodec/avcodec.h void avcodec_align_dimensions(AVCodecContext *s, int *width, int *height);
AVCodecContext   3787 extra_lib/include/libavcodec/avcodec.h void avcodec_align_dimensions2(AVCodecContext *s, int *width, int *height,
AVCodecContext   3867 extra_lib/include/libavcodec/avcodec.h attribute_deprecated int avcodec_decode_audio3(AVCodecContext *avctx, int16_t *samples,
AVCodecContext   3920 extra_lib/include/libavcodec/avcodec.h int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame,
AVCodecContext   3963 extra_lib/include/libavcodec/avcodec.h int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
AVCodecContext   3991 extra_lib/include/libavcodec/avcodec.h int avcodec_decode_subtitle2(AVCodecContext *avctx, AVSubtitle *sub,
AVCodecContext   4168 extra_lib/include/libavcodec/avcodec.h                         AVCodecContext *avctx,
AVCodecContext   4172 extra_lib/include/libavcodec/avcodec.h     int (*split)(AVCodecContext *avctx, const uint8_t *buf, int buf_size);
AVCodecContext   4210 extra_lib/include/libavcodec/avcodec.h                      AVCodecContext *avctx,
AVCodecContext   4221 extra_lib/include/libavcodec/avcodec.h                      AVCodecContext *avctx,
AVCodecContext   4277 extra_lib/include/libavcodec/avcodec.h int attribute_deprecated avcodec_encode_audio(AVCodecContext *avctx,
AVCodecContext   4321 extra_lib/include/libavcodec/avcodec.h int avcodec_encode_audio2(AVCodecContext *avctx, AVPacket *avpkt,
AVCodecContext   4340 extra_lib/include/libavcodec/avcodec.h int avcodec_encode_video(AVCodecContext *avctx, uint8_t *buf, int buf_size,
AVCodecContext   4378 extra_lib/include/libavcodec/avcodec.h int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt,
AVCodecContext   4381 extra_lib/include/libavcodec/avcodec.h int avcodec_encode_subtitle(AVCodecContext *avctx, uint8_t *buf, int buf_size,
AVCodecContext   4743 extra_lib/include/libavcodec/avcodec.h enum AVPixelFormat avcodec_default_get_format(struct AVCodecContext *s, const enum AVPixelFormat * fmt);
AVCodecContext   4754 extra_lib/include/libavcodec/avcodec.h void avcodec_set_dimensions(AVCodecContext *s, int width, int height);
AVCodecContext   4768 extra_lib/include/libavcodec/avcodec.h void avcodec_string(char *buf, int buf_size, AVCodecContext *enc, int encode);
AVCodecContext   4779 extra_lib/include/libavcodec/avcodec.h int avcodec_default_execute(AVCodecContext *c, int (*func)(AVCodecContext *c2, void *arg2),void *arg, int *ret, int count, int size);
AVCodecContext   4780 extra_lib/include/libavcodec/avcodec.h int avcodec_default_execute2(AVCodecContext *c, int (*func)(AVCodecContext *c2, void *arg2, int, int),void *arg, int *ret, int count);
AVCodecContext   4819 extra_lib/include/libavcodec/avcodec.h void avcodec_flush_buffers(AVCodecContext *avctx);
AVCodecContext   4855 extra_lib/include/libavcodec/avcodec.h int av_get_audio_frame_duration(AVCodecContext *avctx, int frame_bytes);
AVCodecContext   4870 extra_lib/include/libavcodec/avcodec.h                   AVCodecContext *avctx, const char *args,
AVCodecContext   4929 extra_lib/include/libavcodec/avcodec.h                                AVCodecContext *avctx, const char *args,
AVCodecContext   5060 extra_lib/include/libavcodec/avcodec.h int avcodec_is_open(AVCodecContext *s);
AVCodecContext     69 extra_lib/include/libavcodec/vdpau.h struct AVCodecContext;
AVCodecContext     72 extra_lib/include/libavcodec/vdpau.h typedef int (*AVVDPAU_Render2)(struct AVCodecContext *, struct AVFrame *,
AVCodecContext    170 extra_lib/include/libavcodec/vdpau.h int av_vdpau_get_profile(AVCodecContext *avctx, VdpDecoderProfile *profile);
AVCodecContext    762 extra_lib/include/libavformat/avformat.h     AVCodecContext *codec;
AVCodecContext    371 extra_lib/include/libavutil/frame.h     struct AVCodecContext *owner;
AVCodecContext     93 modules/ffmpeg_in/ffmpeg_decode.c static void FFDEC_LoadDSI(FFDec *ffd, GF_BitStream *bs, AVCodec *codec, AVCodecContext *ctx, Bool from_ff_demux)
AVCodecContext    143 modules/ffmpeg_in/ffmpeg_decode.c 	AVCodecContext **ctx;
AVCodecContext    514 modules/ffmpeg_in/ffmpeg_decode.c 	AVCodecContext **ctx;
AVCodecContext    759 modules/ffmpeg_in/ffmpeg_decode.c 	AVCodecContext *ctx = ffd->base_ctx;
AVCodecContext    912 modules/ffmpeg_in/ffmpeg_decode.c 	AVCodecContext *ctx = ffd->base_ctx;
AVCodecContext    962 modules/ffmpeg_in/ffmpeg_decode.c 	AVCodecContext *ctx;
AVCodecContext    305 modules/ffmpeg_in/ffmpeg_demux.c 		AVCodecContext *enc = ctx->streams[i]->codec;
AVCodecContext    368 modules/ffmpeg_in/ffmpeg_demux.c 		AVCodecContext *dec = ffd->ctx->streams[ffd->audio_st]->codec;
AVCodecContext    409 modules/ffmpeg_in/ffmpeg_demux.c 		AVCodecContext *dec = ffd->ctx->streams[ffd->video_st]->codec;
AVCodecContext    694 modules/ffmpeg_in/ffmpeg_demux.c 		AVCodecContext *enc = ffd->ctx->streams[i]->codec;
AVCodecContext    150 modules/ffmpeg_in/ffmpeg_in.h 	AVCodecContext *base_ctx;
AVCodecContext    159 modules/ffmpeg_in/ffmpeg_in.h 	AVCodecContext *depth_ctx;
AVCodecContext    192 modules/redirect_av/ffmpeg_ts_muxer.c 		AVCodecContext * c = ts->audio_st->codec;
AVCodecContext    214 modules/redirect_av/ffmpeg_ts_muxer.c 		AVCodecContext * c = ts->video_st->codec;
AVCodecContext    411 modules/redirect_av/ffmpeg_ts_muxer.c AVCodecContext * ts_get_video_codec_context(GF_AbstractTSMuxer * ts) {
AVCodecContext    415 modules/redirect_av/ffmpeg_ts_muxer.c AVCodecContext * ts_get_audio_codec_context(GF_AbstractTSMuxer * ts) {
AVCodecContext     93 modules/redirect_av/gpac_ts_muxer.c Bool ts_encode_video_frame(GF_AbstractTSMuxer * ts, AVFrame * encodedFrame, uint8_t * data, int encoded, AVCodecContext * videoCodecContext) {
AVCodecContext    133 modules/redirect_av/redirect_av.c 	AVCodecContext * ctx = NULL;
AVCodecContext    237 modules/redirect_av/redirect_av.c 	AVCodecContext * ctx = NULL;
AVCodecContext    157 modules/redirect_av/ts_muxer.h AVCodecContext * ts_get_video_codec_context(GF_AbstractTSMuxer * ts);
AVCodecContext    159 modules/redirect_av/ts_muxer.h AVCodecContext * ts_get_audio_codec_context(GF_AbstractTSMuxer * ts);