Home
last modified time | relevance | path

Searched refs:priv_data (Results 301 - 325 of 962) sorted by relevance

1...<<11121314151617181920>>...39

/third_party/ffmpeg/libavformat/
H A Dsapdec.c53 struct SAPState *sap = s->priv_data; in sap_read_close()
64 struct SAPState *sap = s->priv_data; in sap_read_header()
194 struct SAPState *sap = s->priv_data; in sap_fetch_packet()
H A Drtpenc_mpegts.c38 MuxChain *chain = s->priv_data; in rtp_mpegts_write_close()
57 MuxChain *chain = s->priv_data; in rtp_mpegts_write_header()
140 MuxChain *chain = s->priv_data; in rtp_mpegts_write_packet()
H A Dwc3movie.c77 Wc3DemuxContext *wc3 = s->priv_data; in wc3_read_close()
98 Wc3DemuxContext *wc3 = s->priv_data; in wc3_read_header()
210 Wc3DemuxContext *wc3 = s->priv_data; in wc3_read_packet()
H A Doggparsetheora.c40 struct ogg *ogg = s->priv_data; in theora_header()
148 struct ogg *ogg = ctx->priv_data; in theora_gptopts()
173 struct ogg *ogg = s->priv_data; in theora_packet()
H A Doggparseogm.c39 struct ogg *ogg = s->priv_data; in ogm_header()
133 struct ogg *ogg = s->priv_data; in ogm_dshow_header()
174 struct ogg *ogg = s->priv_data; in ogm_packet()
H A Dmux.c122 s->priv_data = av_mallocz(s->oformat->priv_data_size); in avformat_alloc_output_context2()
123 if (!s->priv_data) in avformat_alloc_output_context2()
126 *(const AVClass**)s->priv_data= s->oformat->priv_class; in avformat_alloc_output_context2()
127 av_opt_set_defaults(s->priv_data); in avformat_alloc_output_context2()
130 s->priv_data = NULL; in avformat_alloc_output_context2()
193 if (s->priv_data && s->oformat->priv_class && *(const AVClass**)s->priv_data==s->oformat->priv_class && in init_muxer()
194 (ret = av_opt_set_dict2(s->priv_data, &tmp, AV_OPT_SEARCH_CHILDREN)) < 0) in init_muxer()
315 if (!s->priv_data && of->priv_data_size > 0) { in init_muxer()
316 s->priv_data in init_muxer()
[all...]
H A Dasfdec_f.c224 ASFContext *asf = s->priv_data; in get_tag()
276 ASFContext *asf = s->priv_data; in asf_read_file_properties()
300 ASFContext *asf = s->priv_data; in asf_read_stream_properties()
471 ASFContext *asf = s->priv_data; in asf_read_ext_stream_properties()
551 ASFContext *asf = s->priv_data; in asf_read_ext_content_desc()
585 ASFContext *asf = s->priv_data; in asf_read_language_list()
605 ASFContext *asf = s->priv_data; in asf_read_metadata()
653 ASFContext *asf = s->priv_data; in asf_read_marker()
692 ASFContext *asf = s->priv_data; in asf_read_header()
879 ASFContext *asf = s->priv_data; in asf_get_packet()
[all...]
H A Drtsp.c255 RTSPState *rt = s->priv_data; in init_satip_stream()
421 RTSPState *rt = s->priv_data; in sdp_parse_line()
759 RTSPState *rt = s->priv_data; in ff_rtsp_undo_setup()
791 RTSPState *rt = s->priv_data; in ff_rtsp_close_streams()
827 RTSPState *rt = s->priv_data; in ff_rtsp_open_transport_ctx()
1157 RTSPState *rt = s->priv_data; in ff_rtsp_skip_packet()
1186 RTSPState *rt = s->priv_data; in ff_rtsp_read_reply()
1348 RTSPState *rt = s->priv_data; in rtsp_send_cmd_with_content_async()
1421 RTSPState *rt = s->priv_data; in ff_rtsp_send_cmd_with_content()
1455 RTSPState *rt = s->priv_data; in ff_rtsp_make_setup_request()
[all...]
H A Dadxdec.c53 ADXDemuxerContext *c = s->priv_data; in adx_read_packet()
91 ADXDemuxerContext *c = s->priv_data; in adx_read_header()
H A Ddtshddec.c55 DTSHDDemuxContext *dtshd = s->priv_data; in dtshd_read_header()
144 DTSHDDemuxContext *dtshd = s->priv_data; in raw_read_packet()
H A Dfilmstripdec.c40 FilmstripDemuxContext *film = s->priv_data; in read_header()
85 FilmstripDemuxContext *film = s->priv_data; in read_packet()
/third_party/ffmpeg/libavcodec/
H A Dbitpacked_dec.c104 struct BitpackedContext *bc = avctx->priv_data; in bitpacked_init_decoder()
128 struct BitpackedContext *bc = avctx->priv_data; in bitpacked_decode()
H A Dbitpacked.c99 struct BitpackedContext *bc = avctx->priv_data; in bitpacked_init_decoder()
123 struct BitpackedContext *bc = avctx->priv_data; in bitpacked_decode()
H A Dbitpacked_enc.c74 struct BitpackedContext *s = avctx->priv_data; in encode_init()
96 struct BitpackedContext *s = avctx->priv_data; in encode_frame()
H A Ddfpwmdec.c86 DFPWMState *state = ctx->priv_data; in dfpwm_dec_init()
107 DFPWMState *state = ctx->priv_data; in dfpwm_dec_frame()
H A Ddvaudiodec.c37 DVAudioContext *s = avctx->priv_data; in decode_init()
91 DVAudioContext *s = avctx->priv_data; in decode_frame()
H A Dg722dec.c61 G722Context *c = avctx->priv_data; in g722_decode_init()
90 G722Context *c = avctx->priv_data; in g722_decode_frame()
H A Ddsddec.c64 avctx->priv_data = s; in decode_init()
76 DSDContext *s = avctx->priv_data; in dsd_channel()
H A Dmpeg4_unpack_bframes_bsf.c61 UnpackBFramesBSFContext *s = ctx->priv_data; in mpeg4_unpack_bframes_filter()
150 UnpackBFramesBSFContext *ctx = bsfc->priv_data; in mpeg4_unpack_bframes_close_flush()
H A Davrndec.c34 AVRnContext *a = avctx->priv_data; in init()
56 AVRnContext *a = avctx->priv_data; in decode_frame()
H A D8bps.c62 EightBpsContext * const c = avctx->priv_data; in decode_frame()
142 EightBpsContext * const c = avctx->priv_data; in decode_init()
H A Dvdpau_mpeg12.c37 MpegEncContext * const s = avctx->priv_data; in vdpau_mpeg_start_frame()
89 MpegEncContext * const s = avctx->priv_data; in vdpau_mpeg_decode_slice()
H A Dvideotoolbox_vp9.c64 const VP9SharedContext *h = avctx->priv_data; in ff_videotoolbox_vpcc_extradata_create()
121 const VP9SharedContext *h = avctx->priv_data; in videotoolbox_vp9_end_frame()
H A Dra144dec.c35 RA144Context *ractx = avctx->priv_data; in ra144_decode_init()
77 RA144Context *ractx = avctx->priv_data; in ra144_decode_frame()
/third_party/ffmpeg/libavdevice/
H A Dalsa_dec.c62 AlsaData *s = s1->priv_data; in audio_read_header()
103 AlsaData *s = s1->priv_data; in audio_read_packet()

Completed in 13 milliseconds

1...<<11121314151617181920>>...39