Home
last modified time | relevance | path

Searched refs:av_packet_new_side_data (Results 1 - 25 of 36) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
H A Dv210enc.c92 uint8_t *buf = av_packet_new_side_data(pkt, AV_PKT_DATA_A53_CC, side_data->size); in encode_frame()
100 uint8_t *buf = av_packet_new_side_data(pkt, AV_PKT_DATA_AFD, side_data->size); in encode_frame()
H A Davpacket.c230 uint8_t *av_packet_new_side_data(AVPacket *pkt, enum AVPacketSideDataType type, in av_packet_new_side_data() function
409 uint8_t *dst_data = av_packet_new_side_data(dst, type, size); in av_packet_copy_props()
611 side_data = av_packet_new_side_data(pkt, AV_PKT_DATA_QUALITY_STATS, in ff_side_data_set_encoder_stats()
636 side_data = av_packet_new_side_data(pkt, AV_PKT_DATA_PRFT, side_data_size); in ff_side_data_set_prft()
H A Dcbs_bsf.c51 side_data = av_packet_new_side_data(pkt, AV_PKT_DATA_NEW_EXTRADATA, in cbs_bsf_update_side_data()
H A Daac_adtstoasc_bsf.c99 extradata = av_packet_new_side_data(pkt, AV_PKT_DATA_NEW_EXTRADATA, in aac_adtstoasc_filter()
H A Dpacket.h571 uint8_t* av_packet_new_side_data(AVPacket *pkt, enum AVPacketSideDataType type,
H A Dlibmp3lame.c287 uint8_t* side_data = av_packet_new_side_data(avpkt, in mp3lame_encode_frame()
H A Dlibopusenc.c520 uint8_t* side_data = av_packet_new_side_data(avpkt, in libopus_encode()
H A Dsmcenc.c523 pal = av_packet_new_side_data(pkt, AV_PKT_DATA_PALETTE, AVPALETTE_SIZE); in smc_encode_frame()
H A Dopusenc.c599 uint8_t *side = av_packet_new_side_data(avpkt, AV_PKT_DATA_SKIP_SAMPLES, 10); in opus_encode_frame()
H A Dlibvpxenc.c345 data = av_packet_new_side_data(pkt, AV_PKT_DATA_DYNAMIC_HDR10_PLUS, frame_hdr10_plus.hdr10_plus->size); in copy_hdr10_plus_to_pkt()
1273 side_data = av_packet_new_side_data(pkt, in storeframe()
H A Dpngenc.c1007 uint8_t *side_data = av_packet_new_side_data(pkt, AV_PKT_DATA_NEW_EXTRADATA, s->extra_data_size); in encode_apng()
/third_party/ffmpeg/libavformat/
H A Dimx.c139 uint8_t *pal = av_packet_new_side_data(pkt, AV_PKT_DATA_PALETTE, in simbiosis_imx_read_packet()
H A Dgdv.c183 pal = av_packet_new_side_data(pkt, AV_PKT_DATA_PALETTE, in gdv_read_packet()
H A Dsrtdec.c113 uint8_t *p = av_packet_new_side_data(sub, AV_PKT_DATA_SUBTITLE_POSITION, 16); in add_event()
H A Dwebvttdec.c151 uint8_t *buf = av_packet_new_side_data(sub, type, name##_len); \ in webvtt_read_header()
H A Dnutdec.c922 dst = av_packet_new_side_data(pkt, AV_PKT_DATA_PALETTE, value_len); in read_sm_data()
924 dst = av_packet_new_side_data(pkt, AV_PKT_DATA_NEW_EXTRADATA, value_len); in read_sm_data()
926 dst = av_packet_new_side_data(pkt, AV_PKT_DATA_MATROSKA_BLOCKADDITIONAL, value_len + 8); in read_sm_data()
968 uint8_t *dst = av_packet_new_side_data(pkt, AV_PKT_DATA_PARAM_CHANGE, 28); in read_sm_data()
992 uint8_t *dst = av_packet_new_side_data(pkt, AV_PKT_DATA_SKIP_SAMPLES, 10); in read_sm_data()
H A Didcin.c320 pal = av_packet_new_side_data(pkt, AV_PKT_DATA_PALETTE, in idcin_read_packet()
H A Dbethsoftvid.c203 uint8_t *pdata = av_packet_new_side_data(pkt, AV_PKT_DATA_PALETTE, in read_frame()
H A Ddemux_utils.c181 data = av_packet_new_side_data(pkt, AV_PKT_DATA_PARAM_CHANGE, size); in ff_add_param_change()
H A Dipmovie.c171 pal = av_packet_new_side_data(pkt, AV_PKT_DATA_PALETTE, in load_ipmovie_packet()
H A Dswfdec.c438 pal = av_packet_new_side_data(pkt, AV_PKT_DATA_PALETTE, AVPALETTE_SIZE); in swf_read_packet()
H A Dimfdec.c852 uint8_t *side_data = av_packet_new_side_data(pkt, AV_PKT_DATA_SKIP_SAMPLES, 10); in imf_read_packet()
H A Drtpdec.c638 (AVProducerReferenceTime *) av_packet_new_side_data( in rtp_set_prft()
H A Doggdec.c865 uint8_t *side_data = av_packet_new_side_data(pkt, in ogg_read_packet()
H A Dmatroskadec.c3171 uint8_t *pal = av_packet_new_side_data(pkt, AV_PKT_DATA_PALETTE, AVPALETTE_SIZE); in matroska_deliver_packet()
3545 buf = av_packet_new_side_data(pkt, in matroska_parse_webvtt()
3556 buf = av_packet_new_side_data(pkt, in matroska_parse_webvtt()
3644 uint8_t *side_data = av_packet_new_side_data(pkt, in matroska_parse_frame()
3656 uint8_t *side_data = av_packet_new_side_data(pkt, in matroska_parse_frame()

Completed in 31 milliseconds

12