HomeSort by relevance Sort by last modified time
    Searched refs:encoding_type (Results 1 - 25 of 29) 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/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 203 WebRtcACMEncodingType* encoding_type) {
209 *encoding_type = kNoEncoding;
227 *encoding_type = kNoEncoding;
245 *encoding_type = kNoEncoding;
259 *encoding_type = kPassiveDTXNB;
261 *encoding_type = kPassiveDTXWB;
263 *encoding_type = kPassiveDTXSWB;
265 *encoding_type = kPassiveDTXFB;
278 *encoding_type = kNoEncoding;
295 *encoding_type = kNoEncoding
    [all...]
audio_coding_module_impl.cc 293 WebRtcACMEncodingType encoding_type; local
294 if (encoder->Encode(stream, &len_bytes, &rtp_timestamp, &encoding_type) < 0) {
297 assert(encoding_type == kActiveNormalEncoded);
351 WebRtcACMEncodingType encoding_type; local
354 &encoding_type) < 0) {
360 assert(encoding_type == kActiveNormalEncoded);
495 WebRtcACMEncodingType encoding_type; local
511 &encoding_type);
522 switch (encoding_type) {
567 ((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/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 1004 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
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvmuxer.hpp 276 uint64 encoding_type() const { return encoding_type_; } function in class:mkvmuxer::ContentEncoding
    [all...]
mkvparser.hpp 275 unsigned long long encoding_type() const { return encoding_type_; } function in class:mkvparser::ContentEncoding
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.hpp 279 uint64 encoding_type() const { return encoding_type_; } function in class:mkvmuxer::ContentEncoding
    [all...]

Completed in 538 milliseconds

1 2