Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_packet_history.cc104 size_t expanded_size = std::max(current_size * 3 / 2, current_size + 1); in PutRTPPacket() local
105 expanded_size = std::min(expanded_size, kMaxHistoryCapacity); in PutRTPPacket()
106 Allocate(expanded_size); in PutRTPPacket()
/external/opencv3/3rdparty/libpng/
Dpngrutil.c426 png_size_t expanded_size = png_inflate(png_ptr, in png_decompress_chunk() local
436 expanded_size >= (~(png_size_t)0) - 1 - prefix_size in png_decompress_chunk()
439 (prefix_size + expanded_size >= png_ptr->user_chunk_malloc_max - 1)) in png_decompress_chunk()
442 prefix_size + expanded_size >= PNG_USER_CHUNK_MALLOC_MAX - 1) in png_decompress_chunk()
452 else if (expanded_size > 0) in png_decompress_chunk()
457 prefix_size + expanded_size + 1); in png_decompress_chunk()
465 (png_bytep)(text + prefix_size), expanded_size); in png_decompress_chunk()
466 text[prefix_size + expanded_size] = 0; /* just in case */ in png_decompress_chunk()
468 if (new_size == expanded_size) in png_decompress_chunk()
472 *newlength = prefix_size + expanded_size; in png_decompress_chunk()
/external/mesa3d/src/mesa/main/
DAPIspec.py551 expanded_size = func.param_node_size(node)
552 if size != expanded_size: