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

  /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/chromium_org/third_party/opus/src/src/
opus_decoder.c 551 opus_int32 last_size; local
562 last_size = len;
577 last_size = len/2;
578 /* If last_size doesn't fit in size[0], we'll catch it later */
579 size[0] = (short)last_size;
590 last_size = len-size[0];
621 last_size = len;
629 last_size -= bytes+size[i];
631 if (last_size<0)
636 last_size = len/count
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
session_unittest.cc 791 last_size(0), name(name) {
825 last_size = size;
841 size_t last_size; member in struct:ChannelHandler
    [all...]
  /external/libvpx/libvpx/nestegg/src/
nestegg.c 276 uint64_t last_size; member in struct:saved_state
291 uint64_t last_size; member in struct:nestegg
810 s->last_size = ctx->last_size;
824 ctx->last_size = s->last_size;
833 if (ctx->last_id && ctx->last_size) {
837 *size = ctx->last_size;
845 r = ne_read_vint(ctx->io, &ctx->last_size, NULL);
852 *size = ctx->last_size;
    [all...]

Completed in 515 milliseconds