Home
last modified time | relevance | path

Searched refs:add_metadata (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Davf_aphasemeter.c166 static inline void add_metadata(AVFrame *insamples, const char *key, char *value) in add_metadata() function
186 add_metadata(insamples, "mono_start", av_ts2timestr(s->mono_idx[0], &s->time_base)); in update_mono_detection()
196 add_metadata(insamples, "mono_end", av_ts2timestr(s->mono_idx[1], &s->time_base)); in update_mono_detection()
197 add_metadata(insamples, "mono_duration", av_ts2timestr(mono_duration, &s->time_base)); in update_mono_detection()
217 add_metadata(insamples, "out_phase_start", av_ts2timestr(s->out_phase_idx[0], &s->time_base)); in update_out_phase_detection()
227 add_metadata(insamples, "out_phase_end", av_ts2timestr(s->out_phase_idx[1], &s->time_base)); in update_out_phase_detection()
228 add_metadata(insamples, "out_phase_duration", av_ts2timestr(out_phase_duration, &s->time_base)); in update_out_phase_detection()
311 add_metadata(in, "phase", value); in filter_frame()
/third_party/ffmpeg/libavformat/
H A 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/
H A Dtiff.c266 static int add_metadata(int count, int type, in add_metadata() function
1564 if ((ret = add_metadata(count, type, name, sep, s, frame)) < 0) {\ in tiff_decode_tag()
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dphonemetadata.pb.h1399 ::i18n::phonenumbers::PhoneMetadata* add_metadata();
4299 inline ::i18n::phonenumbers::PhoneMetadata* PhoneMetadataCollection::add_metadata() { in add_metadata() function in i18n::phonenumbers::PhoneMetadataCollection

Completed in 13 milliseconds