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

  /hardware/ti/omap4-aah/kernel-headers-ti/linux/
bvinternal.h 22 unsigned int structsize; member in struct:bvbuffmap
bvsurfgeom.h 22 unsigned int structsize; member in struct:bvsurfgeom
bvcache.h 34 unsigned int structsize; member in struct:bvcopparams
bvbuffdesc.h 39 unsigned int structsize; member in struct:bvphysdesc
47 unsigned int structsize; member in struct:bvbuffdesc
bventry.h 31 unsigned int structsize; member in struct:bventry
bltsville.h 424 unsigned int structsize; member in struct:bvtileparams
466 unsigned int structsize; member in struct:bvcallbackerror
485 unsigned int structsize; member in struct:bvbltparams
  /external/jpeg/
jcapimin.c 30 jpeg_CreateCompress (j_compress_ptr cinfo, int version, size_t structsize)
38 if (structsize != SIZEOF(struct jpeg_compress_struct))
40 (int) SIZEOF(struct jpeg_compress_struct), (int) structsize);
jdapimin.c 30 jpeg_CreateDecompress (j_decompress_ptr cinfo, int version, size_t structsize)
38 if (structsize != SIZEOF(struct jpeg_decompress_struct))
40 (int) SIZEOF(struct jpeg_decompress_struct), (int) structsize);
jpeglib.h     [all...]
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jcapimin.c 31 jpeg_CreateCompress (j_compress_ptr cinfo, int version, size_t structsize)
39 if (structsize != SIZEOF(struct jpeg_compress_struct))
41 (int) SIZEOF(struct jpeg_compress_struct), (int) structsize);
fpdfapi_jdapimin.c 31 jpeg_CreateDecompress (j_decompress_ptr cinfo, int version, size_t structsize)
39 if (structsize != SIZEOF(struct jpeg_decompress_struct))
41 (int) SIZEOF(struct jpeg_decompress_struct), (int) structsize);
jpeglib.h     [all...]
  /external/qemu/distrib/jpeg-6b/
jcapimin.c 30 jpeg_CreateCompress (j_compress_ptr cinfo, int version, size_t structsize)
38 if (structsize != SIZEOF(struct jpeg_compress_struct))
40 (int) SIZEOF(struct jpeg_compress_struct), (int) structsize);
jdapimin.c 30 jpeg_CreateDecompress (j_decompress_ptr cinfo, int version, size_t structsize)
38 if (structsize != SIZEOF(struct jpeg_decompress_struct))
40 (int) SIZEOF(struct jpeg_decompress_struct), (int) structsize);
jpeglib.h     [all...]
  /hardware/ti/omap4-aah/hwc/
rgz_2d.c 323 e->dstgeom.structsize = sizeof(struct bvsurfgeom);
345 srcdesc->structsize = sizeof(struct bvbuffdesc);
348 srcgeom->structsize = sizeof(struct bvsurfgeom);
395 e->src2desc.structsize = sizeof(struct bvbuffdesc);
421 e->bp.structsize = sizeof(struct bvbltparams);
456 e->bp.structsize = sizeof(struct bvbltparams);
496 e->bp.structsize = sizeof(struct bvbltparams);
504 e->src1desc.structsize = sizeof(struct bvbuffdesc);
511 e->src1geom.structsize = sizeof(struct bvsurfgeom);
    [all...]
  /external/pdfium/core/include/thirdparties/libjpeg/
jpeglib.h     [all...]

Completed in 992 milliseconds