Lines Matching refs:frame_size
1824 u32 frame_size; in THPUtyCopyTHPFile() local
1932 frame_size = sizeof(u32) * (2 + fileHeader->frameCompInfo.numComponents); in THPUtyCopyTHPFile()
1935 frame_size += THPUtyReverseEndianU32(frame_header->comp[jj]); in THPUtyCopyTHPFile()
1945 rtn = fwrite(tmp_buffer, frame_size, 1, op); in THPUtyCopyTHPFile()
1954 if (frame_size % 32) in THPUtyCopyTHPFile()
1956 remain = 32 - (frame_size % 32); in THPUtyCopyTHPFile()
1964 frame_size += remain; in THPUtyCopyTHPFile()
1986 rtn = THPUtyPutU32(op, frame_size); in THPUtyCopyTHPFile()
2005 prev_size = frame_size; in THPUtyCopyTHPFile()
2010 first_size = frame_size; in THPUtyCopyTHPFile()
2014 if (frame_size > max_size) in THPUtyCopyTHPFile()
2016 max_size = frame_size; in THPUtyCopyTHPFile()
2020 total_size += frame_size; in THPUtyCopyTHPFile()
2035 rtn = THPUtyPutU32(op, frame_size); in THPUtyCopyTHPFile()