Searched refs:newformat (Results 1 – 3 of 3) sorted by relevance
40 int newformat; member57 if (data->newformat) in h263_handle_packet()112 data->newformat = 1; in h263_handle_packet()
208 newformat = []209 push = newformat.append222 newformat.append(freplace)244 newformat.append(zreplace)253 newformat.append(Zreplace)261 newformat = "".join(newformat)262 return _time.strftime(newformat, timetuple)
820 int newformat;856 newformat = kCVPixelFormatType_420YpCbCr8BiPlanarVideoRange;859 newformat = kCVPixelFormatType_422YpCbCr8;862 newformat = kCVPixelFormatType_422YpCbCr8_yuvs;865 newformat = kCVPixelFormatType_32BGRA;879 dictionaryWithObject:[NSNumber numberWithInt:newformat]