HomeSort by relevance Sort by last modified time
    Searched refs:encoding_type (Results 1 - 18 of 18) sorted by null

  /external/google-tv-pairing-protocol/cpp/src/polo/encoding/
encodingoption.h 50 // @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());
encodingoption.cc 22 EncodingOption::EncodingOption(EncodingOption::EncodingType encoding_type,
24 : encoding_type_(encoding_type),
28 EncodingOption::EncodingType EncodingOption::encoding_type() const { function in class:polo::encoding::EncodingOption
  /external/google-tv-pairing-protocol/cpp/src/polo/pairing/
serverpairingsession.cc 82 << encoding.encoding_type();
90 << encoding.encoding_type();
pairingsession.cc 198 switch (encoding.encoding_type()) {
204 << encoding.encoding_type();
309 return option.encoding_type() != encoding::EncodingOption::kUnknown
  /external/freetype/include/freetype/internal/
t1types.h 101 T1_EncodingType encoding_type; member in struct:T1_FontRec_
  /external/ImageMagick/MagickCore/
annotate.c 1255 encoding_type; local
    [all...]
  /external/google-tv-pairing-protocol/cpp/src/polo/wire/protobuf/
protobufwireadapter.cc 55 EncodingTypeToProto(message.encoding().encoding_type()));
83 encoding->set_type(EncodingTypeToProto(option.encoding_type()));
92 encoding->set_type(EncodingTypeToProto(option.encoding_type()));
  /frameworks/native/libs/vr/libpdx/
serialization_tests.cpp     [all...]
  /external/freetype/src/type1/
t1driver.c 316 retval = sizeof ( type1->encoding_type );
318 *((T1_EncodingType *)value) = type1->encoding_type;
322 if ( type1->encoding_type == T1_ENCODING_TYPE_ARRAY &&
t1load.c     [all...]
t1objs.c 527 switch ( type1->encoding_type )
  /external/freetype/src/type42/
t42parse.c 493 face->type1.encoding_type = T1_ENCODING_TYPE_ARRAY;
503 face->type1.encoding_type = T1_ENCODING_TYPE_STANDARD;
507 face->type1.encoding_type = T1_ENCODING_TYPE_EXPERT;
511 face->type1.encoding_type = T1_ENCODING_TYPE_ISOLATIN1;
    [all...]
t42objs.c 99 if ( type1->encoding_type == T1_ENCODING_TYPE_ARRAY )
365 switch ( type1->encoding_type )
  /external/google-tv-pairing-protocol/cpp/tests/polo/pairing/
pairingsessiontest.cc 125 session_.GetConfiguration()->encoding().encoding_type());
  /frameworks/native/libs/vr/libpdx/private/pdx/rpc/
serialization.h 142 EncodingType encoding_type)
145 unexpected_encoding_.encoding_type = encoding_type;
158 EncodingType encoding_type() const { function in class:android::pdx::rpc::ErrorType
159 return unexpected_encoding_.encoding_type;
170 << ", " << static_cast<int>(encoding_type());
191 EncodingType encoding_type; member in struct:android::pdx::rpc::ErrorType::__anon46429::__anon46430
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/mkvparser/
mkvparser.h 278 unsigned long long encoding_type() const { return encoding_type_; } function in class:mkvparser::ContentEncoding
  /external/libvpx/libwebm/mkvparser/
mkvparser.h 278 unsigned long long encoding_type() const { return encoding_type_; } function in class:mkvparser::ContentEncoding
  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvmuxer.h 328 uint64_t encoding_type() const { return encoding_type_; } function in class:mkvmuxer::ContentEncoding
    [all...]

Completed in 1217 milliseconds