Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Daacdec_template.c199 static int assign_pair(struct elem_to_channel e2c_vec[MAX_ELEM_ID], in assign_pair()
204 e2c_vec[offset] = (struct elem_to_channel) { in assign_pair()
210 if (e2c_vec[offset].av_position != UINT64_MAX) in assign_pair()
211 *layout |= e2c_vec[offset].av_position; in assign_pair()
215 e2c_vec[offset] = (struct elem_to_channel) { in assign_pair()
221 e2c_vec[offset + 1] = (struct elem_to_channel) { in assign_pair()
273 struct elem_to_channel e2c_vec[4 * MAX_ELEM_ID] = { { 0 } }; in sniff_channel_order() local
277 if (FF_ARRAY_ELEMS(e2c_vec) < tags) in sniff_channel_order()
301 e2c_vec[i] = (struct elem_to_channel) { in sniff_channel_order()
307 layout |= e2c_vec[i].av_position; in sniff_channel_order()
[all …]