Home
last modified time | relevance | path

Searched refs:metadata (Results 851 - 875 of 1038) sorted by relevance

1...<<31323334353637383940>>...42

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/include/
H A Dhi_comm_hdmi_adapt.h111 /* static metadata descriptor type(ID) support. */
112 hi_hdmi_hdr_matadata_type metadata; member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/
H A Ddrv_hdmi_edid.h388 hi_bool descriptor_type1; /* static metadata type 1 */
394 /* static metadata descriptor type(ID) support. */
395 hdmi_edid_hdr_metadata_type metadata; member
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dability_info.h242 std::vector<Metadata> metadata; member
H A Dapplication_info.h278 std::map<std::string, std::vector<Metadata>> metadata; member
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/
H A Dext_decoder.h74 bool GetHeifFragmentMetadata(Media::Rect& metadata) override;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_service_impl.h28 #include "metadata/secret_key_meta_data.h"
29 #include "metadata/store_meta_data.h"
195 void SetReturnParam(StoreMetaData &metadata, RdbSyncerParam &param);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dmeta_data.h57 explicit MetaWaterMarkAutoLock(std::shared_ptr<Metadata> metadata);
239 // store localTimeOffset in ram; if change, should add a lock first, change here and metadata,
H A Dsync_engine.h39 int Initialize(ISyncInterface *syncInterface, const std::shared_ptr<Metadata> &metadata,
/third_party/ffmpeg/libavfilter/
H A Daf_silencedetect.c76 av_dict_set(&insamples->metadata, key2, value, 0); in set_meta()
/third_party/ffmpeg/libavformat/
H A Dgifdec.c151 av_dict_set(&s->metadata, "comment", bp.str, 0); in gif_read_header()
H A Difv.c97 avpriv_dict_set_timestamp(&s->metadata, "creation_time", avio_rl32(s->pb) * 1000000LL); in parse_header()
H A Dvivo.c220 av_dict_set(&s->metadata, key, value, 0); in vivo_read_header()
H A Dwvdec.c270 if (!av_dict_get(s->metadata, "", NULL, AV_DICT_IGNORE_SUFFIX)) in wv_read_header()
H A Driffdec.c305 av_dict_set(&s->metadata, key, value, AV_DICT_DONT_STRDUP_VAL); in ff_read_riff_info()
H A Ddashdec.c1179 av_dict_set(&s->metadata, "Title", val, 0); in parse_programinformation()
1184 av_dict_set(&s->metadata, "Source", val, 0); in parse_programinformation()
1189 av_dict_set(&s->metadata, "Copyright", val, 0); in parse_programinformation()
2018 av_dict_set(&st->metadata, key, *value, AV_DICT_DONT_STRDUP_VAL); in move_metadata()
2116 av_dict_set_int(&rep->assoc_stream->metadata, "variant_bitrate", rep->bandwidth, 0); in dash_read_header()
2124 av_dict_set_int(&rep->assoc_stream->metadata, "variant_bitrate", rep->bandwidth, 0); in dash_read_header()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_radeon_winsys.h166 /* Additional metadata associated with the buffer, in bytes.
171 uint32_t metadata[64]; member
/third_party/rust/crates/autocfg/src/
H A Dlib.rs164 let meta = try!(fs::metadata(&dir).map_err(error::from_io)); in with_dir()
/third_party/python/Lib/distutils/command/
H A Dregister.py93 ''' Send the metadata to the package index server to be checked.
100 ''' Send the metadata to the package index server.
222 # figure the data to send - the metadata plus some additional
224 meta = self.distribution.metadata
/third_party/skia/src/core/
H A DSkBlockAllocator.cpp168 // Reset metadata and cursor, tail points to the head block again in reset()
183 fHead.metadata() == 0 && fHead.fCursor == kDataStart); in reset()
/third_party/protobuf/src/google/protobuf/
H A Dunknown_field_set.h105 // *metadata, if there is one. If *metadata doesn't have an UnknownFieldSet
108 internal::InternalMetadata* metadata);
H A Dwire_format.h398 size_t ComputeUnknownFieldsSize(const InternalMetadata& metadata, size_t size,
/third_party/rust/crates/version_check/src/
H A Dlib.rs469 if env::var_os("FORCE_STATIC").is_none() && fs::metadata(STATIC_PATH).is_err() { in test_stable_compatibility()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp1981 HdrMetadata metadata = {}; in HeapMemAlloc()
1982 if (type > Media::ImageHdrType::SDR && HdrHelper::GetMetadata(codec_.get(), type, metadata)) { in HeapMemAlloc()
1983 return metadata; in HeapMemAlloc()
1985 IMAGE_LOGD("get hdr metadata failed, type is %{public}d, flag is %{public}d", type, metadata.extendMetaFlag); in HeapMemAlloc()
1990 bool ExtDecoder::GetHeifFragmentMetadata(Media::Rect &metadata) in HeapMemAlloc() argument
2004 decoder->getFragmentMetadata(metadata); in HeapMemAlloc()
/third_party/ffmpeg/libavcodec/
H A Dexr.c1552 AVDictionary *metadata = NULL; in decode_header() local
1920 av_dict_set(&metadata, "writer", key, 0); in decode_header()
2003 av_dict_set(&metadata, name, value, 0); in decode_header()
2027 frame->metadata = metadata; in decode_header()
2033 av_dict_free(&metadata); in decode_header()
/third_party/python/Lib/
H A Dtyping.py2108 The metadata itself is stored in a '__metadata__' attribute as a tuple.
2111 def __init__(self, origin, metadata):
2113 metadata = origin.__metadata__ + metadata
2116 self.__metadata__ = metadata
2150 """Add context-specific metadata to a type.
2154 Every other consumer of this type can ignore this metadata and treat
2162 - Access the metadata via the ``__metadata__`` attribute::
2211 metadata = tuple(params[1:])
2212 return _AnnotatedAlias(origin, metadata)
[all...]

Completed in 28 milliseconds

1...<<31323334353637383940>>...42