Home
last modified time | relevance | path

Searched refs:AV_SIDE_DATA_PARAM_CHANGE_CHANNEL_COUNT (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dpacket.h432 AV_SIDE_DATA_PARAM_CHANGE_CHANNEL_COUNT = 0x0001, enumerator
Ddecode.c92 if (flags & AV_SIDE_DATA_PARAM_CHANGE_CHANNEL_COUNT) { in apply_param_change()
/third_party/ffmpeg/libavformat/
Ddump.c176 if (flags & AV_SIDE_DATA_PARAM_CHANGE_CHANNEL_COUNT) { in dump_paramchange()
Dnutdec.c969 AV_SIDE_DATA_PARAM_CHANGE_CHANNEL_COUNT*(!!channels) + in read_sm_data()
Dnutenc.c897 if (flags & AV_SIDE_DATA_PARAM_CHANGE_CHANNEL_COUNT) { in write_sm_data()
Dutils.c5122 flags |= AV_SIDE_DATA_PARAM_CHANGE_CHANNEL_COUNT;