Home
last modified time | relevance | path

Searched refs:mapping_type (Results 1 – 25 of 27) sorted by relevance

12

/external/libopus/src/
Dopus_multistream_encoder.c437 MappingType mapping_type in opus_multistream_encoder_init_impl() argument
454 if (mapping_type != MAPPING_TYPE_SURROUND) in opus_multistream_encoder_init_impl()
465 if (mapping_type == MAPPING_TYPE_AMBISONICS && in opus_multistream_encoder_init_impl()
488 if (mapping_type == MAPPING_TYPE_SURROUND) in opus_multistream_encoder_init_impl()
493 st->mapping_type = mapping_type; in opus_multistream_encoder_init_impl()
523 MappingType mapping_type; in opus_multistream_surround_encoder_init() local
572 mapping_type = MAPPING_TYPE_SURROUND; in opus_multistream_surround_encoder_init()
575 mapping_type = MAPPING_TYPE_AMBISONICS; in opus_multistream_surround_encoder_init()
578 mapping_type = MAPPING_TYPE_NONE; in opus_multistream_surround_encoder_init()
582 application, mapping_type); in opus_multistream_surround_encoder_init()
[all …]
Dopus_private.h66 MappingType mapping_type; member
/external/python/apitools/apitools/base/py/
Dencoding_helper.py645 def _FetchRemapping(type_name, mapping_type, python_name=None, json_name=None, argument
651 'for %s remapping' % mapping_type)
655 mapping_type,))
667 def _CheckForExistingMappings(mapping_type, message_type, argument
670 if mapping_type == 'field':
672 elif mapping_type == 'enum':
678 mapping_type, python_name, remapping))
683 mapping_type, json_name, remapping))
/external/ComputeLibrary/arm_compute/runtime/
DIMemoryPool.h56 virtual MappingType mapping_type() const = 0;
DILifetimeManager.h87 virtual MappingType mapping_type() const = 0;
DOffsetLifetimeManager.h65 MappingType mapping_type() const override;
DBlobLifetimeManager.h65 MappingType mapping_type() const override;
DOffsetMemoryPool.h70 MappingType mapping_type() const override;
DBlobMemoryPool.h67 MappingType mapping_type() const override;
/external/tensorflow/tensorflow/python/util/
Dnest_test.py165 def testFlattenDictOrder(self, mapping_type): argument
167 ordered = mapping_type([("d", 3), ("b", 1), ("a", 0), ("c", 2)])
176 def testPackDictOrder(self, mapping_type): argument
178 custom = mapping_type([("d", 0), ("b", 0), ("a", 0), ("c", 0)])
183 self.assertIsInstance(custom_reconstruction, mapping_type)
186 mapping_type([("d", 3), ("b", 1), ("a", 0), ("c", 2)]),
310 def testFlattenDictItems(self, mapping_type): argument
311 dictionary = mapping_type({(4, 5, (6, 8)): ("a", "b", ("c", "d"))})
318 bad_dictionary = mapping_type({(4, 5, (4, 8)): ("a", "b", ("c", "d"))})
322 another_bad_dictionary = mapping_type({
/external/ComputeLibrary/src/runtime/
DOffsetMemoryPool.cpp69 MappingType OffsetMemoryPool::mapping_type() const in mapping_type() function in arm_compute::OffsetMemoryPool
DBlobMemoryPool.cpp66 MappingType BlobMemoryPool::mapping_type() const in mapping_type() function in BlobMemoryPool
DOffsetLifetimeManager.cpp62 MappingType OffsetLifetimeManager::mapping_type() const in mapping_type() function in arm_compute::OffsetLifetimeManager
DBlobLifetimeManager.cpp54 MappingType BlobLifetimeManager::mapping_type() const in mapping_type() function in arm_compute::BlobLifetimeManager
/external/compiler-rt/lib/msan/
Dmsan.h198 inline bool addr_is_type(uptr addr, MappingDesc::Type mapping_type) { in addr_is_type() argument
205 if (kMemoryLayout[i].type == mapping_type && in addr_is_type()
/external/cronet/base/debug/
Dtest_elf_image_builder.h70 explicit TestElfImageBuilder(MappingType mapping_type);
Dtest_elf_image_builder.cc51 TestElfImageBuilder::TestElfImageBuilder(MappingType mapping_type) in TestElfImageBuilder() argument
52 : mapping_type_(mapping_type) {} in TestElfImageBuilder()
/external/python/apitools/apitools/gen/
Dextended_descriptor.py220 def _FormatCustomJsonMapping(mapping_type, mapping, descriptor): argument
222 'encoding.AddCustomJson%sMapping(' % mapping_type,
/external/iproute2/devlink/
Ddevlink.c2667 enum devlink_dpipe_field_mapping_type mapping_type; member
2810 dpipe_field_mapping_e2s(enum devlink_dpipe_field_mapping_type mapping_type) in dpipe_field_mapping_e2s() argument
2812 switch (mapping_type) { in dpipe_field_mapping_e2s()
2826 enum devlink_dpipe_field_mapping_type mapping_type; in dpipe_mapping_get() local
2837 mapping_type = header->fields[field_id].mapping_type; in dpipe_mapping_get()
2838 return dpipe_field_mapping_e2s(mapping_type); in dpipe_mapping_get()
2857 if (field->mapping_type) in pr_out_dpipe_fields()
2859 dpipe_field_mapping_e2s(field->mapping_type)); in pr_out_dpipe_fields()
2915 field->mapping_type = mnl_attr_get_u32(nla_field[DEVLINK_ATTR_DPIPE_FIELD_MAPPING_TYPE]); in dpipe_header_field_get()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dconv_generic.cc1217 WorkGroupSizeOption::ThreadMapping mapping_type, float penalty, in CreateWorkGroupSizeOption() argument
1221 wg.thread_mapping = mapping_type; in CreateWorkGroupSizeOption()
1223 if (mapping_type == WorkGroupSizeOption::ThreadMapping::kDefault) { in CreateWorkGroupSizeOption()
1226 } else if (mapping_type == in CreateWorkGroupSizeOption()
1230 } else if (mapping_type == WorkGroupSizeOption::ThreadMapping::kLinearAll) { in CreateWorkGroupSizeOption()
/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h72132 enum devlink_dpipe_field_mapping_type mapping_type; member
/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h105063 enum devlink_dpipe_field_mapping_type mapping_type; member
Dvmlinux.h105063 enum devlink_dpipe_field_mapping_type mapping_type; member
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h88158 enum devlink_dpipe_field_mapping_type mapping_type; member
Dvmlinux_510.h88158 enum devlink_dpipe_field_mapping_type mapping_type; member

12