/third_party/ffmpeg/libavcodec/ |
H A D | textdec.c | 86 .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 D | mpegaudiodec_float.c | 82 .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 D | mpegaudiodec_fixed.c | 69 .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 D | rv34_parser.c | 84 .priv_data_size = sizeof(RV34ParseContext), 92 .priv_data_size = sizeof(RV34ParseContext),
|
H A D | dxva2_vc1.c | 393 .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 D | pnmdec.c | 432 .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 D | ac3dec_float.c | 66 .priv_data_size = sizeof (AC3DecodeContext), 84 .priv_data_size = sizeof (AC3DecodeContext),
|
H A D | bintext.c | 225 .priv_data_size = sizeof(XbinContext), 238 .priv_data_size = sizeof(XbinContext), 251 .priv_data_size = sizeof(XbinContext),
|
H A D | gsmdec.c | 121 .priv_data_size = sizeof(GSMContext), 135 .priv_data_size = sizeof(GSMContext),
|
H A D | libgsmdec.c | 135 .priv_data_size = sizeof(LibGSMDecodeContext), 150 .priv_data_size = sizeof(LibGSMDecodeContext),
|
H A D | nvdec_vc1.c | 127 .priv_data_size = sizeof(NVDECContext), 142 .priv_data_size = sizeof(NVDECContext),
|
H A D | nvdec_mpeg12.c | 113 .priv_data_size = sizeof(NVDECContext), 129 .priv_data_size = sizeof(NVDECContext),
|
H A D | srtdec.c | 101 .priv_data_size = sizeof(FFASSDecoderContext), 115 .priv_data_size = sizeof(FFASSDecoderContext),
|
H A D | sp5xdec.c | 100 .priv_data_size = sizeof(MJpegDecodeContext), 116 .priv_data_size = sizeof(MJpegDecodeContext),
|
H A D | vdpau_mpeg12.c | 120 .priv_data_size = sizeof(VDPAUContext), 156 .priv_data_size = sizeof(VDPAUContext),
|
/third_party/ffmpeg/libavcodec/tests/ |
H A D | avcodec.c | 42 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 D | rawvideodec.c | 155 .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 D | librtmp.c | 302 .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 D | rawdec.h | 64 .priv_data_size = sizeof(FFRawVideoDemuxerContext),\ 81 .priv_data_size = sizeof(FFRawDemuxerContext),\
|
H A D | mlpdec.c | 107 .priv_data_size = sizeof(FFRawDemuxerContext), 127 .priv_data_size = sizeof(FFRawDemuxerContext),
|
H A D | g726.c | 83 .priv_data_size = sizeof(G726Context), 95 .priv_data_size = sizeof(G726Context),
|
H A D | amr.c | 145 .priv_data_size = sizeof(AMRContext), 202 .priv_data_size = sizeof(AMRContext), 259 .priv_data_size = sizeof(AMRContext),
|
H A D | codec2.c | 299 .priv_data_size = sizeof(Codec2Context), 315 .priv_data_size = sizeof(Codec2Context), 329 .priv_data_size = sizeof(Codec2Context),
|
H A D | hashenc.c | 178 .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 D | utils.c | 41 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()
|