Searched refs:encoding_type (Results 1 - 15 of 15) sorted by relevance

/external/google-tv-pairing-protocol/cpp/src/polo/encoding/
H A Dencodingoption.cc22 EncodingOption::EncodingOption(EncodingOption::EncodingType encoding_type, argument
24 : encoding_type_(encoding_type),
28 EncodingOption::EncodingType EncodingOption::encoding_type() const { function in class:polo::encoding::EncodingOption
H A Dencodingoption.h50 // @param encoding_type the encoding type
52 EncodingOption(EncodingType encoding_type, uint32_t symbol_length);
55 EncodingType encoding_type() const;
74 return (option1.encoding_type() == option2.encoding_type()
76 || (option1.encoding_type() < option2.encoding_type());
/external/google-tv-pairing-protocol/cpp/src/polo/pairing/
H A Dserverpairingsession.cc82 << encoding.encoding_type();
90 << encoding.encoding_type();
H A Dpairingsession.cc198 switch (encoding.encoding_type()) {
204 << encoding.encoding_type();
309 return option.encoding_type() != encoding::EncodingOption::kUnknown
/external/freetype/include/freetype/internal/
H A Dt1types.h101 T1_EncodingType encoding_type; member in struct:T1_FontRec_
/external/pdfium/third_party/freetype/include/freetype/internal/
H A Dt1types.h100 T1_EncodingType encoding_type; member in struct:T1_FontRec_
/external/ImageMagick/MagickCore/
H A Dannotate.c1266 encoding_type;
1357 encoding_type=ft_encoding_unicode;
1358 ft_status=FT_Select_Charmap(face,encoding_type);
1364 encoding_type=ft_encoding_adobe_custom;
1366 encoding_type=ft_encoding_adobe_expert;
1368 encoding_type=ft_encoding_adobe_standard;
1370 encoding_type=ft_encoding_apple_roman;
1372 encoding_type=ft_encoding_big5;
1374 encoding_type=ft_encoding_gb2312;
1376 encoding_type
1255 encoding_type; local
[all...]
/external/google-tv-pairing-protocol/cpp/src/polo/wire/protobuf/
H A Dprotobufwireadapter.cc55 EncodingTypeToProto(message.encoding().encoding_type()));
83 encoding->set_type(EncodingTypeToProto(option.encoding_type()));
92 encoding->set_type(EncodingTypeToProto(option.encoding_type()));
/external/pdfium/third_party/freetype/src/type1/
H A Dt1driver.c306 retval = sizeof ( type1->encoding_type );
308 *((T1_EncodingType *)value) = type1->encoding_type;
312 if ( type1->encoding_type == T1_ENCODING_TYPE_ARRAY &&
H A Dt1load.c1369 face->type1.encoding_type = T1_ENCODING_TYPE_ARRAY;
1379 face->type1.encoding_type = T1_ENCODING_TYPE_STANDARD;
1383 face->type1.encoding_type = T1_ENCODING_TYPE_EXPERT;
1387 face->type1.encoding_type = T1_ENCODING_TYPE_ISOLATIN1;
2260 if ( type1->encoding_type == T1_ENCODING_TYPE_ARRAY )
H A Dt1objs.c526 switch ( type1->encoding_type )
/external/google-tv-pairing-protocol/cpp/tests/polo/pairing/
H A Dpairingsessiontest.cc125 session_.GetConfiguration()->encoding().encoding_type());
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
H A Dmkvmuxer.h328 uint64_t encoding_type() const { return encoding_type_; } function in class:mkvmuxer::ContentEncoding
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
H A Dmkvparser.h278 unsigned long long encoding_type() const { return encoding_type_; } function in class:mkvparser::ContentEncoding
/external/libvpx/libwebm/mkvparser/
H A Dmkvparser.h278 unsigned long long encoding_type() const { return encoding_type_; } function in class:mkvparser::ContentEncoding

Completed in 227 milliseconds