Home
last modified time | relevance | path

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

/external/libopus/src/
Dopus.c179 opus_int32 last_size; in opus_packet_parse_impl() local
191 last_size = len; in opus_packet_parse_impl()
206 last_size = len/2; in opus_packet_parse_impl()
208 size[0] = (opus_int16)last_size; in opus_packet_parse_impl()
219 last_size = len-size[0]; in opus_packet_parse_impl()
253 last_size = len; in opus_packet_parse_impl()
261 last_size -= bytes+size[i]; in opus_packet_parse_impl()
263 if (last_size<0) in opus_packet_parse_impl()
268 last_size = len/count; in opus_packet_parse_impl()
269 if (last_size*count!=len) in opus_packet_parse_impl()
[all …]
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_decode.cpp351 FX_DWORD last_size = src_size; in PDF_DataDecode() local
365 dest_size = last_size; in PDF_DataDecode()
369 offset = FPDFAPI_FlateOrLZWDecode(FALSE, last_buf, last_size, pParam, in PDF_DataDecode()
372 offset = FPDFAPI_FlateOrLZWDecode(TRUE, last_buf, last_size, pParam, in PDF_DataDecode()
375 offset = A85Decode(last_buf, last_size, new_buf, new_size); in PDF_DataDecode()
377 offset = HexDecode(last_buf, last_size, new_buf, new_size); in PDF_DataDecode()
382 dest_size = last_size; in PDF_DataDecode()
386 offset = RunLengthDecode(last_buf, last_size, new_buf, new_size); in PDF_DataDecode()
399 dest_size = last_size; in PDF_DataDecode()
412 last_size = new_size; in PDF_DataDecode()
[all …]
/external/libdrm/freedreno/kgsl/
Dkgsl_ringbuffer.c139 uint32_t last_size = (uint32_t)(ring->cur - last_start); in kgsl_ringbuffer_flush() local
141 last_start[2] = last_size - (5 + 2); in kgsl_ringbuffer_flush()