Home
last modified time | relevance | path

Searched refs:add_metadata (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavfilter/
Davf_aphasemeter.c168 static inline void add_metadata(AVFrame *insamples, const char *key, char *value) in add_metadata() function
188 add_metadata(insamples, "mono_start", av_ts2timestr(s->mono_idx[0], &s->time_base)); in update_mono_detection()
198 add_metadata(insamples, "mono_end", av_ts2timestr(s->mono_idx[1], &s->time_base)); in update_mono_detection()
199add_metadata(insamples, "mono_duration", av_ts2timestr(mono_duration, &s->time_base)); in update_mono_detection()
219add_metadata(insamples, "out_phase_start", av_ts2timestr(s->out_phase_idx[0], &s->time_base)); in update_out_phase_detection()
229add_metadata(insamples, "out_phase_end", av_ts2timestr(s->out_phase_idx[1], &s->time_base)); in update_out_phase_detection()
230add_metadata(insamples, "out_phase_duration", av_ts2timestr(out_phase_duration, &s->time_base)); in update_out_phase_detection()
312 add_metadata(in, "phase", value); in filter_frame()
/third_party/grpc/src/core/lib/surface/
Dcall_log_batch.cc35 static void add_metadata(const grpc_metadata* md, size_t count, in add_metadata() function
56 add_metadata(op->data.send_initial_metadata.metadata, in grpc_op_string()
78 add_metadata(op->data.send_status_from_server.trailing_metadata, in grpc_op_string()
/third_party/ffmpeg/libavformat/
Dvqf.c52 static void add_metadata(AVFormatContext *s, uint32_t tag, in add_metadata() function
165 add_metadata(s, chunk_tag, len, header_size); in vqf_read_header()
/third_party/ffmpeg/libavcodec/
Dtiff.c267 static int add_metadata(int count, int type, in add_metadata() function
1575 if ((ret = add_metadata(count, type, name, sep, s, frame)) < 0) {\ in tiff_decode_tag()
/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonemetadata.pb.h1414 ::i18n::phonenumbers::PhoneMetadata* add_metadata();
4342 inline ::i18n::phonenumbers::PhoneMetadata* PhoneMetadataCollection::add_metadata() { in add_metadata() function