Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Davformat.h2011 uint8_t *av_stream_get_side_data(const AVStream *stream,
H A Dmpegenc.c438 props = (AVCPBProperties*)av_stream_get_side_data(st, AV_PKT_DATA_CPB_PROPERTIES, NULL); in mpeg_mux_init()
477 props = (AVCPBProperties*)av_stream_get_side_data(st, AV_PKT_DATA_CPB_PROPERTIES, NULL); in mpeg_mux_init()
H A Dmatroskaenc.c1332 side_data = av_stream_get_side_data(st, AV_PKT_DATA_CONTENT_LIGHT_LEVEL, in mkv_write_video_color()
1342 side_data = av_stream_get_side_data(st, AV_PKT_DATA_MASTERING_DISPLAY_METADATA, in mkv_write_video_color()
1382 (const AVSphericalMapping *)av_stream_get_side_data(st, AV_PKT_DATA_SPHERICAL, in mkv_write_video_projection()
1513 stereo = (const AVStereo3D*)av_stream_get_side_data(st, AV_PKT_DATA_STEREO3D, in mkv_write_stereo_mode()
1580 av_stream_get_side_data(st, AV_PKT_DATA_DOVI_CONF, NULL); in mkv_write_dovi()
H A Dmp3enc.c425 rg = (AVReplayGain*)av_stream_get_side_data(s->streams[0], AV_PKT_DATA_REPLAYGAIN, in mp3_update_xing()
H A Dmovenc.c690 (AVCPBProperties*)av_stream_get_side_data(track->st, in calculate_mpeg4_bit_rates()
2059 icc_profile = av_stream_get_side_data(track->st, AV_PKT_DATA_ICC_PROFILE, &icc_profile_size); in mov_write_colr_tag()
2119 side_data = av_stream_get_side_data(track->st, AV_PKT_DATA_CONTENT_LIGHT_LEVEL, NULL); in mov_write_clli_tag()
2144 side_data = av_stream_get_side_data(track->st, AV_PKT_DATA_MASTERING_DISPLAY_METADATA, NULL); in mov_write_mdcv_tag()
2477 av_stream_get_side_data(track->st, AV_PKT_DATA_ICC_PROFILE, NULL)) { in mov_write_video_tag()
2490 AVStereo3D* stereo_3d = (AVStereo3D*) av_stream_get_side_data(track->st, AV_PKT_DATA_STEREO3D, NULL); in mov_write_video_tag()
2491 AVSphericalMapping* spherical_mapping = (AVSphericalMapping*)av_stream_get_side_data(track->st, AV_PKT_DATA_SPHERICAL, NULL); in mov_write_video_tag()
2493 av_stream_get_side_data(track->st, AV_PKT_DATA_DOVI_CONF, NULL); in mov_write_video_tag()
3481 display_matrix = (uint32_t*)av_stream_get_side_data(st, AV_PKT_DATA_DISPLAYMATRIX,
4923 fallback = (int*)av_stream_get_side_data(trac
[all...]
H A Davformat.c140 uint8_t *av_stream_get_side_data(const AVStream *st, in av_stream_get_side_data() function
H A Dmxfenc.c532 if (av_stream_get_side_data(s->streams[i], AV_PKT_DATA_MASTERING_DISPLAY_METADATA, NULL)) { in mxf_write_primer_pack()
1289 side_data = av_stream_get_side_data(st, AV_PKT_DATA_MASTERING_DISPLAY_METADATA, NULL); in mxf_write_cdci_common()
H A Dmpegts.c417 old_side_data = (AV_DrmInfo *)av_stream_get_side_data(avstream, AV_PKT_DATA_ENCRYPTION_INIT_INFO, in mpegts_avstream_set_drm_info()
816 cenc_info_store = (AV_DrmCencInfo *)av_stream_get_side_data(avstream, AV_PKT_DATA_ENCRYPTION_INFO, in mpegts_drm_get_cenc_info()
H A Dhlsenc.c1353 AVCPBProperties *props = (AVCPBProperties*)av_stream_get_side_data( in get_stream_bit_rate()
H A Dmov.c6859 old_side_data = (AV_DrmInfo *)av_stream_get_side_data(st, AV_PKT_DATA_ENCRYPTION_INIT_INFO, &old_side_data_size);
6952 old_side_data = av_stream_get_side_data(st, AV_PKT_DATA_ENCRYPTION_INIT_INFO, &old_side_data_size);
/third_party/ffmpeg/fftools/
H A Dffmpeg_filter.c779 displaymatrix = (int32_t *)av_stream_get_side_data(ist->st, AV_PKT_DATA_DISPLAYMATRIX, NULL); in configure_input_video_filter()
H A Dffplay.c1918 int32_t *displaymatrix = (int32_t *)av_stream_get_side_data(is->video_st, AV_PKT_DATA_DISPLAYMATRIX, NULL); in configure_video_filters()

Completed in 52 milliseconds