Home
last modified time | relevance | path

Searched refs:priv_data (Results 76 - 100 of 1215) sorted by relevance

12345678910>>...49

/third_party/ffmpeg/libavformat/
H A Dmoflex.c157 MOFLEXDemuxContext *m = s->priv_data; in moflex_read_sync()
237 st->priv_data = av_packet_alloc(); in moflex_read_sync()
238 if (!st->priv_data) in moflex_read_sync()
265 MOFLEXDemuxContext *m = s->priv_data; in moflex_read_packet()
319 packet = s->streams[stream_index]->priv_data; in moflex_read_packet()
358 MOFLEXDemuxContext *m = s->priv_data; in moflex_read_seek()
368 av_packet_free((AVPacket **)&s->streams[i]->priv_data); in moflex_read_close()
H A Drtpdec_qt.c142 void *priv_data = st->priv_data; in qt_rtp_parse_packet() local
148 st->priv_data = msc = av_mallocz(sizeof(MOVStreamContext)); in qt_rtp_parse_packet()
151 st->priv_data = priv_data; in qt_rtp_parse_packet()
161 st->priv_data = priv_data; in qt_rtp_parse_packet()
H A Dhashenc.c87 struct HashContext *c = s->priv_data; in hash_init()
104 struct HashContext *c = s->priv_data; in streamhash_init()
135 struct HashContext *c = s->priv_data; in hash_write_packet()
142 struct HashContext *c = s->priv_data; in hash_write_trailer()
164 struct HashContext *c = s->priv_data; in hash_free()
241 struct HashContext *c = s->priv_data; in framehash_print_extradata()
257 struct HashContext *c = s->priv_data; in framehash_init()
270 struct HashContext *c = s->priv_data; in framehash_write_header()
282 struct HashContext *c = s->priv_data; in framehash_write_packet()
H A Dsga.c183 SGADemuxContext *sga = s->priv_data; in sga_read_header()
233 SGADemuxContext *sga = s->priv_data; in print_stats()
247 SGADemuxContext *sga = s->priv_data; in update_type_size()
260 SGADemuxContext *sga = s->priv_data; in sga_video_packet()
311 SGADemuxContext *sga = s->priv_data; in sga_audio_packet()
357 SGADemuxContext *sga = s->priv_data; in sga_packet()
389 SGADemuxContext *sga = s->priv_data; in try_packet()
406 SGADemuxContext *sga = s->priv_data; in sga_read_packet()
461 SGADemuxContext *sga = s->priv_data; in sga_seek()
H A Drtspdec.c61 RTSPState *rt = s->priv_data; in rtsp_read_close()
77 RTSPState *rt = s->priv_data; in read_line()
102 RTSPState *rt = s->priv_data; in rtsp_send_reply()
129 RTSPState *rt = s->priv_data; in check_sessionid()
148 RTSPState *rt = s->priv_data; in rtsp_read_request()
176 RTSPState *rt = s->priv_data; in rtsp_read_announce()
223 RTSPState *rt = s->priv_data; in rtsp_read_options()
241 RTSPState *rt = s->priv_data; in rtsp_read_setup()
360 RTSPState *rt = s->priv_data; in rtsp_read_record()
385 RTSPState *rt = s->priv_data; in parse_command_line()
[all...]
H A Dmd5proto.c37 struct MD5Context *c = h->priv_data; in md5_open()
52 struct MD5Context *c = h->priv_data; in md5_write()
59 struct MD5Context *c = h->priv_data; in md5_close()
H A Dlibgme.c59 GMEContext *gme = s->priv_data; in load_metadata()
86 GMEContext *gme = s->priv_data; in read_close_gme()
96 GMEContext *gme = s->priv_data; in read_header_gme()
153 GMEContext *gme = s->priv_data; in read_packet_gme()
171 GMEContext *gme = s->priv_data; in read_seek_gme()
H A Drtspenc.c48 RTSPState *rt = s->priv_data; in ff_rtsp_setup_output_streams()
113 RTSPState *rt = s->priv_data; in rtsp_write_record()
144 RTSPState *rt = s->priv_data; in ff_rtsp_tcp_write_packet()
183 RTSPState *rt = s->priv_data; in rtsp_write_packet()
232 RTSPState *rt = s->priv_data; in rtsp_write_close()
H A Dipfsgateway.c52 IPFSGatewayContext *c = h->priv_data; in populate_ipfs_gateway()
202 IPFSGatewayContext *c = h->priv_data; in translate_ipfs_to_http()
308 IPFSGatewayContext *c = h->priv_data; in ipfs_read()
314 IPFSGatewayContext *c = h->priv_data; in ipfs_seek()
320 IPFSGatewayContext *c = h->priv_data; in ipfs_close()
/third_party/ffmpeg/libavcodec/
H A Dvaapi_encode_mpeg2.c72 VAAPIEncodeMPEG2Context *priv = avctx->priv_data; in vaapi_encode_mpeg2_write_fragment()
113 VAAPIEncodeMPEG2Context *priv = avctx->priv_data; in vaapi_encode_mpeg2_write_sequence_header()
147 VAAPIEncodeMPEG2Context *priv = avctx->priv_data; in vaapi_encode_mpeg2_write_picture_header()
169 VAAPIEncodeContext *ctx = avctx->priv_data; in vaapi_encode_mpeg2_init_sequence_params()
170 VAAPIEncodeMPEG2Context *priv = avctx->priv_data; in vaapi_encode_mpeg2_init_sequence_params()
422 VAAPIEncodeMPEG2Context *priv = avctx->priv_data; in vaapi_encode_mpeg2_init_picture_params()
485 VAAPIEncodeMPEG2Context *priv = avctx->priv_data; in vaapi_encode_mpeg2_init_slice_params()
516 VAAPIEncodeContext *ctx = avctx->priv_data; in vaapi_encode_mpeg2_configure()
517 VAAPIEncodeMPEG2Context *priv = avctx->priv_data; in vaapi_encode_mpeg2_configure()
593 VAAPIEncodeContext *ctx = avctx->priv_data; in vaapi_encode_mpeg2_init()
[all...]
H A Drasc.c71 RASCContext *s = avctx->priv_data; in clear_plane()
85 RASCContext *s = avctx->priv_data; in copy_plane()
98 RASCContext *s = avctx->priv_data; in init_frames()
118 RASCContext *s = avctx->priv_data; in decode_fint()
178 RASCContext *s = avctx->priv_data; in decode_zlib()
212 RASCContext *s = avctx->priv_data; in decode_move()
336 RASCContext *s = avctx->priv_data; in decode_dlta()
478 RASCContext *s = avctx->priv_data; in decode_kfrm()
542 RASCContext *s = avctx->priv_data; in decode_mous()
582 RASCContext *s = avctx->priv_data; in decode_mpos()
[all...]
H A Dhnm4video.c70 Hnm4VideoContext *hnm = avctx->priv_data; in unpack_intraframe()
120 Hnm4VideoContext *hnm = avctx->priv_data; in postprocess_current_frame()
138 Hnm4VideoContext *hnm = avctx->priv_data; in copy_processed_frame()
152 Hnm4VideoContext *hnm = avctx->priv_data; in decode_interframe_v4()
282 Hnm4VideoContext *hnm = avctx->priv_data; in decode_interframe_v4a()
361 Hnm4VideoContext *hnm = avctx->priv_data; in hnm_update_palette()
394 Hnm4VideoContext *hnm = avctx->priv_data; in hnm_decode_frame()
455 Hnm4VideoContext *hnm = avctx->priv_data; in hnm_decode_init()
491 Hnm4VideoContext *hnm = avctx->priv_data; in hnm_decode_end()
H A Dvaapi_encode_mjpeg.c88 VAAPIEncodeMJPEGContext *priv = avctx->priv_data; in vaapi_encode_mjpeg_write_image_header()
154 VAAPIEncodeMJPEGContext *priv = avctx->priv_data; in vaapi_encode_mjpeg_write_extra_buffer()
225 VAAPIEncodeMJPEGContext *priv = avctx->priv_data; in vaapi_encode_mjpeg_init_picture_params()
418 VAAPIEncodeMJPEGContext *priv = avctx->priv_data; in vaapi_encode_mjpeg_init_slice_params()
439 VAAPIEncodeContext *ctx = avctx->priv_data; in vaapi_encode_mjpeg_get_encoder_caps()
453 VAAPIEncodeContext *ctx = avctx->priv_data; in vaapi_encode_mjpeg_configure()
454 VAAPIEncodeMJPEGContext *priv = avctx->priv_data; in vaapi_encode_mjpeg_configure()
519 VAAPIEncodeContext *ctx = avctx->priv_data; in vaapi_encode_mjpeg_init()
532 VAAPIEncodeMJPEGContext *priv = avctx->priv_data; in vaapi_encode_mjpeg_close()
H A Dmfenc.c68 MFContext *c = avctx->priv_data; in mf_wait_events()
142 MFContext *c = avctx->priv_data; in mf_enca_output_type_get()
205 MFContext *c = avctx->priv_data; in mf_output_type_get()
235 MFContext *c = avctx->priv_data; in mf_sample_to_avpacket()
290 MFContext *c = avctx->priv_data; in mf_a_avframe_to_sample()
307 MFContext *c = avctx->priv_data; in mf_v_avframe_to_sample()
354 MFContext *c = avctx->priv_data; in mf_avframe_to_sample()
371 MFContext *c = avctx->priv_data; in mf_send_sample()
409 MFContext *c = avctx->priv_data; in mf_receive_sample()
491 MFContext *c = avctx->priv_data; in mf_receive_packet()
[all...]
H A Dqsvenc_mpeg2.c43 QSVMpeg2EncContext *q = avctx->priv_data; in qsv_enc_init()
51 QSVMpeg2EncContext *q = avctx->priv_data; in qsv_enc_frame()
58 QSVMpeg2EncContext *q = avctx->priv_data; in qsv_enc_close()
H A Dqsvenc_jpeg.c43 QSVMJPEGEncContext *q = avctx->priv_data; in qsv_enc_init()
51 QSVMJPEGEncContext *q = avctx->priv_data; in qsv_enc_frame()
58 QSVMJPEGEncContext *q = avctx->priv_data; in qsv_enc_close()
H A Dlibcodec2.c53 LibCodec2Context *c2 = avctx->priv_data; in libcodec2_init_common()
104 LibCodec2Context *c2 = avctx->priv_data; in libcodec2_init_encoder()
127 LibCodec2Context *c2 = avctx->priv_data; in libcodec2_close()
136 LibCodec2Context *c2 = avctx->priv_data; in libcodec2_decode()
165 LibCodec2Context *c2 = avctx->priv_data; in libcodec2_encode()
H A Dpcm_rechunk_bsf.c41 PCMContext *s = ctx->priv_data; in init()
70 PCMContext *s = ctx->priv_data; in uninit()
77 PCMContext *s = ctx->priv_data; in flush()
102 PCMContext *s = ctx->priv_data; in get_next_nb_samples()
113 PCMContext *s = ctx->priv_data; in rechunk_filter()
H A Daudiotoolboxdec.c163 ATDecodeContext *at = avctx->priv_data; in ffat_update_ctx()
233 ATDecodeContext *at = avctx->priv_data; in ffat_get_magic_cookie()
273 ATDecodeContext *at = avctx->priv_data; in ffat_usable_extradata()
283 ATDecodeContext *at = avctx->priv_data; in ffat_set_extradata()
306 ATDecodeContext *at = avctx->priv_data; in ffat_create_decoder()
412 ATDecodeContext *at = avctx->priv_data; in ffat_init_decoder()
433 ATDecodeContext *at = avctx->priv_data; in ffat_decode_callback()
478 ATDecodeContext *at = avctx->priv_data; in ffat_copy_samples()
489 ATDecodeContext *at = avctx->priv_data; in ffat_decode()
566 ATDecodeContext *at = avctx->priv_data; in ffat_decode_flush()
[all...]
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/hal/
H A Drtl8723bs_xmit.c124 /* pxmitbuf->priv_data = NULL; */ in rtl8723_dequeue_writeport()
290 /* pxmitbuf->priv_data will be NULL, and will crash here */ in xmit_xmitframes()
292 pxmitbuf->priv_data) { in xmit_xmitframes()
294 pframe = (struct xmit_frame *)pxmitbuf->priv_data; in xmit_xmitframes()
299 pxmitbuf->priv_data = NULL; in xmit_xmitframes()
340 pxmitbuf->priv_data = (u8 *)pxmitframe; in xmit_xmitframes()
361 /* ((struct xmit_frame*)pxmitbuf->priv_data)->pg_num += pxmitframe->pg_num; */ in xmit_xmitframes()
385 pframe = (struct xmit_frame *)pxmitbuf->priv_data; in xmit_xmitframes()
390 pxmitbuf->priv_data = NULL; in xmit_xmitframes()
532 pxmitbuf->priv_data in rtl8723bs_mgnt_xmit()
[all...]
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/hal/
H A Drtl8723bs_xmit.c108 /* pxmitbuf->priv_data = NULL; */ in rtl8723_dequeue_writeport()
243 /* pxmitbuf->priv_data will be NULL, and will crash here */ in xmit_xmitframes()
245 pxmitbuf->priv_data) { in xmit_xmitframes()
247 pframe = (struct xmit_frame *)pxmitbuf->priv_data; in xmit_xmitframes()
252 pxmitbuf->priv_data = NULL; in xmit_xmitframes()
288 pxmitbuf->priv_data = (u8 *)pxmitframe; in xmit_xmitframes()
331 pframe = (struct xmit_frame *)pxmitbuf->priv_data; in xmit_xmitframes()
336 pxmitbuf->priv_data = NULL; in xmit_xmitframes()
462 pxmitbuf->priv_data = NULL; in rtl8723bs_mgnt_xmit()
590 rtw_free_xmitframe(pxmitpriv, (struct xmit_frame *)pxmitbuf->priv_data); in rtl8723bs_free_xmit_priv()
[all...]
/kernel/linux/linux-6.6/drivers/pci/pcie/
H A Dportdrv.h61 void *priv_data; /* Service Private Data */ member
68 dev->priv_data = data; in set_service_data()
73 return dev->priv_data; in get_service_data()
/kernel/linux/linux-6.6/sound/soc/mediatek/mt8192/
H A Dmt8192-afe-control.c144 int priv_size, const void *priv_data) in mt8192_dai_set_priv()
155 if (priv_data) in mt8192_dai_set_priv()
156 memcpy(temp_data, priv_data, priv_size); in mt8192_dai_set_priv()
143 mt8192_dai_set_priv(struct mtk_base_afe *afe, int id, int priv_size, const void *priv_data) mt8192_dai_set_priv() argument
/third_party/ffmpeg/libavdevice/
H A Doss_enc.c40 OSSAudioData *s = s1->priv_data; in audio_write_header()
57 OSSAudioData *s = s1->priv_data; in audio_write_packet()
84 OSSAudioData *s = s1->priv_data; in audio_write_trailer()
H A Dsndio_enc.c33 SndioData *s = s1->priv_data; in audio_write_header()
48 SndioData *s = s1->priv_data; in audio_write_packet()
73 SndioData *s = s1->priv_data; in audio_write_trailer()

Completed in 14 milliseconds

12345678910>>...49