Home
last modified time | relevance | path

Searched refs:get_metadata (Results 1 – 14 of 14) sorted by relevance

/third_party/ffmpeg/libavformat/
Dwsddec.c71 static int get_metadata(AVFormatContext *s, const char *const tag, const unsigned size) in get_metadata() function
149 get_metadata(s, "title", 128); in wsd_read_header()
150 get_metadata(s, "composer", 128); in wsd_read_header()
151 get_metadata(s, "song_writer", 128); in wsd_read_header()
152 get_metadata(s, "artist", 128); in wsd_read_header()
153 get_metadata(s, "album", 128); in wsd_read_header()
154 get_metadata(s, "genre", 32); in wsd_read_header()
155 get_metadata(s, "date", 32); in wsd_read_header()
156 get_metadata(s, "location", 32); in wsd_read_header()
157 get_metadata(s, "comment", 512); in wsd_read_header()
[all …]
Diff.c127 static int get_metadata(AVFormatContext *s, in get_metadata() function
236 int ret = get_metadata(s, metadata_tag, FFMIN(tag_size, size - 4)); in parse_dsd_diin()
700 if ((res = get_metadata(s, tag, metadata_size)) < 0) { in iff_read_header()
712 if ((res = get_metadata(s, metadata_tag, data_size)) < 0) { in iff_read_header()
/third_party/grpc/src/ruby/ext/grpc/
Drb_call_credentials.c51 VALUE get_metadata; member
139 rb_ary_push(callback_args, params->get_metadata); in grpc_rb_call_credentials_callback_with_gil()
167 params->get_metadata = (VALUE)state; in grpc_rb_call_credentials_plugin_get_metadata()
268 plugin.get_metadata = grpc_rb_call_credentials_plugin_get_metadata; in grpc_rb_call_credentials_init()
/third_party/protobuf/benchmarks/util/
Dresult_uploader.py24 def get_metadata(): function
97 metadata = get_metadata()
/third_party/grpc/src/core/lib/security/credentials/plugin/
Dplugin_credentials.cc162 if (plugin_.get_metadata != nullptr) { in get_request_metadata()
187 if (!plugin_.get_metadata( in get_request_metadata()
/third_party/mesa3d/src/egl/drivers/dri2/
Dplatform_android_mapper.cpp59 [&](const auto& get_error, const auto& get_metadata) { in GetMetadata() argument
61 *metadata = get_metadata; in GetMetadata()
/third_party/grpc/src/php/ext/grpc/
Dcall_credentials.c130 plugin.get_metadata = plugin_get_metadata; in PHP_METHOD()
/third_party/grpc/include/grpc/
Dgrpc_security.h454 int (*get_metadata)( member
/third_party/ffmpeg/libavdevice/
Ddecklink_dec.cpp421 static uint8_t *get_metadata(AVFormatContext *avctx, uint16_t *buf, size_t width, in get_metadata() function
1022 txt_buf = get_metadata(avctx, vanc, vanc_size, in VideoInputFrameArrived()
/third_party/flutter/skia/src/gpu/ops/
DGrQuadPerEdgeAA.cpp97 static AI QuadMetadata get_metadata(const Vertices& vertices, GrQuadAAFlags aaFlags) { in get_metadata() function
581 QuadMetadata metadata = get_metadata(*inner, aaFlags); in compute_nested_quad_vertices()
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dcredentials.pyx.pxi72 c_metadata_plugin.get_metadata = _get_metadata
Dgrpc.pxi582 int (*get_metadata)(
/third_party/grpc/test/core/security/
Dcredentials_test.cc1612 plugin.get_metadata = plugin_get_metadata_success; in test_metadata_plugin_success()
1645 plugin.get_metadata = plugin_get_metadata_failure; in test_metadata_plugin_failure()
/third_party/grpc/src/csharp/ext/
Dgrpc_csharp_ext.c1169 plugin.get_metadata = grpcsharp_get_metadata_handler; in grpcsharp_metadata_credentials_create_from_plugin()