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

  /external/opencv/otherlibs/highgui/
grfmt_jpeg2000.cpp 408 jas_image_cmptparm_t component_info[3];
411 component_info[i].tlx = 0;
412 component_info[i].tly = 0;
413 component_info[i].hstep = 1;
414 component_info[i].vstep = 1;
415 component_info[i].width = width;
416 component_info[i].height = height;
417 component_info[i].prec = depth;
418 component_info[i].sgnd = 0;
420 jas_image_t *img = jas_image_create( channels, component_info, (channels == 1) ? JAS_CLRSPC_SGRAY : JAS_CLRSPC_SRGB )
    [all...]
  /external/chromium_org/ui/events/
latency_info.cc 113 base::DictionaryValue* component_info = new base::DictionaryValue(); local
114 component_info->SetDouble("comp_id", it->first.second);
115 component_info->SetDouble("time", it->second.event_time.ToInternalValue());
116 component_info->SetDouble("count", it->second.event_count);
117 record_data->Set(GetComponentName(it->first.first), component_info);

Completed in 239 milliseconds