OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:frame_sizes
(Results
1 - 2
of
2
) 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
);
/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 40 milliseconds