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

/hardware/intel/img/psb_video/src/mrst/
H A Dpsb_deblock.c165 uint32_t i, BlockNum, Mv, MvAddr, Value; local
178 Value = MEMIO_READ_FIELD(MbData, MSVDX_VEC_ENTDEC_VLRIF_H264_MB_UNIT_ASO_BLOCK2_PREDICTION_SIZE);
179 if (Value > (sizeof(BlockDownsizeMap) / sizeof(uint32_t) - 1))
180 Value = sizeof(BlockDownsizeMap) / sizeof(uint32_t) - 1;
181 BlockType[2] = BlockDownsizeMap[Value];
182 Value = MEMIO_READ_FIELD(MbData, MSVDX_VEC_ENTDEC_VLRIF_H264_MB_UNIT_ASO_BLOCK3_PREDICTION_SIZE);
183 if (Value > (sizeof(BlockDownsizeMap) / sizeof(uint32_t) - 1))
184 Value = sizeof(BlockDownsizeMap) / sizeof(uint32_t) - 1;
185 BlockType[3] = BlockDownsizeMap[Value];
189 Value
230 uint32_t i, BlockNum, Mv, MvAddr, Value; local
348 uint32_t Value; local
442 uint32_t Value, Cmd; local
[all...]
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
H A Dvc1parse_bitplane.c382 int32_t Value = 0; local
383 VC1_GET_BITS(1, Value);
384 put_bit(Value, i, j, width, height,pBitplane->invert,
398 int32_t Value = 0; local
399 VC1_GET_BITS(1, Value);
400 put_bit(Value, i, j, width, height,pBitplane->invert,
406 int32_t Value = 0; local
411 Value = 0;
416 VC1_GET_BITS(1, Value);
418 put_bit(Value,
[all...]
/hardware/intel/img/psb_video/src/
H A Dpsb_texture.h69 short Value; member in struct:_sgx_psb_fixed32::__anon1472::__anon1473
H A Dpsb_overlay.c79 overlayA->OCLRC0 = (pPriv->contrast.Value << 18) | (pPriv->brightness.Value & 0xff);
80 overlayA->OCLRC1 = pPriv->saturation.Value;
82 overlayC->OCLRC0 = (pPriv->contrast.Value << 18) | (pPriv->brightness.Value & 0xff);
83 overlayC->OCLRC1 = pPriv->saturation.Value;
246 overlay->OCLRC0 = (pPriv->contrast.Value << 18) | (pPriv->brightness.Value & 0xff);
247 overlay->OCLRC1 = pPriv->saturation.Value;
1237 pPriv->brightness.Value
[all...]
H A Dpsb_texture.c230 texture_priv->brightness.Value = OV_BRIGHTNESS_DEFAULT_VALUE;
232 texture_priv->contrast.Value = OV_CONTRAST_DEFAULT_VALUE;
234 texture_priv->hue.Value = OV_HUE_DEFAULT_VALUE;
236 texture_priv->saturation.Value = OV_SATURATION_DEFAULT_VALUE;
741 bright_off = pPriv->brightness.Value;
742 fContrast = (pPriv->contrast.Value + 100) / 100.0;
747 pPriv->hue.Value * Degree,
748 pPriv->saturation.Value / 100.0);
H A Dpsb_overlay.h262 short Value; member in struct:_ov_psb_fixed32::__anon1467::__anon1468
H A Dpsb_output.c2136 overlay_priv->brightness.Value = texture_priv->brightness.Value = p->value - 50;
2143 overlay_priv->contrast.Value = texture_priv->contrast.Value = p->value * 2 - 100;
2150 overlay_priv->hue.Value = texture_priv->hue.Value = (p->value * 2 - 100) * 3 / 10;
2157 overlay_priv->saturation.Value = texture_priv->saturation.Value = p->value + 100;
/hardware/ti/omap4-aah/camera/
H A DEncoder_libjpeg.cpp359 if (table[i].Value) {
360 free(table[i].Value);
410 table[position].Value = (char*) malloc(sizeof(char) * (value_length + 1));
412 if (table[position].Value) {
413 memcpy(table[position].Value, value, value_length + 1);
H A DBaseCameraAdapter.cpp1843 const char* BaseCameraAdapter::getLUTvalue_translateHAL(int Value, LUTtypeHAL LUT) { argument
1846 if( LUT.Table[i].halDefinition == Value )
/hardware/ti/omap4xxx/camera/
H A DEncoder_libjpeg.cpp298 if (table[i].Value) {
299 free(table[i].Value);
342 table[position].Value = (char*) malloc(sizeof(char) * (value_length + 1));
344 if (table[position].Value) {
345 memcpy(table[position].Value, value, value_length + 1);
/hardware/bsp/intel/peripheral/libmraa/api/mraa/
H A Dgpio.hpp141 v8::Local<v8::Value> argv[] = { SWIGV8_INTEGER_NEW(-1) };
251 * @param value Value to write to Gpio
/hardware/ti/omap4-aah/camera/inc/
H A DBaseCameraAdapter.h182 static const char* getLUTvalue_translateHAL(int Value, LUTtypeHAL LUT);

Completed in 260 milliseconds