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

  /external/qemu/android/camera/
camera-common.h 136 CameraFrameDim* frame_sizes; member in struct:CameraInfo
165 if (ci->frame_sizes != NULL)
166 free(ci->frame_sizes);
camera-capture-mac.m 543 cis[0].frame_sizes = (CameraFrameDim*)malloc(sizeof(_emulate_dims));
544 if (cis[0].frame_sizes != NULL) {
546 memcpy(cis[0].frame_sizes, _emulate_dims, sizeof(_emulate_dims));
camera-capture-windows.c 718 cis[found].frame_sizes = (CameraFrameDim*)malloc(sizeof(_emulate_dims));
719 if (cis[found].frame_sizes != NULL) {
727 memcpy(cis[found].frame_sizes, _emulate_dims, sizeof(_emulate_dims));
camera-service.c 204 ci->frame_sizes[0].width, ci->frame_sizes[0].height);
211 ci->frame_sizes[n].width, ci->frame_sizes[n].height);
    [all...]
camera-capture-linux.c 783 cis->frame_sizes = formats[chosen].dims;
    [all...]
  /external/libvpx/libvpx/nestegg/src/
nestegg.c 1190 uint64_t track, length, frame_sizes[256], cluster_tc, flags, frames, tc_scale, total; local
1245 frame_sizes[0] = block_size - consumed;
1250 r = ne_read_xiph_lacing(ctx->io, block_size, &consumed, frames, frame_sizes);
1258 frame_sizes[i] = (block_size - consumed) / frames;
1263 r = ne_read_ebml_lacing(ctx->io, block_size, &consumed, frames, frame_sizes);
1272 total += frame_sizes[i];
1302 if (frame_sizes[i] > LIMIT_FRAME) {
1307 f->data = ne_alloc(frame_sizes[i]);
1308 f->length = frame_sizes[i];
1309 r = ne_io_read(ctx->io, f->data, frame_sizes[i])
    [all...]

Completed in 315 milliseconds