Searched refs:av_stream_new_side_data (Results 1 - 12 of 12) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | replaygain.c | 77 replaygain = (AVReplayGain*)av_stream_new_side_data(st, AV_PKT_DATA_REPLAYGAIN, in ff_replaygain_export_raw()
|
H A D | avformat.h | 2000 uint8_t *av_stream_new_side_data(AVStream *stream,
|
H A D | avformat.c | 190 uint8_t *av_stream_new_side_data(AVStream *st, enum AVPacketSideDataType type, in av_stream_new_side_data() function
|
H A D | matroskadec.c | 2211 (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 D | dashdec.c | 1961 dst_data = av_stream_new_side_data(st, sd_src->type, sd_src->size); in open_demux_for_component()
|
H A D | hls.c | 1846 dst_data = av_stream_new_side_data(st, sd_src->type, sd_src->size); in set_stream_info_from_input_stream()
|
H A D | mov.c | 860 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 D | demux.c | 2424 dst_data = av_stream_new_side_data(st, sd_src->type, sd_src->size); in add_coded_side_data()
|
H A D | mpegts.c | 787 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 D | mxfdec.c | 2532 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 D | android_camera.c | 650 side_data = av_stream_new_side_data(st, in add_display_matrix()
|
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg.c | 2778 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 50 milliseconds