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

  /external/opencv/cvaux/src/
extendededges.cpp 54 CvMemStorage* tmp_storage = cvCreateChildMemStorage( storage ); local
56 cvFindContours( image, tmp_storage, &contours, sizeof(CvContour), CV_RETR_LIST, CV_CHAIN_APPROX_NONE );
115 cvReleaseMemStorage( &tmp_storage );
  /hardware/intel/common/libwsbm/src/
wsbm_manager.c 544 struct _WsbmBufStorage *tmp_storage; local
548 tmp_storage =
551 if (tmp_storage) {
553 buf->storage = tmp_storage;
679 struct _WsbmBufStorage *tmp_storage; local
683 tmp_storage =
686 if (tmp_storage) {
688 buf->storage = tmp_storage;
  /art/compiler/debug/
elf_debug_info_writer.h 419 std::string tmp_storage; local
420 const char* base_class_desc = base_class->GetDescriptor(&tmp_storage);

Completed in 227 milliseconds