Home
last modified time | relevance | path

Searched defs:baseType (Results 1 – 15 of 15) sorted by relevance

/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DMutableFrameFormat.java34 public MutableFrameFormat(int baseType, int target) { in MutableFrameFormat()
38 public void setBaseType(int baseType) { in setBaseType()
H A DFrameFormat.java66 public FrameFormat(int baseType, int target) { in FrameFormat()
312 public static int bytesPerSampleOf(int baseType) { in bytesPerSampleOf()
346 public static String baseTypeToString(int baseType) { in baseTypeToString()
H A DSimpleFrame.java50 final int baseType = format.getBaseType(); in initWithFormat() local
/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/format/
H A DPrimitiveFormat.java68 private static MutableFrameFormat createFormat(int baseType, int count, int target) { in createFormat()
74 private static MutableFrameFormat createFormat(int baseType, int target) { in createFormat()
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/ast/
H A Dast_enum_type.cpp21 void ASTEnumType::SetBaseType(const AutoPtr<ASTType> &baseType) in SetBaseType()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/verify/
H A Dverify_manager_host_impl.cpp72 …ol GetDataDir(const std::string &path, std::string &suffix, std::string &el, std::string &baseType) in GetDataDir()
262 std::string baseType; in GetRealPath() local
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DUserTypeDetails.java160 @UserInfoFlag int baseType, @UserInfoFlag int defaultUserInfoPropertyFlags, int label, in UserTypeDetails()
431 public Builder setBaseType(@UserInfoFlag int baseType) { in setBaseType()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dflatbuffer_schema.cpp406 auto baseType = type->base_type(); in ExtractFlatBufferValueFinal() local
569 auto baseType = inType.base_type(); in CheckFieldTypeSupport() local
614 auto baseType = type->base_type(); in ParseCheckFieldInfo() local
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/ast/
H A Dast_enum_type.cpp14 void ASTEnumType::SetBaseType(const AutoPtr<ASTType> &baseType) in SetBaseType()
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/parser/
H A Dparser.cpp1294 AutoPtr<ASTType> baseType = ParseType(); in ParseEnumBaseType() local
1400 AutoPtr<ASTType> baseType = ParseType(); in ParseStructParentType() local
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/parser/
H A Dparser.cpp1049 AutoPtr<ASTType> baseType = nullptr; in ParseEnumBaseType() local
1164 AutoPtr<ASTType> baseType = ParseType(); in ParseStructParentType() local
/aosp14/frameworks/base/core/java/android/provider/
H A DDocumentsProvider.java1459 final String baseType = getType(uri); in openTypedAssetFileImpl() local
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DIntentResolver.java401 final String baseType = resolvedType.substring(0, slashpos); in queryIntent() local
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_arg.h376 GLenum baseType; member
/aosp14/frameworks/base/core/java/android/content/
H A DContentProvider.java2419 String baseType = getType(uri); in openTypedAssetFile() local