/third_party/ffmpeg/libavformat/ |
D | wsddec.c | 71 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 …]
|
D | iff.c | 127 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/ |
D | rb_call_credentials.c | 51 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/ |
D | result_uploader.py | 24 def get_metadata(): function 97 metadata = get_metadata()
|
/third_party/grpc/src/core/lib/security/credentials/plugin/ |
D | plugin_credentials.cc | 162 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/ |
D | platform_android_mapper.cpp | 59 [&](const auto& get_error, const auto& get_metadata) { in GetMetadata() argument 61 *metadata = get_metadata; in GetMetadata()
|
/third_party/grpc/src/php/ext/grpc/ |
D | call_credentials.c | 130 plugin.get_metadata = plugin_get_metadata; in PHP_METHOD()
|
/third_party/grpc/include/grpc/ |
D | grpc_security.h | 454 int (*get_metadata)( member
|
/third_party/ffmpeg/libavdevice/ |
D | decklink_dec.cpp | 421 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/ |
D | GrQuadPerEdgeAA.cpp | 97 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/ |
D | credentials.pyx.pxi | 72 c_metadata_plugin.get_metadata = _get_metadata
|
D | grpc.pxi | 582 int (*get_metadata)(
|
/third_party/grpc/test/core/security/ |
D | credentials_test.cc | 1612 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/ |
D | grpc_csharp_ext.c | 1169 plugin.get_metadata = grpcsharp_get_metadata_handler; in grpcsharp_metadata_credentials_create_from_plugin()
|