Home
last modified time | relevance | path

Searched defs:metadata (Results 276 - 300 of 505) sorted by relevance

1...<<1112131415161718192021

/third_party/skia/src/gpu/geometry/
H A DGrQuadBuffer.h72 const T& metadata() const { this->validate(); return *(fBuffer->metadata(fCurrentEntry)); } in metadata() function in GrQuadBuffer::Iter
140 MetadataIter metadata() { return MetadataIter(this); } metadata() function in GrQuadBuffer
205 inline T* metadata(char* entry) { metadata() function in GrQuadBuffer
208 inline const T* metadata(const char* entry) const { metadata() function in GrQuadBuffer
265 append(const GrQuad& deviceQuad, T&& metadata, const GrQuad* localQuad) append() argument
[all...]
/third_party/skia/third_party/externals/libwebp/imageio/
H A Djpegdec.c150 ExtractMetadataFromJPEG(j_decompress_ptr dinfo, Metadata* const metadata) ExtractMetadataFromJPEG() argument
258 ReadJPEG(const uint8_t* const data, size_t data_size, WebPPicture* const pic, int keep_alpha, Metadata* const metadata) ReadJPEG() argument
346 ReadJPEG(const uint8_t* const data, size_t data_size, struct WebPPicture* const pic, int keep_alpha, struct Metadata* const metadata) ReadJPEG() argument
[all...]
H A Dpngdec.c151 ExtractMetadataFromPNG(png_structp png, png_infop const head_info, png_infop const end_info, Metadata* const metadata) ExtractMetadataFromPNG() argument
230 ReadPNG(const uint8_t* const data, size_t data_size, struct WebPPicture* const pic, int keep_alpha, struct Metadata* const metadata) ReadPNG() argument
360 ReadPNG(const uint8_t* const data, size_t data_size, struct WebPPicture* const pic, int keep_alpha, struct Metadata* const metadata) ReadPNG() argument
[all...]
H A Dpnmdec.c180 ReadPNM(const uint8_t* const data, size_t data_size, WebPPicture* const pic, int keep_alpha, struct Metadata* const metadata) ReadPNM() argument
H A Dtiffdec.c40 static int ExtractMetadataFromTIFF(TIFF* const tif, Metadata* const metadata) { in ExtractMetadataFromTIFF() argument
154 ReadTIFF(const uint8_t* const data, size_t data_size, WebPPicture* const pic, int keep_alpha, Metadata* const metadata) ReadTIFF() argument
277 ReadTIFF(const uint8_t* const data, size_t data_size, struct WebPPicture* const pic, int keep_alpha, struct Metadata* const metadata) ReadTIFF() argument
[all...]
H A Dwicdec.c188 ExtractMetadata(IWICImagingFactory* const factory, IWICBitmapFrameDecode* const frame, Metadata* const metadata) ExtractMetadata() argument
248 ReadPictureWithWIC(const char* const filename, WebPPicture* const pic, int keep_alpha, Metadata* const metadata) ReadPictureWithWIC() argument
398 ReadPictureWithWIC(const char* const filename, struct WebPPicture* const pic, int keep_alpha, struct Metadata* const metadata) ReadPictureWithWIC() argument
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dunits_data.cpp228 MaybeStackVector<UnitPreferenceMetadata> *metadata; member in units::__anon21283::UnitPreferencesSink
231 int32_t binarySearch(const MaybeStackVector<UnitPreferenceMetadata> *metadata, in binarySearch() argument
275 getPreferenceMetadataIndex(const MaybeStackVector<UnitPreferenceMetadata> *metadata, StringPiece category, StringPiece usage, StringPiece region, UErrorCode &status) getPreferenceMetadataIndex() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DIndirectDrawValidationEncoder.cpp197 const IndirectDrawMetadata::IndexedIndirectValidationBatch* metadata; in EncodeIndirectDrawValidationCommands() member
/third_party/protobuf/src/google/protobuf/io/
H A Dio_win32_unittest.cc253 WIN32_FIND_DATAW metadata; in DeleteAllUnder() local
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DMapEntry.java79 private final Metadata<K, V> metadata; field in MapEntry
95 private MapEntry(Metadata metadata, K key, V value) { in MapEntry() argument
102 MapEntry( Metadata<K, V> metadata, CodedInputStream input, ExtensionRegistryLite extensionRegistry) MapEntry() argument
244 private final Metadata<K, V> metadata; global() field in MapEntry.Builder
250 Builder(Metadata<K, V> metadata) Builder() argument
254 Builder(Metadata<K, V> metadata, K key, V value, boolean hasKey, boolean hasValue) Builder() argument
446 isInitialized(Metadata metadata, V value) isInitialized() argument
[all...]
H A DWriter.java217 <K, V> void writeMap(int fieldNumber, MapEntryLite.Metadata<K, V> metadata, Map<K, V> map) in writeMap() argument
H A DCodedOutputStreamWriter.java579 public <K, V> void writeMap(int fieldNumber, MapEntryLite.Metadata<K, V> metadata, Map<K, V> map) in writeMap() argument
594 writeDeterministicMap( int fieldNumber, MapEntryLite.Metadata<K, V> metadata, Map<K, V> map) writeDeterministicMap() argument
633 writeDeterministicBooleanMapEntry( int fieldNumber, boolean key, V value, MapEntryLite.Metadata<Boolean, V> metadata) writeDeterministicBooleanMapEntry() argument
641 writeDeterministicIntegerMap( int fieldNumber, MapEntryLite.Metadata<Integer, V> metadata, Map<Integer, V> map) writeDeterministicIntegerMap() argument
658 writeDeterministicLongMap( int fieldNumber, MapEntryLite.Metadata<Long, V> metadata, Map<Long, V> map) writeDeterministicLongMap() argument
675 writeDeterministicStringMap( int fieldNumber, MapEntryLite.Metadata<String, V> metadata, Map<String, V> map) writeDeterministicStringMap() argument
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dunknown_field_set.cc101 MergeToInternalMetadata( const UnknownFieldSet& other, internal::InternalMetadata* metadata) MergeToInternalMetadata() argument
/third_party/python/Lib/test/test_importlib/
H A Dtest_main.py6 import importlib.metadata namespace
[all...]
/third_party/skia/bench/
H A DPDFBench.cpp435 SkPDF::Metadata metadata; variable
/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dhap_module_info.h67 Metadata metadata; member
121 std::vector<Metadata> metadata; member
H A Dextension_ability_info.h103 std::vector<Metadata> metadata; member
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dextension_ability_info.cpp171 bool ReadMetadataFromParcel(Parcel &parcel, std::vector<Metadata> &metadata) in ReadMetadataFromParcel() argument
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_client_impl.cpp253 bool BundleMgrClientImpl::GetResProfileByMetadata(const std::vector<Metadata> &metadata, in GetResProfileByMetadata() argument
[all...]
/foundation/multimedia/image_framework/frameworks/kits/js/common/picture_ndk/
H A Dpicture_native.cpp157 OH_PictureNative_GetMetadata(OH_PictureNative *picture, Image_MetadataType metadataType, OH_PictureMetadata **metadata) OH_PictureNative_GetMetadata() argument
178 OH_PictureNative_SetMetadata(OH_PictureNative *picture, Image_MetadataType metadataType, OH_PictureMetadata *metadata) OH_PictureNative_SetMetadata() argument
319 OH_AuxiliaryPictureNative_GetMetadata(OH_AuxiliaryPictureNative *auxiliaryPicture, Image_MetadataType metadataType, OH_PictureMetadata **metadata) OH_AuxiliaryPictureNative_GetMetadata() argument
340 OH_AuxiliaryPictureNative_SetMetadata(OH_AuxiliaryPictureNative *auxiliaryPicture, Image_MetadataType metadataType, OH_PictureMetadata *metadata) OH_AuxiliaryPictureNative_SetMetadata() argument
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/exif_metadata_accessor_test/
H A Dwebp_exif_metadata_accessor_test.cpp84 std::string WebpExifMetadataAccessorTest::GetProperty(const std::shared_ptr<ExifMetadata>& metadata, in GetProperty() argument
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/picture_test/
H A Dpicture_test.cpp426 std::shared_ptr<ExifMetadata> metadata = std::make_shared<ExifMetadata>(); in HWTEST_F() local
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/
H A Dheif_image.cpp213 void HeifImage::AddMetadata(std::shared_ptr<HeifMetadata> metadata) in AddMetadata() argument
/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_input.cpp297 auto metadata = std::make_shared<Camera::CameraMetadata>(1, 1); in SetInputUsedAsPosition() local
433 std::shared_ptr<OHOS::Camera::CameraMetadata> metadata = OHOS::Camera::MetadataUtils::DecodeFromString(setting); in SetCameraSettings() local
[all...]
/foundation/multimedia/av_session/frameworks/native/ohavsession/src/
H A DOHAVSession.cpp79 AVSession_ErrCode OHAVSession::SetAVMetaData(OH_AVMetadata* metadata) in SetAVMetaData() argument
421 AVSession_ErrCode OH_AVSession_SetAVMetadata(OH_AVSession* avsession, OH_AVMetadata* metadata) in OH_AVSession_SetAVMetadata() argument

Completed in 21 milliseconds

1...<<1112131415161718192021