Home
last modified time | relevance | path

Searched refs:newformat (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavformat/
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/
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)
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Davfvideosrc.m820 int newformat;
856 newformat = kCVPixelFormatType_420YpCbCr8BiPlanarVideoRange;
859 newformat = kCVPixelFormatType_422YpCbCr8;
862 newformat = kCVPixelFormatType_422YpCbCr8_yuvs;
865 newformat = kCVPixelFormatType_32BGRA;
879 dictionaryWithObject:[NSNumber numberWithInt:newformat]