Home
last modified time | relevance | path

Searched refs:priv_data_size (Results 1 - 25 of 917) sorted by relevance

12345678910>>...37

/third_party/ffmpeg/libavcodec/
H A Dtextdec.c86 .priv_data_size = sizeof(TextContext),
110 .priv_data_size = sizeof(TextContext),
125 .priv_data_size = sizeof(TextContext),
140 .priv_data_size = sizeof(TextContext),
155 .priv_data_size = sizeof(TextContext),
H A Dmpegaudiodec_float.c82 .priv_data_size = sizeof(MPADecodeContext),
100 .priv_data_size = sizeof(MPADecodeContext),
118 .priv_data_size = sizeof(MPADecodeContext),
136 .priv_data_size = sizeof(MPADecodeContext),
154 .priv_data_size = sizeof(MP3On4DecodeContext),
H A Dmpegaudiodec_fixed.c69 .priv_data_size = sizeof(MPADecodeContext),
87 .priv_data_size = sizeof(MPADecodeContext),
105 .priv_data_size = sizeof(MPADecodeContext),
123 .priv_data_size = sizeof(MPADecodeContext),
141 .priv_data_size = sizeof(MP3On4DecodeContext),
H A Drv34_parser.c84 .priv_data_size = sizeof(RV34ParseContext),
92 .priv_data_size = sizeof(RV34ParseContext),
H A Ddxva2_vc1.c393 .priv_data_size = sizeof(FFDXVASharedContext),
410 .priv_data_size = sizeof(FFDXVASharedContext),
427 .priv_data_size = sizeof(FFDXVASharedContext),
444 .priv_data_size = sizeof(FFDXVASharedContext),
461 .priv_data_size = sizeof(FFDXVASharedContext),
478 .priv_data_size = sizeof(FFDXVASharedContext),
H A Dpnmdec.c432 .priv_data_size = sizeof(PNMContext),
444 .priv_data_size = sizeof(PNMContext),
456 .priv_data_size = sizeof(PNMContext),
468 .priv_data_size = sizeof(PNMContext),
480 .priv_data_size = sizeof(PNMContext),
492 .priv_data_size = sizeof(PNMContext),
513 .priv_data_size = sizeof(PNMContext),
H A Dac3dec_float.c66 .priv_data_size = sizeof (AC3DecodeContext),
84 .priv_data_size = sizeof (AC3DecodeContext),
H A Dbintext.c225 .priv_data_size = sizeof(XbinContext),
238 .priv_data_size = sizeof(XbinContext),
251 .priv_data_size = sizeof(XbinContext),
H A Dgsmdec.c121 .priv_data_size = sizeof(GSMContext),
135 .priv_data_size = sizeof(GSMContext),
H A Dlibgsmdec.c135 .priv_data_size = sizeof(LibGSMDecodeContext),
150 .priv_data_size = sizeof(LibGSMDecodeContext),
H A Dnvdec_vc1.c127 .priv_data_size = sizeof(NVDECContext),
142 .priv_data_size = sizeof(NVDECContext),
H A Dnvdec_mpeg12.c113 .priv_data_size = sizeof(NVDECContext),
129 .priv_data_size = sizeof(NVDECContext),
H A Dsrtdec.c101 .priv_data_size = sizeof(FFASSDecoderContext),
115 .priv_data_size = sizeof(FFASSDecoderContext),
H A Dsp5xdec.c100 .priv_data_size = sizeof(MJpegDecodeContext),
116 .priv_data_size = sizeof(MJpegDecodeContext),
H A Dvdpau_mpeg12.c120 .priv_data_size = sizeof(VDPAUContext),
156 .priv_data_size = sizeof(VDPAUContext),
/third_party/ffmpeg/libavcodec/tests/
H A Davcodec.c42 if (codec->priv_data_size < 0 || in priv_data_size_wrong()
43 codec->p.priv_class && codec->priv_data_size < sizeof(AVClass*)) in priv_data_size_wrong()
48 if (opt->offset >= codec->priv_data_size || in priv_data_size_wrong()
176 codec2->priv_data_size); in main()
/third_party/ffmpeg/libavformat/
H A Drawvideodec.c155 .priv_data_size = sizeof(RawVideoDemuxerContext),
175 .priv_data_size = sizeof(RawVideoDemuxerContext),
196 .priv_data_size = sizeof(RawVideoDemuxerContext),
210 .priv_data_size = sizeof(RawVideoDemuxerContext),
H A Dlibrtmp.c302 .priv_data_size = sizeof(LibRTMPContext),
317 .priv_data_size = sizeof(LibRTMPContext),
332 .priv_data_size = sizeof(LibRTMPContext),
347 .priv_data_size = sizeof(LibRTMPContext),
362 .priv_data_size = sizeof(LibRTMPContext),
H A Drawdec.h64 .priv_data_size = sizeof(FFRawVideoDemuxerContext),\
81 .priv_data_size = sizeof(FFRawDemuxerContext),\
H A Dmlpdec.c107 .priv_data_size = sizeof(FFRawDemuxerContext),
127 .priv_data_size = sizeof(FFRawDemuxerContext),
H A Dg726.c83 .priv_data_size = sizeof(G726Context),
95 .priv_data_size = sizeof(G726Context),
H A Damr.c145 .priv_data_size = sizeof(AMRContext),
202 .priv_data_size = sizeof(AMRContext),
259 .priv_data_size = sizeof(AMRContext),
H A Dcodec2.c299 .priv_data_size = sizeof(Codec2Context),
315 .priv_data_size = sizeof(Codec2Context),
329 .priv_data_size = sizeof(Codec2Context),
H A Dhashenc.c178 .priv_data_size = sizeof(struct HashContext),
202 .priv_data_size = sizeof(struct HashContext),
219 .priv_data_size = sizeof(struct HashContext),
330 .priv_data_size = sizeof(struct HashContext),
354 .priv_data_size = sizeof(struct HashContext),
/third_party/ffmpeg/libavdevice/
H A Dutils.c41 if (s->iformat->priv_data_size > 0) { in ff_alloc_input_device_context()
42 s->priv_data = av_mallocz(s->iformat->priv_data_size); in ff_alloc_input_device_context()

Completed in 18 milliseconds

12345678910>>...37