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

  /external/opencv/otherlibs/highgui/
grfmt_tiff.cpp 57 m_description = "TIFF Files (*.tiff;*.tif)";
115 TIFF* tif = (TIFF*)m_tif; local
116 TIFFClose( tif );
135 TIFF* tif = TIFFOpen( m_filename, "r" ); local
137 if( tif )
140 m_tif = tif;
142 if( TIFFRGBAImageOK( tif, errmsg ) &&
143 TIFFGetField( tif, TIFFTAG_IMAGEWIDTH, &width ) &&
144 TIFFGetField( tif, TIFFTAG_IMAGELENGTH, &height ) &&
145 TIFFGetField( tif, TIFFTAG_PHOTOMETRIC, &photometric ) &&
174 TIFF* tif = (TIFF*)m_tif; local
    [all...]
  /external/selinux/libsepol/cil/src/
cil.c     [all...]
cil_build_ast.c 2602 struct cil_tunableif *tif = NULL; local
    [all...]
cil_tree.c 920 struct cil_tunableif *tif = node->data; local
924 cil_tree_print_expr(tif->datum_expr, tif->str_expr);
    [all...]
cil_build_ast.h 125 void cil_destroy_tunif(struct cil_tunableif *tif);
cil_internal.h 929 void cil_tunif_init(struct cil_tunableif **tif);
cil_resolve_ast.c 2915 struct cil_tunableif *tif = (struct cil_tunableif*)current->data; local
    [all...]
  /external/selinux/libsepol/cil/test/unit/
test_cil_resolve_ast.c 6831 struct cil_tunableif *tif = (struct cil_tunableif*)test_db->ast->root->cl_head->next->next->next->data; local
7026 struct cil_tunableif *tif = (struct cil_tunableif*)test_db->ast->root->cl_head->next->next->next->data; local
7053 struct cil_tunableif *tif = (struct cil_tunableif*)test_db->ast->root->cl_head->next->next->next->data; local
7080 struct cil_tunableif *tif = (struct cil_tunableif*)test_db->ast->root->cl_head->next->next->next->data; local
7107 struct cil_tunableif *tif = (struct cil_tunableif*)test_db->ast->root->cl_head->next->next->next->data; local
7134 struct cil_tunableif *tif = (struct cil_tunableif*)test_db->ast->root->cl_head->next->next->next->data; local
7161 struct cil_tunableif *tif = (struct cil_tunableif*)test_db->ast->root->cl_head->next->next->next->data; local
7189 struct cil_tunableif *tif = (struct cil_tunableif*)test_db->ast->root->cl_head->next->next->next->next->data; local
7217 struct cil_tunableif *tif = (struct cil_tunableif*)test_db->ast->root->cl_head->next->next->next->next->data; local
    [all...]
  /frameworks/base/docs/html/training/
training_toc.cs     [all...]
  /external/blktrace/btt/doc/
btt.tex 483 M*tif.''}, but is easy to parse for other plotting and/or analysis
    [all...]

Completed in 1308 milliseconds