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

  /development/perftests/panorama/feature_mos/src/mosaic/
Blend.cpp 31 m_wb.blendingType = BLEND_TYPE_NONE;
45 this->m_wb.blendingType = blendingType;
46 this->m_wb.stripType = stripType;
48 m_wb.blendRange = m_wb.blendRangeUV = BLEND_RANGE_DEFAULT;
49 m_wb.nlevs = m_wb.blendRange;
50 m_wb.nlevsC = m_wb.blendRangeUV;
52 if (m_wb.nlevs <= 0) m_wb.nlevs = 1; // Need levels for YUV processin
    [all...]
Blend.h 92 BlendParams m_wb; member in class:Blend
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.cpp 34 m_wb.blendingType = BLEND_TYPE_NONE;
48 this->m_wb.blendingType = blendingType;
49 this->m_wb.stripType = stripType;
51 m_wb.blendRange = m_wb.blendRangeUV = BLEND_RANGE_DEFAULT;
52 m_wb.nlevs = m_wb.blendRange;
53 m_wb.nlevsC = m_wb.blendRangeUV;
55 if (m_wb.nlevs <= 0) m_wb.nlevs = 1; // Need levels for YUV processin
    [all...]
Blend.h 92 BlendParams m_wb; member in class:Blend

Completed in 99 milliseconds