HomeSort by relevance Sort by last modified time
    Searched defs:out_val (Results 1 - 4 of 4) sorted by null

  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera.c 806 void* out_val = NULL; local
    [all...]
  /external/chromium_org/chrome/browser/themes/
browser_theme_pack_unittest.cc 454 int out_val; local
456 ThemeProperties::NTP_BACKGROUND_ALIGNMENT, &out_val));
457 EXPECT_EQ(ThemeProperties::ALIGN_BOTTOM, out_val);
460 ThemeProperties::NTP_BACKGROUND_TILING, &out_val));
461 EXPECT_EQ(ThemeProperties::REPEAT_X, out_val);
464 ThemeProperties::NTP_LOGO_ALTERNATE, &out_val));
465 EXPECT_EQ(0, out_val);
526 int out_val; local
528 ThemeProperties::NTP_BACKGROUND_ALIGNMENT, &out_val));
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMELFAttributeData.cpp 237 const int out_val = out_attr.getIntValue(); local
240 if (out_val <= 2) {
242 if (value_ordering_120[in_val] > value_ordering_120[out_val]) {
248 if (in_val > out_val) {
    [all...]
  /external/opencv/cv/src/
cvinpaint.cpp 598 int out_val = cvRound((double)Ia/s); local
599 CV_MAT_3COLOR_ELEM(*out,uchar,i-1,j-1,color) = CV_CAST_8U(out_val);
689 int out_val = cvRound((double)Ia/s); local
690 CV_MAT_ELEM(*out,uchar,i-1,j-1) = CV_CAST_8U(out_val);
    [all...]

Completed in 91 milliseconds