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

  /external/libffi/testsuite/libffi.call/
pyobjc-tc.c 37 ffi_type rect_type; local
63 rect_type.size = 0;/*sizeof(Rect);*/
64 rect_type.alignment =0;/* __alignof__(Rect);*/
65 rect_type.type = FFI_TYPE_STRUCT;
66 rect_type.elements = malloc(3 * sizeof(ffi_type*));
67 rect_type.elements[0] = &point_type;
68 rect_type.elements[1] = &size_type;
69 rect_type.elements[2] = NULL;
77 arglist[3] = &rect_type;
  /device/lge/mako/camera/QCamera/stack/mm-jpeg-interface/src/
mm_jpeg.c 343 OMX_CONFIG_RECTTYPE rect_type; local
358 memset(&rect_type, 0, sizeof(rect_type));
359 rect_type.nWidth = CEILING2(src_buf->crop.width);
360 rect_type.nHeight = CEILING2(src_buf->crop.width);
361 rect_type.nLeft = src_buf->crop.offset_x;
362 rect_type.nTop = src_buf->crop.offset_y;
363 rect_type.nPortIndex = OUTPUT_PORT;
364 OMX_SetConfig(my_obj->omx_handle, OMX_IndexConfigCommonInputCrop, &rect_type);
367 memset(&rect_type, 0, sizeof(rect_type))
    [all...]

Completed in 31 milliseconds