Searched refs:av_stream_get_side_data (Results 1 – 12 of 12) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | mpegenc.c | 435 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()
|
D | mp3enc.c | 425 rg = (AVReplayGain*)av_stream_get_side_data(s->streams[0], AV_PKT_DATA_REPLAYGAIN, in mp3_update_xing()
|
D | avformat.h | 2105 uint8_t *av_stream_get_side_data(const AVStream *stream,
|
D | matroskaenc.c | 872 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()
|
D | movenc.c | 656 (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() 2344 … av_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()
|
D | mxfenc.c | 530 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()
|
D | mpegts.c | 786 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()
|
D | hlsenc.c | 1361 AVCPBProperties *props = (AVCPBProperties*)av_stream_get_side_data(
|
D | utils.c | 5541 uint8_t *av_stream_get_side_data(const AVStream *st, function
|
D | mov.c | 6483 …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/ |
D | cmdutils.c | 2202 uint8_t* displaymatrix = av_stream_get_side_data(st, in get_rotation()
|
/third_party/ffmpeg/doc/ |
D | APIchanges | 603 (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
|