Home
last modified time | relevance | path

Searched refs:Value (Results 1 – 12 of 12) sorted by relevance

/hardware/intel/img/psb_video/src/mrst/
Dpsb_deblock.c165 uint32_t i, BlockNum, Mv, MvAddr, Value; in h264_above1InterBlockSequence() local
178Value = MEMIO_READ_FIELD(MbData, MSVDX_VEC_ENTDEC_VLRIF_H264_MB_UNIT_ASO_BLOCK2_PREDICTION_SIZE); in h264_above1InterBlockSequence()
179 if (Value > (sizeof(BlockDownsizeMap) / sizeof(uint32_t) - 1)) in h264_above1InterBlockSequence()
180 Value = sizeof(BlockDownsizeMap) / sizeof(uint32_t) - 1; in h264_above1InterBlockSequence()
181 BlockType[2] = BlockDownsizeMap[Value]; in h264_above1InterBlockSequence()
182Value = MEMIO_READ_FIELD(MbData, MSVDX_VEC_ENTDEC_VLRIF_H264_MB_UNIT_ASO_BLOCK3_PREDICTION_SIZE); in h264_above1InterBlockSequence()
183 if (Value > (sizeof(BlockDownsizeMap) / sizeof(uint32_t) - 1)) in h264_above1InterBlockSequence()
184 Value = sizeof(BlockDownsizeMap) / sizeof(uint32_t) - 1; in h264_above1InterBlockSequence()
185 BlockType[3] = BlockDownsizeMap[Value]; in h264_above1InterBlockSequence()
189 Value = MEMIO_READ_TABLE_FIELD(MbData, MSVDX_VEC_ENTDEC_VLRIF_H264_MB_UNIT_COMP_X_ABOVE, i); in h264_above1InterBlockSequence()
[all …]
/hardware/ti/omap4xxx/camera/
DEncoder_libjpeg.cpp298 if (table[i].Value) { in ~ExifElementsTable()
299 free(table[i].Value); in ~ExifElementsTable()
342 table[position].Value = (char*) malloc(sizeof(char) * (value_length + 1)); in insertElement()
344 if (table[position].Value) { in insertElement()
345 memcpy(table[position].Value, value, value_length + 1); in insertElement()
/hardware/intel/img/psb_video/src/
Dpsb_overlay.c79 overlayA->OCLRC0 = (pPriv->contrast.Value << 18) | (pPriv->brightness.Value & 0xff); in I830ResetVideo()
80 overlayA->OCLRC1 = pPriv->saturation.Value; in I830ResetVideo()
82 overlayC->OCLRC0 = (pPriv->contrast.Value << 18) | (pPriv->brightness.Value & 0xff); in I830ResetVideo()
83 overlayC->OCLRC1 = pPriv->saturation.Value; in I830ResetVideo()
246 overlay->OCLRC0 = (pPriv->contrast.Value << 18) | (pPriv->brightness.Value & 0xff);
247 overlay->OCLRC1 = pPriv->saturation.Value;
1237 pPriv->brightness.Value = OV_BRIGHTNESS_DEFAULT_VALUE; in psbPortPrivCreate()
1240 pPriv->contrast.Value = OV_CONTRAST_DEFAULT_VALUE; in psbPortPrivCreate()
1243 pPriv->hue.Value = OV_HUE_DEFAULT_VALUE; in psbPortPrivCreate()
1246 pPriv->saturation.Value = OV_SATURATION_DEFAULT_VALUE; in psbPortPrivCreate()
[all …]
Dpsb_texture.c230 texture_priv->brightness.Value = OV_BRIGHTNESS_DEFAULT_VALUE; in psb_ctexture_init()
232 texture_priv->contrast.Value = OV_CONTRAST_DEFAULT_VALUE; in psb_ctexture_init()
234 texture_priv->hue.Value = OV_HUE_DEFAULT_VALUE; in psb_ctexture_init()
236 texture_priv->saturation.Value = OV_SATURATION_DEFAULT_VALUE; in psb_ctexture_init()
741 bright_off = pPriv->brightness.Value; in psb_setup_coeffs()
742 fContrast = (pPriv->contrast.Value + 100) / 100.0; in psb_setup_coeffs()
747 pPriv->hue.Value * Degree, in psb_setup_coeffs()
748 pPriv->saturation.Value / 100.0); in psb_setup_coeffs()
Dpsb_texture.h69 short Value; member
Dpsb_output.c2121 overlay_priv->brightness.Value = texture_priv->brightness.Value = p->value - 50; in psb_SetDisplayAttributes()
2128 overlay_priv->contrast.Value = texture_priv->contrast.Value = p->value * 2 - 100; in psb_SetDisplayAttributes()
2135 overlay_priv->hue.Value = texture_priv->hue.Value = (p->value * 2 - 100) * 3 / 10; in psb_SetDisplayAttributes()
2142 overlay_priv->saturation.Value = texture_priv->saturation.Value = p->value + 100; in psb_SetDisplayAttributes()
Dpsb_overlay.h262 short Value; member
/hardware/ti/omap4-aah/camera/
DEncoder_libjpeg.cpp359 if (table[i].Value) { in ~ExifElementsTable()
360 free(table[i].Value); in ~ExifElementsTable()
410 table[position].Value = (char*) malloc(sizeof(char) * (value_length + 1)); in insertElement()
412 if (table[position].Value) { in insertElement()
413 memcpy(table[position].Value, value, value_length + 1); in insertElement()
DBaseCameraAdapter.cpp1843 const char* BaseCameraAdapter::getLUTvalue_translateHAL(int Value, LUTtypeHAL LUT) { in getLUTvalue_translateHAL() argument
1846 if( LUT.Table[i].halDefinition == Value ) in getLUTvalue_translateHAL()
/hardware/samsung_slsi/exynos5/mobicore/
DREADME.android39 If no -d is specified then the daemon donates 1Mb. The Value 0 disables RAM donation.
/hardware/ti/omap4-aah/camera/inc/
DBaseCameraAdapter.h182 static const char* getLUTvalue_translateHAL(int Value, LUTtypeHAL LUT);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/
DCHANGES49 * Value-parameterized test fixtures can now derive from Test and