Lines Matching refs:frame_size
1829 u32 frame_size; in THPUtyCopyTHPFile() local
1937 frame_size = sizeof(u32) * (2 + fileHeader->frameCompInfo.numComponents); in THPUtyCopyTHPFile()
1940 frame_size += THPUtyReverseEndianU32(frame_header->comp[jj]); in THPUtyCopyTHPFile()
1950 rtn = fwrite(tmp_buffer, frame_size, 1, op); in THPUtyCopyTHPFile()
1959 if (frame_size % 32) in THPUtyCopyTHPFile()
1961 remain = 32 - (frame_size % 32); in THPUtyCopyTHPFile()
1969 frame_size += remain; in THPUtyCopyTHPFile()
1991 rtn = THPUtyPutU32(op, frame_size); in THPUtyCopyTHPFile()
2010 prev_size = frame_size; in THPUtyCopyTHPFile()
2015 first_size = frame_size; in THPUtyCopyTHPFile()
2019 if (frame_size > max_size) in THPUtyCopyTHPFile()
2021 max_size = frame_size; in THPUtyCopyTHPFile()
2025 total_size += frame_size; in THPUtyCopyTHPFile()
2040 rtn = THPUtyPutU32(op, frame_size); in THPUtyCopyTHPFile()