Searched refs:tmp_buf_size (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | tak_parser.c | 64 int tmp_buf_size = FFMIN(TAK_MAX_FRAME_HEADER_BYTES, in tak_parse() local 68 if (ff_combine_frame(pc, END_NOT_FOUND, &tmp_buf, &tmp_buf_size) != -1) in tak_parse() 70 consumed += tmp_buf_size; in tak_parse() 71 buf += tmp_buf_size; in tak_parse() 72 buf_size -= tmp_buf_size; in tak_parse()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/ |
H A D | symbolize.h | 100 size_t tmp_buf_size; member
|
/third_party/backends/backend/ |
H A D | hp-scl.c | 134 int tmp_buf_size; member 1193 ph->tmp_buf_size = tsz; in process_data_init() 1343 bytes_left = ph->tmp_buf_size - ph->tmp_buf_len; in process_data() 1353 RETURN_IF_FAIL ( process_scanline (ph, ph->tmp_buf, ph->tmp_buf_size) ); in process_data() 1358 if (nread >= ph->tmp_buf_size) in process_data() 1360 RETURN_IF_FAIL ( process_scanline (ph, read_ptr, ph->tmp_buf_size) ); in process_data() 1361 read_ptr += ph->tmp_buf_size; in process_data() 1362 nread -= ph->tmp_buf_size; in process_data()
|
H A D | teco2.c | 1155 size_t tmp_buf_size, tmp_min_buf_size, tmp_max_buf_size; in teco_do_calibration() local 1225 tmp_buf_size = dev->def->cal_length * 3 * sizeof (int); in teco_do_calibration() 1228 tmp_buf = malloc (tmp_buf_size); in teco_do_calibration() 1231 memset (tmp_buf, 0, tmp_buf_size); in teco_do_calibration() 1251 (long) tmp_buf_size); in teco_do_calibration() 1397 /* hexdump (DBG_info2, "calibration before average:", tmp_buf, tmp_buf_size); */ in teco_do_calibration() 1452 /*hexdump (DBG_info2, "calibration after average:", tmp_buf, tmp_buf_size); */ in teco_do_calibration()
|
Completed in 7 milliseconds