Searched defs:avccontext (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dlibschroedinger.c53 SchroVideoFormatEnum ff_get_schro_video_format_preset(AVCodecContext *avccontext) argument
H A Dlibdirac_libschro.c48 unsigned int ff_dirac_schro_get_video_format_idx (AVCodecContext *avccontext) argument
H A Dlibdiracdec.c66 static av_cold int libdirac_decode_init(AVCodecContext *avccontext) argument
78 static int libdirac_decode_frame(AVCodecContext *avccontext, argument
177 libdirac_decode_close(AVCodecContext *avccontext) argument
187 libdirac_flush(AVCodecContext *avccontext) argument
[all...]
H A Dlibdiracenc.c119 static VideoFormat GetDiracVideoFormatPreset (AVCodecContext *avccontext) argument
130 static av_cold int libdirac_encode_init(AVCodecContext *avccontext) argument
237 libdirac_encode_frame(AVCodecContext *avccontext, unsigned char *frame, int buf_size, void *data) argument
389 libdirac_encode_close(AVCodecContext *avccontext) argument
[all...]
H A Dlibschroedingerenc.c79 static int SetSchroChromaFormat(AVCodecContext *avccontext) argument
103 static int libschroedinger_encode_init(AVCodecContext *avccontext) argument
223 libschroedinger_frame_from_data(AVCodecContext *avccontext, void *in_data) argument
252 libschroedinger_encode_frame(AVCodecContext *avccontext, unsigned char *frame, int buf_size, void *data) argument
398 libschroedinger_encode_close(AVCodecContext *avccontext) argument
[all...]
H A Dlibvorbis.c53 static av_cold int oggvorbis_init_encoder(vorbis_info *vi, AVCodecContext *avccontext) { argument
85 oggvorbis_encode_init(AVCodecContext *avccontext) argument
135 oggvorbis_encode_frame(AVCodecContext *avccontext, unsigned char *packets, int buf_size, void *data) argument
201 oggvorbis_encode_close(AVCodecContext *avccontext) argument
[all...]
H A Dlibschroedingerdec.c138 static av_cold int libschroedinger_decode_init(AVCodecContext *avccontext) argument
168 static void libschroedinger_handle_first_access_unit(AVCodecContext *avccontext) argument
208 libschroedinger_decode_frame(AVCodecContext *avccontext, void *data, int *data_size, const uint8_t *buf, int buf_size) argument
328 libschroedinger_decode_close(AVCodecContext *avccontext) argument
344 libschroedinger_flush(AVCodecContext *avccontext) argument
[all...]
H A Dvorbis_enc.c206 static void create_vorbis_context(vorbis_enc_context * venc, AVCodecContext * avccontext) { argument
894 static av_cold int vorbis_encode_init(AVCodecContext * avccontext) argument
921 vorbis_encode_frame(AVCodecContext * avccontext, unsigned char * packets, int buf_size, void *data) argument
979 vorbis_encode_close(AVCodecContext * avccontext) argument
[all...]
H A Daac.h248 AVCodecContext * avccontext; member in struct:__anon473
H A Dvorbis_dec.c128 AVCodecContext *avccontext; member in struct:vorbis_context_s
966 vorbis_decode_init(AVCodecContext *avccontext) argument
1614 vorbis_decode_frame(AVCodecContext *avccontext, void *data, int *data_size, const uint8_t *buf, int buf_size) argument
1658 vorbis_decode_close(AVCodecContext *avccontext) argument
[all...]
H A Daac.c441 static av_cold int aac_decode_init(AVCodecContext * avccontext) { argument
1619 aac_decode_frame(AVCodecContext * avccontext, void * data, int * data_size, const uint8_t * buf, int buf_size) argument
1721 aac_decode_close(AVCodecContext * avccontext) argument
[all...]

Completed in 111 milliseconds