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

  /external/chromium_org/media/formats/mp4/
es_descriptor.h 33 static bool IsAAC(uint8 object_type);
40 uint8 object_type() const;
es_descriptor.cc 35 bool ESDescriptor::IsAAC(uint8 object_type) {
36 return object_type == kISO_14496_3 || object_type == kISO_13818_7_AAC_LC;
75 uint8 ESDescriptor::object_type() const { function in class:media::mp4::ESDescriptor
es_descriptor_unittest.cc 25 EXPECT_EQ(es_desc.object_type(), kForbidden);
27 EXPECT_EQ(es_desc.object_type(), kISO_14496_3);
46 EXPECT_NE(es_desc.object_type(), kISO_14496_3);
66 EXPECT_EQ(es_desc.object_type(), kISO_14496_3);
86 EXPECT_EQ(es_desc.object_type(), kISO_14496_3);
box_definitions.cc 476 : object_type(kForbidden) {}
492 object_type = es_desc.object_type();
494 if (object_type != 0x40) {
496 << std::hex << static_cast<int>(object_type);
499 if (es_desc.IsAAC(object_type))
mp4_stream_parser.cc 225 uint8 audio_type = entry.esds.object_type;
491 if (ESDescriptor::IsAAC(runs_->audio_description().esds.object_type) &&
box_definitions.h 207 uint8 object_type; member in struct:media::mp4::ElementaryStreamDescriptor
  /external/chromium_org/sandbox/win/tools/finder/
main.cc 33 DWORD object_type = 0; local
72 object_type |= kScanRegistry;
74 object_type |= kScanFileSystem;
76 object_type |= kScanKernelObjects;
121 if (0 == object_type) {
141 finder_obj.Init(token_type, object_type, access_type, file_output);
finder.cc 25 DWORD object_type,
34 object_type_ = object_type;
finder.h 57 DWORD Init(sandbox::TokenLevel token_type, DWORD object_type,
  /external/chromium_org/sandbox/win/src/
acl.h 36 // the dacl of the kernel object referenced by |object| and of |object_type|.
37 bool AddKnownSidToObject(HANDLE object, SE_OBJECT_TYPE object_type,
acl.cc 95 bool AddKnownSidToObject(HANDLE object, SE_OBJECT_TYPE object_type,
102 if (ERROR_SUCCESS != ::GetSecurityInfo(object, object_type,
112 DWORD result = ::SetSecurityInfo(object, object_type,
  /hardware/intel/common/wrs_omxil_core/utils/src/
audio_parser.c 450 object_type : 5; member in struct:audio_specific_config_s::__anon40819::__anon40820
458 object_type : 5,
576 *aot = config.object_type;
581 LOGV(" aot: 0x%x, %s\n", config.object_type,
582 aot_string[config.object_type]);
610 config.object_type = aot;
618 LOGV(" aot : %d, %s\n", config.object_type,
619 aot_string[config.object_type]);
  /development/host/windows/usb/api/
adb_object_handle.h 163 AdbObjectType object_type() const { function in class:AdbObjectHandle
adb_object_handle.cpp 141 return (obj_type == object_type());
  /external/oprofile/libregex/
demangle_java_symbol.cpp 23 * base_type | object_type | array_type
26 * object_type:
35 * object_type method_name method_descriptor
41 bool object_type(string & result,
77 if (object_type(result, begin, end))
187 bool object_type(string & result, function in namespace:__anon33063
211 if (!object_type(result, begin, end))
  /external/clang/tools/clang-format/
git-clang-format 199 object_type = get_object_type(commit)
200 if object_type not in ('commit', 'tag'):
201 if object_type is None:
204 die("'%s' is a %s, but a commit was expected" % (commit, object_type))
224 object_type = get_object_type(value)
225 if object_type is None:
227 if object_type in ('commit', 'tag'):
230 (value, object_type))
  /external/chromium_org/google_apis/drive/
drive_api_parser.h 169 const std::string& object_type() const { return object_type_; } function in class:google_apis::AppResource
222 void set_object_type(const std::string& object_type) {
223 object_type_ = object_type;
drive_api_parser_unittest.cc 50 EXPECT_EQ("", app1.object_type());
86 EXPECT_EQ("", app2.object_type());
  /art/runtime/verifier/
method_verifier.cc 3768 RegType& object_type = work_line_->GetRegisterType(inst->VRegB_22c()); local
3867 RegType& object_type = reg_line->GetRegisterType(inst->VRegB_22c()); local
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/
drive_internals.js 180 tr.appendChild(createElementFromText('td', app.object_type));
  /external/chromium_org/v8/src/arm64/
code-stubs-arm64.cc 1557 Register object_type = x14; local
2875 Register object_type = x10; local
    [all...]
  /external/lldb/source/Symbol/
ClangASTType.cpp 1019 const ObjCObjectType *object_type = dyn_cast<ObjCObjectType>(qual_type); local
5312 const ObjCObjectType *object_type = dyn_cast<ObjCObjectType>(t); local
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
drive_internals_ui.cc 355 app_data->SetString("object_type", app->object_type());
    [all...]

Completed in 253 milliseconds