Home
last modified time | relevance | path

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

/external/libopus/src/
Dopus_multistream_encoder.c88 MappingType mapping_type; member
435 MappingType mapping_type in opus_multistream_encoder_init_impl() argument
452 if (mapping_type != MAPPING_TYPE_SURROUND) in opus_multistream_encoder_init_impl()
481 if (mapping_type == MAPPING_TYPE_SURROUND) in opus_multistream_encoder_init_impl()
486 st->mapping_type = mapping_type; in opus_multistream_encoder_init_impl()
516 MappingType mapping_type; in opus_multistream_surround_encoder_init() local
565 mapping_type = MAPPING_TYPE_SURROUND; in opus_multistream_surround_encoder_init()
569 mapping_type = MAPPING_TYPE_AMBISONICS; in opus_multistream_surround_encoder_init()
573 mapping_type = MAPPING_TYPE_NONE; in opus_multistream_surround_encoder_init()
577 application, mapping_type); in opus_multistream_surround_encoder_init()
[all …]
/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/Microsoft-GSL/gsl/
Dmulti_span560 using mapping_type = contiguous_mapping_tag;
721 using mapping_type = generalized_mapping_tag;
1000 std::is_same<typename Bounds::mapping_type, generalized_mapping_tag>::value,
1010 std::is_same<typename Bounds::mapping_type, contiguous_mapping_tag>::value,
1029 static_assert(std::is_same<typename BoundsSrc::mapping_type, contiguous_mapping_tag>::value,