HomeSort by relevance Sort by last modified time
    Searched full:g_malloc (Results 1 - 18 of 18) sorted by null

  /external/libbrillo/brillo/glib/
object_unittest.cc 94 char* a = static_cast<char*>(::g_malloc(sizeof(item)));
107 char* a = static_cast<char*>(::g_malloc(sizeof(item)));
116 char* b = static_cast<char*>(::g_malloc(sizeof(item)));
127 char* a[] = { static_cast<char*>(::g_malloc(1)),
128 static_cast<char*>(::g_malloc(1)), static_cast<char*>(::g_malloc(1)) };
  /hardware/intel/common/libmix/mix_video/src/
mixvideoformatenc_preview.c 239 va_profiles = g_malloc(sizeof(VAProfile)*va_max_num_profiles);
240 va_entrypoints = g_malloc(sizeof(VAEntrypoint)*va_max_num_entrypoints);
398 surfaces = g_malloc(sizeof(VASurfaceID)*numSurfaces);
428 g_malloc(sizeof(VASurfaceID) * parent->ci_frame_num);
464 self->surfaces = g_malloc(sizeof(VASurfaceID) * self->surface_num);
491 images = g_malloc(sizeof(VAImage)*numSurfaces);
    [all...]
mixvideoformatenc_mpeg4.c 286 va_profiles = g_malloc(sizeof(VAProfile)*va_max_num_profiles);
287 va_entrypoints = g_malloc(sizeof(VAEntrypoint)*va_max_num_entrypoints);
445 surfaces = g_malloc(sizeof(VASurfaceID)*numSurfaces);
475 g_malloc(sizeof(VASurfaceID) * parent->ci_frame_num);
511 self->surfaces = g_malloc(sizeof(VASurfaceID) * self->surface_num);
538 images = g_malloc(sizeof(VAImage)*numSurfaces);
    [all...]
mixvideoformatenc_h264.c 301 va_profiles = g_malloc(sizeof(VAProfile)*va_max_num_profiles);
302 va_entrypoints = g_malloc(sizeof(VAEntrypoint)*va_max_num_entrypoints);
460 surfaces = g_malloc(sizeof(VASurfaceID)*numSurfaces);
490 g_malloc(sizeof(VASurfaceID) * parent->ci_frame_num);
526 self->surfaces = g_malloc(sizeof(VASurfaceID) * self->surface_num);
553 images = g_malloc(sizeof(VAImage)*numSurfaces);
    [all...]
mixvideoformat_mp42.c 323 parent->va_surfaces = g_malloc(sizeof(VASurfaceID) * numSurfaces);
509 bufentry = g_malloc(sizeof(MixInputBufferEntry));
560 bufentry = g_malloc(sizeof(MixInputBufferEntry));
724 packed_stream = g_malloc(sizeof(PackedStream));
876 buffer_ids = g_malloc(sizeof(VABufferID) * buffer_id_number);
    [all...]
mixvideoformat_h264.c 275 profiles = g_malloc(numprofs*sizeof(VAProfile));
372 entrypts = g_malloc(numentrypts*sizeof(VAEntrypoint));
459 parent->va_surfaces = g_malloc(sizeof(VASurfaceID)*numSurfaces);
695 bufentry = g_malloc(sizeof(
745 bufentry = g_malloc(sizeof
1065 buffer_ids = g_malloc(sizeof(VABufferID) *
    [all...]
mixvideoformat_vc1.c 374 profiles = g_malloc(numprofs*sizeof(VAProfile));
425 entrypts = g_malloc(numentrypts*sizeof(VAEntrypoint));
516 parent->va_surfaces = g_malloc(sizeof(VASurfaceID)*numSurfaces);
750 bufentry = g_malloc(sizeof(
800 bufentry = g_malloc(sizeof
964 buffer_ids = g_malloc(sizeof(VABufferID) * ((pic_data->num_slices * 2) + 2));
    [all...]
mixvideoconfigparamsenc.c 576 obj->ci_frame_id = g_malloc (ci_frame_num * sizeof (gulong));
598 *ci_frame_id = g_malloc (obj->ci_frame_num * sizeof (gulong));
mixvideorenderparams.c 356 priv->va_cliprects = g_malloc(number_of_clipping_rects * sizeof(VARectangle));
mixvideoconfigparamsdec.c 372 *header = g_malloc(sizeof(MixIOVec));
  /external/autotest/client/deps/fakemodem/src/
fakemodem.c 119 pat = g_malloc (sizeof (*pat));
547 pat = g_malloc (sizeof (*pat));
  /external/llvm/test/Transforms/JumpThreading/
phi-eq.ll 28 declare noalias i8* @g_malloc(i64)
171 %call.i7 = call noalias i8* @g_malloc(i64 16) nounwind
  /external/curl/docs/examples/
ghiper.c 348 buf = g_malloc(BUF_SIZE + 1);
  /external/autotest/client/deps/fakegudev/src/
fakegudev.c 646 keys = g_malloc ((propcount + 1) * sizeof(*keys));
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /external/autotest/client/site_tests/desktopui_GmailLatency/
url_fetch_test 
url_fetch_test.arm 

Completed in 295 milliseconds