Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/build/tools/thputilities/src/
Dthputilities.c1729 u8* tmp_buffer = NULL; in THPUtyCopyTHPFile() local
1743 tmp_buffer = (u8*)THPMalloc(THPUTY_COPY_SIZE); in THPUtyCopyTHPFile()
1744 if (tmp_buffer == NULL) in THPUtyCopyTHPFile()
1789 rtn = fread(tmp_buffer, read_size, 1, ip); in THPUtyCopyTHPFile()
1797 rtn = fwrite(tmp_buffer, read_size, 1, op); in THPUtyCopyTHPFile()
1912 tmp_buffer = THPMalloc(old_size + THPUTY_MAX_PADDING_SIZE); in THPUtyCopyTHPFile()
1913 if (tmp_buffer == NULL) in THPUtyCopyTHPFile()
1922 rtn = fread(tmp_buffer, old_size, 1, ip); in THPUtyCopyTHPFile()
1931 frame_header = (THPFrameHeader *)tmp_buffer; in THPUtyCopyTHPFile()
1945 rtn = fwrite(tmp_buffer, frame_size, 1, op); in THPUtyCopyTHPFile()
[all …]