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/
Dmpegenc.c435 props = (AVCPBProperties*)av_stream_get_side_data(st, AV_PKT_DATA_CPB_PROPERTIES, NULL); in mpeg_mux_init()
474 props = (AVCPBProperties*)av_stream_get_side_data(st, AV_PKT_DATA_CPB_PROPERTIES, NULL); in mpeg_mux_init()
Dmp3enc.c425 rg = (AVReplayGain*)av_stream_get_side_data(s->streams[0], AV_PKT_DATA_REPLAYGAIN, in mp3_update_xing()
Davformat.h2105 uint8_t *av_stream_get_side_data(const AVStream *stream,
Dmatroskaenc.c872 side_data = av_stream_get_side_data(st, AV_PKT_DATA_CONTENT_LIGHT_LEVEL, in mkv_write_video_color()
880 side_data = av_stream_get_side_data(st, AV_PKT_DATA_MASTERING_DISPLAY_METADATA, in mkv_write_video_color()
925 (const AVSphericalMapping *)av_stream_get_side_data(st, AV_PKT_DATA_SPHERICAL, in mkv_write_video_projection()
1052 stereo = (const AVStereo3D*)av_stream_get_side_data(st, AV_PKT_DATA_STEREO3D, in mkv_write_stereo_mode()
Dmovenc.c656 (AVCPBProperties*)av_stream_get_side_data(track->st, in calculate_mpeg4_bit_rates()
2006 … icc_profile = av_stream_get_side_data(track->st, AV_PKT_DATA_ICC_PROFILE, &icc_profile_size); in mov_write_colr_tag()
2065 side_data = av_stream_get_side_data(track->st, AV_PKT_DATA_CONTENT_LIGHT_LEVEL, NULL); in mov_write_clli_tag()
2090 side_data = av_stream_get_side_data(track->st, AV_PKT_DATA_MASTERING_DISPLAY_METADATA, NULL); in mov_write_mdcv_tag()
2328 av_stream_get_side_data(track->st, AV_PKT_DATA_ICC_PROFILE, NULL)) { in mov_write_video_tag()
2341 …AVStereo3D* stereo_3d = (AVStereo3D*) av_stream_get_side_data(track->st, AV_PKT_DATA_STEREO3D, NUL… in mov_write_video_tag()
2342 …AVSphericalMapping* spherical_mapping = (AVSphericalMapping*)av_stream_get_side_data(track->st, AV… in mov_write_video_tag()
2344av_stream_get_side_data(track->st, AV_PKT_DATA_DOVI_CONF, NULL); in mov_write_video_tag()
3134 display_matrix = (uint32_t*)av_stream_get_side_data(st, AV_PKT_DATA_DISPLAYMATRIX, in mov_write_tkhd_tag()
4268 fallback = (int*)av_stream_get_side_data(track->st, in mov_write_moov_tag()
Dmxfenc.c530 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()
Dmpegts.c786 drm_info = (DrmInfo *)av_stream_get_side_data(avstream, AV_PKT_DATA_ENCRYPTION_INIT_INFO, in mpegts_drm_get_cenc_info()
799 … cenc_info_store = (DRMCencInfo *)av_stream_get_side_data(avstream, AV_PKT_DATA_ENCRYPTION_INFO, in mpegts_drm_get_cenc_info()
Dhlsenc.c1361 AVCPBProperties *props = (AVCPBProperties*)av_stream_get_side_data(
Dutils.c5541 uint8_t *av_stream_get_side_data(const AVStream *st, function
Dmov.c6483 …old_side_data = av_stream_get_side_data(st, AV_PKT_DATA_ENCRYPTION_INIT_INFO, &old_side_data_size); in mov_read_pssh()
/third_party/ffmpeg/fftools/
Dcmdutils.c2202 uint8_t* displaymatrix = av_stream_get_side_data(st, in get_rotation()
/third_party/ffmpeg/doc/
DAPIchanges603 (via an entry named "rotate"). Use av_stream_get_side_data() with
1334 Add av_stream_get_side_data() to access stream-level side data