Searched refs:ADTSContext (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dadts.h38 } ADTSContext; typedef in typeref:struct:__anon2106
40 int ff_adts_write_frame_header(ADTSContext *ctx, uint8_t *buf,
42 int ff_adts_decode_extradata(AVFormatContext *s, ADTSContext *adts,
H A Dadtsenc.c32 int ff_adts_decode_extradata(AVFormatContext *s, ADTSContext *adts, uint8_t *buf, int size)
83 ADTSContext *adts = s->priv_data;
93 int ff_adts_write_frame_header(ADTSContext *ctx,
133 ADTSContext *adts = s->priv_data;
161 .priv_data_size = sizeof(ADTSContext),
H A Dmpegtsenc.c213 ADTSContext *adts;
989 ADTSContext *adts = ts_st->adts;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dadtsenc.c42 } ADTSContext; typedef in typeref:struct:__anon3444
46 static int adts_decode_extradata(AVFormatContext *s, ADTSContext *adts, uint8_t *buf, int size)
97 ADTSContext *adts = s->priv_data;
107 static int adts_write_frame_header(ADTSContext *ctx,
147 ADTSContext *adts = s->priv_data;
171 ADTSContext *adts = s->priv_data;
180 #define OFFSET(obj) offsetof(ADTSContext, obj)
198 .priv_data_size = sizeof(ADTSContext),

Completed in 88 milliseconds