Searched defs:list_size (Results 1 - 2 of 2) sorted by relevance

/external/opencore/codecs_v2/video/avc_h264/common/src/
H A Dreflist.cpp166 int *list_size; local
178 list_size = &(video->refList0Size);
188 list_size = &(video->refList1Size);
248 *list_size = num_ref_idx_lX_active_minus1 + 1;
/external/bluetooth/glib/gio/
H A Dglocalfileinfo.c449 gsize list_size; local
468 list_size = list_res_size;
469 list = g_malloc (list_size);
473 list_res_size = g_listxattr (path, list, list_size, follow_symlinks);
477 list_size = list_size * 2;
478 list = g_realloc (list, list_size);
604 gsize list_size; local
623 list_size = list_res_size;
624 list = g_malloc (list_size);
[all...]

Completed in 54 milliseconds