Searched refs:total_frame_size (Results 1 – 1 of 1) sorted by relevance
58 const uint64_t total_frame_size = (uint64_t)num_frames * sizeof(*frames); in AllocateFrames() local60 !CheckSizeForOverflow(total_frame_size)) { in AllocateFrames()64 frames = (DecodedFrame*)malloc((size_t)total_frame_size); in AllocateFrames()
Completed in 4 milliseconds