Home
last modified time | relevance | path

Searched refs:encoding_type (Results 1 – 25 of 30) sorted by relevance

12

/external/llvm-project/lldb/source/Symbol/
DType.cpp355 Type *encoding_type = GetEncodingType(); in GetByteSize() local
356 if (encoding_type) in GetByteSize()
357 if (llvm::Optional<uint64_t> size = encoding_type->GetByteSize(exe_scope)) { in GetByteSize()
475 Type *encoding_type = nullptr; in ResolveCompilerType() local
477 encoding_type = GetEncodingType(); in ResolveCompilerType()
478 if (encoding_type) { in ResolveCompilerType()
482 encoding_type->GetForwardCompilerType(); in ResolveCompilerType()
486 encoding_type->m_compiler_type_resolve_state; in ResolveCompilerType()
492 encoding_type->GetForwardCompilerType().AddConstModifier(); in ResolveCompilerType()
497 encoding_type->GetForwardCompilerType().AddRestrictModifier(); in ResolveCompilerType()
[all …]
/external/webrtc/api/rtc_event_log/
Drtc_event_log_factory.cc30 RtcEventLog::EncodingType encoding_type) { in CreateRtcEventLog() argument
32 return std::make_unique<RtcEventLogImpl>(encoding_type, task_queue_factory_); in CreateRtcEventLog()
Drtc_event_log_factory_interface.h28 RtcEventLog::EncodingType encoding_type) = 0;
Drtc_event_log_factory.h29 RtcEventLog::EncodingType encoding_type) override;
/external/ImageMagick/MagickCore/
Dannotate.c1337 encoding_type; in RenderFreetype() local
1434 encoding_type=FT_ENCODING_UNICODE; in RenderFreetype()
1435 ft_status=FT_Select_Charmap(face,encoding_type); in RenderFreetype()
1441 encoding_type=FT_ENCODING_ADOBE_CUSTOM; in RenderFreetype()
1443 encoding_type=FT_ENCODING_ADOBE_EXPERT; in RenderFreetype()
1445 encoding_type=FT_ENCODING_ADOBE_STANDARD; in RenderFreetype()
1447 encoding_type=FT_ENCODING_APPLE_ROMAN; in RenderFreetype()
1449 encoding_type=FT_ENCODING_BIG5; in RenderFreetype()
1452 encoding_type=FT_ENCODING_PRC; in RenderFreetype()
1456 encoding_type=FT_ENCODING_JOHAB; in RenderFreetype()
[all …]
/external/webrtc/logging/rtc_event_log/
Dfake_rtc_event_log_factory.cc19 RtcEventLog::EncodingType encoding_type) { in CreateRtcEventLog() argument
Dfake_rtc_event_log_factory.h28 RtcEventLog::EncodingType encoding_type) override;
Drtc_event_log_impl.cc57 RtcEventLogImpl::RtcEventLogImpl(RtcEventLog::EncodingType encoding_type, in RtcEventLogImpl() argument
59 : event_encoder_(CreateEncoder(encoding_type)), in RtcEventLogImpl()
Drtc_event_log_unittest_helper.h150 explicit EventVerifier(RtcEventLog::EncodingType encoding_type) in EventVerifier() argument
151 : encoding_type_(encoding_type) {} in EventVerifier()
Drtc_event_log_impl.h34 RtcEventLogImpl(EncodingType encoding_type,
/external/webrtc/logging/rtc_event_log/encoder/
Ddelta_encoding.cc531 const EncodingType encoding_type = in EncodeHeader() local
538 writer_->WriteBits(static_cast<uint64_t>(encoding_type), in EncodeHeader()
547 if (encoding_type == EncodingType::kFixedSizeUnsignedDeltasNoEarlyWrapNoOpt) { in EncodeHeader()
699 const auto encoding_type = static_cast<EncodingType>(encoding_type_bits); in IsSuitableDecoderFor() local
700 return encoding_type == in IsSuitableDecoderFor()
702 encoding_type == in IsSuitableDecoderFor()
/external/webrtc/pc/
Dpeer_connection_factory.cc348 auto encoding_type = RtcEventLog::EncodingType::Legacy; in CreateRtcEventLog_w() local
350 encoding_type = RtcEventLog::EncodingType::NewFormat; in CreateRtcEventLog_w()
352 ? event_log_factory_->CreateRtcEventLog(encoding_type) in CreateRtcEventLog_w()
/external/freetype/include/freetype/internal/
Dt1types.h103 T1_EncodingType encoding_type; member
/external/freetype/src/type1/
Dt1driver.c320 retval = sizeof ( type1->encoding_type ); in t1_ps_get_font_value()
322 *((T1_EncodingType *)value) = type1->encoding_type; in t1_ps_get_font_value()
326 if ( type1->encoding_type == T1_ENCODING_TYPE_ARRAY && in t1_ps_get_font_value()
Dt1load.c1665 face->type1.encoding_type = T1_ENCODING_TYPE_ARRAY; in parse_encoding()
1676 face->type1.encoding_type = T1_ENCODING_TYPE_STANDARD; in parse_encoding()
1683 face->type1.encoding_type = T1_ENCODING_TYPE_EXPERT; in parse_encoding()
1690 face->type1.encoding_type = T1_ENCODING_TYPE_ISOLATIN1; in parse_encoding()
2652 if ( type1->encoding_type == T1_ENCODING_TYPE_ARRAY ) in T1_Open_Face()
Dt1objs.c537 switch ( type1->encoding_type ) in T1_Face_Init()
/external/freetype/src/type42/
Dt42parse.c496 face->type1.encoding_type = T1_ENCODING_TYPE_ARRAY; in t42_parse_encoding()
506 face->type1.encoding_type = T1_ENCODING_TYPE_STANDARD; in t42_parse_encoding()
510 face->type1.encoding_type = T1_ENCODING_TYPE_EXPERT; in t42_parse_encoding()
514 face->type1.encoding_type = T1_ENCODING_TYPE_ISOLATIN1; in t42_parse_encoding()
Dt42objs.c99 if ( type1->encoding_type == T1_ENCODING_TYPE_ARRAY ) in T42_Open_Face()
365 switch ( type1->encoding_type ) in T42_Face_Init()
/external/llvm-project/lldb/include/lldb/Symbol/
DType.h204 void SetEncodingType(Type *encoding_type) { m_encoding_type = encoding_type; } in SetEncodingType() argument
/external/expat/
DCMakeLists.txt507 foreach(encoding_type ${encoding_types})
508 set(target_name ${fuzz_target}_${encoding_type})
512 PRIVATE ENCODING_FOR_FUZZING=${encoding_type})
/external/libvpx/libwebm/mkvparser/
Dmkvparser.h278 unsigned long long encoding_type() const { return encoding_type_; } in encoding_type() function
/external/libaom/libaom/third_party/libwebm/mkvparser/
Dmkvparser.h278 unsigned long long encoding_type() const { return encoding_type_; } in encoding_type() function
/external/libwebm/mkvparser/
Dmkvparser.h278 unsigned long long encoding_type() const { return encoding_type_; } in encoding_type() function
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
Dmkvparser.h278 unsigned long long encoding_type() const { return encoding_type_; } in encoding_type() function
/external/libwebm/mkvmuxer/
Dmkvmuxer.h328 uint64_t encoding_type() const { return encoding_type_; } in encoding_type() function

12