/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/include/ |
H A D | hi_comm_hdmi_adapt.h | 111 /* 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 D | drv_hdmi_edid.h | 388 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 D | ability_info.h | 242 std::vector<Metadata> metadata; member
|
H A D | application_info.h | 278 std::map<std::string, std::vector<Metadata>> metadata; member
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/ |
H A D | ext_decoder.h | 74 bool GetHeifFragmentMetadata(Media::Rect& metadata) override;
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_service_impl.h | 28 #include "metadata/secret_key_meta_data.h" 29 #include "metadata/store_meta_data.h" 195 void SetReturnParam(StoreMetaData &metadata, RdbSyncerParam ¶m);
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/ |
H A D | meta_data.h | 57 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 D | sync_engine.h | 39 int Initialize(ISyncInterface *syncInterface, const std::shared_ptr<Metadata> &metadata,
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_silencedetect.c | 76 av_dict_set(&insamples->metadata, key2, value, 0); in set_meta()
|
/third_party/ffmpeg/libavformat/ |
H A D | gifdec.c | 151 av_dict_set(&s->metadata, "comment", bp.str, 0); in gif_read_header()
|
H A D | ifv.c | 97 avpriv_dict_set_timestamp(&s->metadata, "creation_time", avio_rl32(s->pb) * 1000000LL); in parse_header()
|
H A D | vivo.c | 220 av_dict_set(&s->metadata, key, value, 0); in vivo_read_header()
|
H A D | wvdec.c | 270 if (!av_dict_get(s->metadata, "", NULL, AV_DICT_IGNORE_SUFFIX)) in wv_read_header()
|
H A D | riffdec.c | 305 av_dict_set(&s->metadata, key, value, AV_DICT_DONT_STRDUP_VAL); in ff_read_riff_info()
|
H A D | dashdec.c | 1179 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 D | radv_radeon_winsys.h | 166 /* Additional metadata associated with the buffer, in bytes. 171 uint32_t metadata[64]; member
|
/third_party/rust/crates/autocfg/src/ |
H A D | lib.rs | 164 let meta = try!(fs::metadata(&dir).map_err(error::from_io)); in with_dir()
|
/third_party/python/Lib/distutils/command/ |
H A D | register.py | 93 ''' 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 D | SkBlockAllocator.cpp | 168 // 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 D | unknown_field_set.h | 105 // *metadata, if there is one. If *metadata doesn't have an UnknownFieldSet 108 internal::InternalMetadata* metadata);
|
H A D | wire_format.h | 398 size_t ComputeUnknownFieldsSize(const InternalMetadata& metadata, size_t size,
|
/third_party/rust/crates/version_check/src/ |
H A D | lib.rs | 469 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 D | ext_decoder.cpp | 1981 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 D | exr.c | 1552 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 D | typing.py | 2108 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...] |