Home
last modified time | relevance | path

Searched refs:av_stream_new_side_data (Results 1 - 12 of 12) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dreplaygain.c77 replaygain = (AVReplayGain*)av_stream_new_side_data(st, AV_PKT_DATA_REPLAYGAIN, in ff_replaygain_export_raw()
H A Davformat.h2000 uint8_t *av_stream_new_side_data(AVStream *stream,
H A Davformat.c190 uint8_t *av_stream_new_side_data(AVStream *st, enum AVPacketSideDataType type, in av_stream_new_side_data() function
H A Dmatroskadec.c2211 (AVMasteringDisplayMetadata*) av_stream_new_side_data( in mkv_parse_video_color()
2258 matrix = (int32_t*)av_stream_new_side_data(st, AV_PKT_DATA_DISPLAYMATRIX, in mkv_create_display_matrix()
H A Ddashdec.c1961 dst_data = av_stream_new_side_data(st, sd_src->type, sd_src->size); in open_demux_for_component()
H A Dhls.c1846 dst_data = av_stream_new_side_data(st, sd_src->type, sd_src->size); in set_stream_info_from_input_stream()
H A Dmov.c860 ast = (enum AVAudioServiceType*)av_stream_new_side_data(st, AV_PKT_DATA_AUDIO_SERVICE_TYPE, in mov_read_dac3()
894 ast = (enum AVAudioServiceType*)av_stream_new_side_data(st, AV_PKT_DATA_AUDIO_SERVICE_TYPE, in mov_read_dec3()
1684 icc_profile = av_stream_new_side_data(st, AV_PKT_DATA_ICC_PROFILE, atom.size - 4); in mov_read_colr()
H A Ddemux.c2424 dst_data = av_stream_new_side_data(st, sd_src->type, sd_src->size); in add_coded_side_data()
H A Dmpegts.c787 AV_DrmCencInfo *cenc_info = (AV_DrmCencInfo *)av_stream_new_side_data(avstream, AV_PKT_DATA_ENCRYPTION_INFO, in mpegts_avstream_set_cenc_info()
H A Dmxfdec.c2532 uint8_t* side_data = av_stream_new_side_data(st, AV_PKT_DATA_AUDIO_SERVICE_TYPE, sizeof(*ast)); in parse_mca_labels()
/third_party/ffmpeg/libavdevice/
H A Dandroid_camera.c650 side_data = av_stream_new_side_data(st, in add_display_matrix()
/third_party/ffmpeg/fftools/
H A Dffmpeg.c2778 dst_data = av_stream_new_side_data(ost->st, sd_src->type, sd_src->size); in init_output_stream_streamcopy()
2786 uint8_t *sd = av_stream_new_side_data(ost->st, AV_PKT_DATA_DISPLAYMATRIX, in init_output_stream_streamcopy()
3203 dst_data = av_stream_new_side_data(ost->st, sd_src->type, sd_src->size); in init_output_stream()
3222 uint8_t *dst = av_stream_new_side_data(ost->st, sd->type, sd->size); in init_output_stream()

Completed in 51 milliseconds