Home
last modified time | relevance | path

Searched refs:newformat (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Drtpdec_h263_rfc2190.c40 int newformat; member
57 if (data->newformat) in h263_handle_packet()
112 data->newformat = 1; in h263_handle_packet()
/third_party/python/Lib/
H A Ddatetime.py208 newformat = []
209 push = newformat.append
222 newformat.append(freplace)
244 newformat.append(zreplace)
253 newformat.append(Zreplace)
261 newformat = "".join(newformat)
262 return _time.strftime(newformat, timetuple)

Completed in 4 milliseconds