Searched refs:elem_type (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-marshal-byteswap.c100 int elem_type; local
103 elem_type = _dbus_type_reader_get_element_type (reader);
104 alignment = _dbus_type_get_alignment (elem_type);
110 if (dbus_type_is_fixed (elem_type))
H A Ddbus-marshal-recursive-util.c1298 int elem_type; local
1312 while ((elem_type = _dbus_type_reader_get_current_type (&array)) != DBUS_TYPE_INVALID)
1325 elem, n_elements, _dbus_type_to_string (elem_type),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Daacdec.c1698 ChannelElement *che, enum RawDataBlockType elem_type)
1724 res = ff_decode_sbr_extension(ac, &che->sbr, gb, crc_flag, cnt, elem_type);
2135 enum RawDataBlockType elem_type, elem_type_prev = TYPE_END; local
2152 while ((elem_type = get_bits(gb, 3)) != TYPE_END) {
2155 if (elem_type < TYPE_DSE) {
2156 if (!(che=get_che(ac, elem_type, elem_id))) {
2158 elem_type, elem_id);
2164 switch (elem_type) {
2220 elem_type_prev = elem_type;
1697 decode_extension_payload(AACContext *ac, GetBitContext *gb, int cnt, ChannelElement *che, enum RawDataBlockType elem_type) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Daacdec.c2267 ChannelElement *che, enum RawDataBlockType elem_type)
2296 res = ff_decode_sbr_extension(ac, &che->sbr, gb, crc_flag, cnt, elem_type);
2847 const int elem_type = aac_channel_layout_map[chan_config-1][i][0]; local
2849 if (!(che=get_che(ac, elem_type, elem_id))) {
2852 elem_type, elem_id);
2857 switch (elem_type) {
2887 enum RawDataBlockType elem_type, elem_type_prev = TYPE_END; local
2915 while ((elem_type = get_bits(gb, 3)) != TYPE_END) {
2918 if (elem_type < TYPE_DSE) {
2919 if (!(che=get_che(ac, elem_type, elem_i
2266 decode_extension_payload(AACContext *ac, GetBitContext *gb, int cnt, ChannelElement *che, enum RawDataBlockType elem_type) argument
[all...]

Completed in 132 milliseconds