Home
last modified time | relevance | path

Searched refs:Value (Results 1 – 17 of 17) 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/interfaces/radio/1.0/
DISapCallback.hal23 * @param token Id to match req-resp. Value must match the one in req.
33 * @param token Id to match req-resp. Value must match the one in req.
40 * @param token Id to match req-resp. Value must match the one in req.
48 * @param token Id to match req-resp. Value must match the one in req.
66 * @param token Id to match req-resp. Value must match the one in req.
82 * @param token Id to match req-resp. Value must match the one in req.
97 * @param token Id to match req-resp. Value must match the one in req.
111 * @param token Id to match req-resp. Value must match the one in req.
119 * @param token Id to match req-resp. Value must match the one in req.
135 * @param token Id to match req-resp. Value must match the one in req.
[all …]
Dtypes.hal1361 // Value <= 0 means network has either not sent a
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
Dvc1parse_bitplane.c382 int32_t Value = 0; in vc1_Norm6ModeDecode() local
383 VC1_GET_BITS(1, Value); in vc1_Norm6ModeDecode()
384 put_bit(Value, i, j, width, height,pBitplane->invert, in vc1_Norm6ModeDecode()
398 int32_t Value = 0; in vc1_Norm6ModeDecode() local
399 VC1_GET_BITS(1, Value); in vc1_Norm6ModeDecode()
400 put_bit(Value, i, j, width, height,pBitplane->invert, in vc1_Norm6ModeDecode()
406 int32_t Value = 0; in vc1_Norm6ModeDecode() local
411 Value = 0; in vc1_Norm6ModeDecode()
416 VC1_GET_BITS(1, Value); in vc1_Norm6ModeDecode()
418 put_bit(Value, i, j, width, height,pBitplane->invert, in vc1_Norm6ModeDecode()
[all …]
/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.c2136 overlay_priv->brightness.Value = texture_priv->brightness.Value = p->value - 50; in psb_SetDisplayAttributes()
2143 overlay_priv->contrast.Value = texture_priv->contrast.Value = p->value * 2 - 100; in psb_SetDisplayAttributes()
2150 overlay_priv->hue.Value = texture_priv->hue.Value = (p->value * 2 - 100) * 3 / 10; in psb_SetDisplayAttributes()
2157 overlay_priv->saturation.Value = texture_priv->saturation.Value = p->value + 100; in psb_SetDisplayAttributes()
Dpsb_overlay.h262 short Value; member
/hardware/interfaces/broadcastradio/1.0/
Dtypes.hal194 /** Value used for type MetadataType.INT */
196 /** Value used for type MetadataType.CLOCK */
198 /** Value used for type MetadataType.TEXT */
200 /** Value used for type MetadataType.RAW */
/hardware/interfaces/keymaster/3.0/vts/functional/
Dauthorization_set.h212 template <typename TypedTagT, typename... Value> void push_back(TypedTagT tag, Value&&... val) { in push_back()
213 push_back(Authorization(tag, std::forward<Value>(val)...)); in push_back()
/hardware/interfaces/automotive/vehicle/2.0/
DIVehicleCallback.hal41 * @param value Value that was set by a client.
Dtypes.hal1040 * Value format for IVehicle#get / IVehicle#subscribe:
1044 * Value format for IVehicle#set:
/hardware/interfaces/tv/cec/1.0/
DIHdmiCec.hal130 * @param value Value to be set.
/hardware/interfaces/renderscript/1.0/
DIContext.hal836 * @param value Value
847 * @param value Value
1064 * @param value Value to be pushed to variable
1084 * @param value Value to be pushed to variable
1094 * @param value Value to be pushed to variable
1104 * @param value Value to be pushed to variable
/hardware/interfaces/audio/2.0/vts/functional/
DAudioPrimaryHidlHalTest.cpp1179 template <class Value>
1180 static void checkInvalidStateOr0(Result res, Value value) { in checkInvalidStateOr0()
/hardware/interfaces/wifi/1.0/
Dtypes.hal753 * Value of 0:
859 * Value = 0: include as many service IDs as will fit into the maximum allowed beacon frame size.
860 * Value must fit within 7 bits - i.e. <= 127.
871 * Value = 0: include as many service IDs as will fit into the maximum allowed beacon frame size.
872 * Value must fit within 7 bits - i.e. <= 127.