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

  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/inc/
mm_camera_muxer.h 43 uint8_t num_objs; member in struct:mm_frame_sync_queue_node
mm_camera.h 252 uint8_t num_objs; member in struct:__anon49258
    [all...]
  /external/libcups/filter/
interpret.c 67 int num_objs, /* Number of objects on stack */ member in struct:__anon24482
549 DEBUG_printf(("_cupsRasterExecPS: Stack (%d objects)", st->num_objs));
671 if (st->num_objs > 0)
729 if ((n = st->num_objs - c) < 0)
866 for (obj = st->objs, c = st->num_objs; c > 0; c --, obj ++)
881 if (n < 0 || (n = st->num_objs - n - 1) < 0)
920 if (st->num_objs > 0)
922 st->num_objs --;
924 return (st->objs + st->num_objs);
942 if (st->num_objs >= st->alloc_objs
    [all...]

Completed in 110 milliseconds