Home
last modified time | relevance | path

Searched refs:met (Results 1 - 8 of 8) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dasfdec_o.c277 uint16_t val_len, int type, AVDictionary **met) in asf_read_value()
291 if (av_dict_set(met, name, value, 0) < 0) in asf_read_value()
306 if (av_dict_set(met, name, buf, 0) < 0) in asf_read_value()
341 int type, AVDictionary **met) in asf_set_metadata()
353 if (av_dict_set(met, name, buf, 0) < 0) in asf_set_metadata()
360 uint16_t val_len, uint16_t type, AVDictionary **met) in process_metadata()
368 asf_read_value(s, name, val_len, type, met); in process_metadata()
372 asf_read_value(s, name, val_len, type, met); in process_metadata()
378 if ((ret = asf_set_metadata(s, name, type, met)) < 0) in process_metadata()
710 static void set_language(AVFormatContext *s, const char *rfc1766, AVDictionary **met) in set_language() argument
276 asf_read_value(AVFormatContext *s, const uint8_t *name, uint16_t val_len, int type, AVDictionary **met) asf_read_value() argument
340 asf_set_metadata(AVFormatContext *s, const uint8_t *name, int type, AVDictionary **met) asf_set_metadata() argument
359 process_metadata(AVFormatContext *s, const uint8_t *name, uint16_t name_len, uint16_t val_len, uint16_t type, AVDictionary **met) process_metadata() argument
[all...]
H A Dmxfdec.c2443 static int set_language(AVFormatContext *s, const char *rfc5646, AVDictionary **met) in set_language() argument
2453 return(av_dict_set(met, "language", iso6392, 0)); in set_language()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_lowering_gv100.cpp179 Value *pred = bld.getSSA(1, FILE_PREDICATE), *met; in handleSET() local
185 met = bld.mkImm(0x3f800000); in handleSET()
187 met = bld.mkImm(0xffffffff); in handleSET()
197 i = bld.mkOp3(OP_SELP, TYPE_U32, i->getDef(0), bld.mkImm(0), met, pred); in handleSET()
/third_party/python/Modules/_decimal/libmpdec/
H A Dvcdiv64.asm6 ; are met:
/third_party/protobuf/editors/
H A Dproto.vim7 " met:
/third_party/python/Lib/test/
H A Ddatetimetester.py3877 met = FixedOffset(60, "MET", 3)
3880 t3 = time(13, 47, tzinfo=met)
3886 self.assertEqual(t3.tzinfo, met)
3934 self.assertEqual(repr(t3), d + "(13, 47, tzinfo=met)")
4499 met = FixedOffset(60, "MET")
4502 t3 = datetime(2002, 3, 19, 13, 47, tzinfo=met)
4505 self.assertEqual(t3.tzinfo, met)
4524 self.assertEqual(repr(t3), d + "13, 47, tzinfo=met)")
4527 met = FixedOffset(60, "MET")
4529 tz = time(18, 45, 3, 1234, tzinfo=met)
[all...]
/third_party/ffmpeg/tests/fate/
H A Dfilter-video.mak485 # are met, add a dependency to the test and ensure that the file is kept.
/third_party/ffmpeg/
H A Dconfigure190 will become enabled, if all their other dependencies are met and they are not

Completed in 26 milliseconds