OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:component_info
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/events/
latency_info.cc
102
base::DictionaryValue*
component_info
= new base::DictionaryValue();
local
103
component_info
->SetDouble("comp_id", it->first.second);
104
component_info
->SetDouble("time", it->second.event_time.ToInternalValue());
105
component_info
->SetDouble("count", it->second.event_count);
106
record_data->Set(GetComponentName(it->first.first),
component_info
);
/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/llvm/utils/llvm-build/llvmbuild/
main.py
423
get_required_libraries_for_component(
component_info
) -> iter
[
all
...]
Completed in 698 milliseconds