HomeSort by relevance Sort by last modified time
    Searched refs:last_size (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/opus/src/src/
opus.c 179 opus_int32 last_size; local
191 last_size = len;
206 last_size = len/2;
207 /* If last_size doesn't fit in size[0], we'll catch it later */
208 size[0] = (opus_int16)last_size;
219 last_size = len-size[0];
253 last_size = len;
261 last_size -= bytes+size[i];
263 if (last_size<0)
268 last_size = len/count
    [all...]
  /external/libopus/src/
opus.c 179 opus_int32 last_size; local
191 last_size = len;
206 last_size = len/2;
207 /* If last_size doesn't fit in size[0], we'll catch it later */
208 size[0] = (opus_int16)last_size;
219 last_size = len-size[0];
253 last_size = len;
261 last_size -= bytes+size[i];
263 if (last_size<0)
268 last_size = len/count
    [all...]
  /external/chromium_org/content/browser/streams/
stream_registry.cc 79 size_t last_size = iter->second->last_total_buffered_bytes();
80 DCHECK_LE(last_size, total_memory_usage_);
81 size_t usage_of_others = total_memory_usage_ - last_size;
82 DCHECK_LE(current_size, last_size);
  /external/chromium_org/ppapi/examples/2d/
graphics_2d_example.c 35 struct PP_Size last_size; member in struct:InstanceInfo
119 info->last_size.width = 0;
120 info->last_size.height = 0;
155 if (info->last_size.width != position.size.width ||
156 info->last_size.height != position.size.height) {
159 info->last_size.width = position.size.width;
160 info->last_size.height = position.size.height;
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_decode.cpp 309 FX_DWORD last_size = src_size; local
321 dest_size = last_size;
325 offset = FPDFAPI_FlateOrLZWDecode(FALSE, last_buf, last_size, pParam, estimated_size, new_buf, new_size);
328 offset = FPDFAPI_FlateOrLZWDecode(TRUE, last_buf, last_size, pParam, estimated_size, new_buf, new_size);
330 offset = _A85Decode(last_buf, last_size, new_buf, new_size);
332 offset = _HexDecode(last_buf, last_size, new_buf, new_size);
337 dest_size = last_size;
341 offset = RunLengthDecode(last_buf, last_size, new_buf, new_size);
353 dest_size = last_size;
363 last_size = new_size;
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/nestegg/src/
nestegg.c 285 uint64_t last_size; member in struct:saved_state
301 uint64_t last_size; member in struct:nestegg
841 s->last_size = ctx->last_size;
856 ctx->last_size = s->last_size;
870 *size = ctx->last_size;
878 r = ne_read_vint(ctx->io, &ctx->last_size, NULL);
885 *size = ctx->last_size;
    [all...]
  /external/libvpx/libvpx/third_party/nestegg/src/
nestegg.c 285 uint64_t last_size; member in struct:saved_state
301 uint64_t last_size; member in struct:nestegg
841 s->last_size = ctx->last_size;
856 ctx->last_size = s->last_size;
870 *size = ctx->last_size;
878 r = ne_read_vint(ctx->io, &ctx->last_size, NULL);
885 *size = ctx->last_size;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
nestegg.c 285 uint64_t last_size; member in struct:saved_state
301 uint64_t last_size; member in struct:nestegg
841 s->last_size = ctx->last_size;
856 ctx->last_size = s->last_size;
870 *size = ctx->last_size;
878 r = ne_read_vint(ctx->io, &ctx->last_size, NULL);
885 *size = ctx->last_size;
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_result_unittest.cc 122 void RunCopyOldMatchesTest(const TestData* last, size_t last_size,
177 const TestData* last, size_t last_size,
186 PopulateAutocompleteMatches(last, last_size, &last_matches);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
session_unittest.cc 779 last_size(0), name(name) {
813 last_size = size;
830 size_t last_size; member in struct:ChannelHandler
    [all...]

Completed in 617 milliseconds