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

1 2

  /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/chromium_org/net/cert/
sha256_legacy_support_win.h 19 DWORD encoding_type,
36 DWORD encoding_type,
sha256_legacy_support_win.cc 97 DWORD encoding_type,
107 if (provider != NULL || (encoding_type != X509_ASN_ENCODING) ||
110 return original_func(provider, encoding_type, subject_type, subject_data,
148 return original_func(provider, encoding_type, subject_type, subject_data,
  /external/lldb/source/Symbol/
Type.cpp 332 Type *encoding_type = GetEncodingType (); local
333 if (encoding_type)
334 m_byte_size = encoding_type->GetByteSize();
491 Type *encoding_type = NULL; local
494 encoding_type = GetEncodingType();
495 if (encoding_type)
501 ClangASTType encoding_clang_type = encoding_type->GetClangForwardType();
505 m_flags.clang_type_resolve_state = encoding_type->m_flags.clang_type_resolve_state;
511 m_clang_type = encoding_type->GetClangForwardType().AddConstModifier();
515 m_clang_type = encoding_type->GetClangForwardType().AddRestrictModifier()
634 Type *encoding_type = GetEncodingType(); local
    [all...]
  /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/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
acm_generic_codec.cc 202 WebRtcACMEncodingType* encoding_type) {
208 *encoding_type = kNoEncoding;
225 *encoding_type = kNoEncoding;
243 *encoding_type = kNoEncoding;
257 *encoding_type = kPassiveDTXNB;
259 *encoding_type = kPassiveDTXWB;
261 *encoding_type = kPassiveDTXSWB;
263 *encoding_type = kPassiveDTXFB;
276 *encoding_type = kNoEncoding;
293 *encoding_type = kNoEncoding
    [all...]
audio_coding_module_impl.cc 294 WebRtcACMEncodingType encoding_type; local
295 if (encoder->Encode(stream, &len_bytes, &rtp_timestamp, &encoding_type) < 0) {
298 assert(encoding_type == kActiveNormalEncoded);
352 WebRtcACMEncodingType encoding_type; local
355 &encoding_type) < 0) {
361 assert(encoding_type == kActiveNormalEncoded);
496 WebRtcACMEncodingType encoding_type; local
512 &encoding_type);
523 switch (encoding_type) {
568 ((encoding_type == kActiveNormalEncoded) |
    [all...]
acm_generic_codec.h 66 // and encoded by the encoder. The "*encoding_type" will be either
85 // -encoding_type : contains the type of encoding applied on the
112 WebRtcACMEncodingType* encoding_type);
    [all...]
  /external/chromium_org/content/browser/
browser_main_runner.cc 46 DWORD encoding_type,
54 g_real_crypt_verify_signature_stub, provider, encoding_type, subject_type,
  /external/pdfium/core/include/thirdparties/freetype/freetype/internal/
t1types.h 100 T1_EncodingType encoding_type; member in struct:T1_FontRec_
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
t1types.h 100 T1_EncodingType encoding_type; member in struct:T1_FontRec_
  /external/chromium_org/third_party/freetype/include/freetype/internal/
t1types.h 100 T1_EncodingType encoding_type; member in struct:T1_FontRec_
  /external/freetype/include/internal/
t1types.h 100 T1_EncodingType encoding_type; member in struct:T1_FontRec_
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/
SIMCCodeEmitter.cpp 278 unsigned encoding_type = getEncodingType(MI); local
279 switch (encoding_type) {
  /external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
SIMCCodeEmitter.cpp 278 unsigned encoding_type = getEncodingType(MI); local
279 switch (encoding_type) {
  /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()));
  /external/lldb/include/lldb/Symbol/
Type.h 258 SetEncodingType (Type *encoding_type)
260 m_encoding_type = encoding_type;
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
t1driver.c 304 retval = sizeof ( type1->encoding_type );
306 *((T1_EncodingType *)value) = type1->encoding_type;
310 if ( type1->encoding_type == T1_ENCODING_TYPE_ARRAY &&
t1load.c     [all...]
t1objs.c 529 switch ( type1->encoding_type )
  /external/google-tv-pairing-protocol/cpp/tests/polo/pairing/
pairingsessiontest.cc 125 session_.GetConfiguration()->encoding().encoding_type());
  /external/chromium_org/net/url_request/
url_request_http_job.cc 1015 std::string encoding_type; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
mkvparser.hpp 268 unsigned long long encoding_type() const { return encoding_type_; } function in class:mkvparser::ContentEncoding

Completed in 1183 milliseconds

1 2