Searched refs:value (Results 251 - 275 of 786) sorted by relevance

<<11121314151617181920>>

/hardware/intel/common/libmix/videoencoder/
H A DIntelMetadataBuffer.h82 IntelMetadataBuffer(IntelMetadataBufferType type, intptr_t value); //for quick generator
90 IMB_Result GetValue(intptr_t &value);
91 IMB_Result SetValue(intptr_t value);
H A DVideoEncoderUtils.cpp366 //map original value to vasurface
395 LOG_V("MappingToVASurface mode=%d, value=%p\n", mVinfo.mode, (void*)mValue);
426 LOG_V("vaSurface 0x%08x is created for value = 0x%p\n", mVASurface, (void*)mValue);
431 Encode_Status VASurfaceMap::MappingSurfaceID(intptr_t value) { argument
446 (VADisplay)mVinfo.handle, (VASurfaceID)value,
451 LOG_V("Surface incoming = 0x%p\n", (void*)value);
456 vaStatus = vaUnlockSurface((VADisplay)mVinfo.handle, (VASurfaceID)value);
472 Encode_Status VASurfaceMap::MappingGfxHandle(intptr_t value) { argument
474 LOG_V("MappingGfxHandle %p......\n", (void*)value);
477 //default value fo
508 MappingKbufHandle(intptr_t value) argument
524 MappingMallocPTR(intptr_t value) argument
693 CreateSurfaceFromExternalBuf(intptr_t value, ValueInfo& vinfo) argument
[all...]
/hardware/libhardware/tests/camera2/
H A DCameraMetadataTests.cpp99 char value[PROPERTY_VALUE_MAX]; local
100 property_get("ro.build.id", value, "");
101 std::string str_value(value);
/hardware/libhardware/tests/vehicle/
H A Dvehicle_tests.cpp58 data.value.driving_status = -EINVAL;
62 ASSERT_NE(data.value_type, -EINVAL) << "Drive state value type should be integer.";
63 ASSERT_NE(data.value.driving_status, -EINVAL) << "Driving status should be positive.";
65 std::cout << "Driving status value type: " << data.value_type << "\n"
66 << "Driving status: " << data.value.driving_status << "\n";
/hardware/intel/common/libva/test/putsurface/
H A Dputsurface_common.c139 return v1->value.i == v2->value.i;
141 return v1->value.f == v2->value.f;
143 return v1->value.p == v2->value.p;
145 return v1->value.fn == v2->value.fn;
237 lookup_surface_attrib(VASurfaceAttribType type, const VAGenericValue *value) argument
250 if (va_value_equals(&surface_attrib->value, valu
[all...]
/hardware/akm/AK8975_FS/libsensors/
H A DAkmSensor.h63 void processEvent(int code, int value);
/hardware/bsp/intel/peripheral/libupm/src/lcd/
H A Dssd1308.h109 mraa::Result writeChar(uint8_t value);
H A Dssd1327.h116 mraa::Result writeChar(uint8_t value);
/hardware/bsp/intel/peripheral/libupm/src/max44000/
H A Dmax44000.h98 * Reads the proximity value from the sensor (based on ambient data).
102 * Reads the ambient value from the sensor (based on ambient data).
132 * @param value Byte to be written
134 mraa::Result i2cWriteReg (uint8_t reg, uint8_t value);
/hardware/bsp/intel/peripheral/libupm/src/servo/
H A Dservo.h150 int calcPulseTraveling (int value);
/hardware/bsp/intel/peripheral/sensors/mraa/sensors/
H A DGroveLight.cpp56 data->light = value();
H A DGroveTemperature.cpp56 data->temperature = value();
H A DProximityGPIO.cpp18 * A Proximity sensor with a true/false value read in via GPIO
77 data->distance = !value() ? kProximityClose: kProximityFar;
/hardware/intel/common/libmix/mix_common/src/
H A Dmixlog.c181 const char *value = NULL; local
182 value = g_getenv(MIX_LOG_ENABLE);
183 if(!value) {
187 if(value[0] == '0') {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
H A Dads2gas_apple.pl93 # make sure to define a value elesewhere
136 while (($key, $value) = each(%register_aliases))
138 s/\b$key\b/$value/g;
210 while (($key, $value) = each(%macro_aliases))
213 s/$key\b/$value/g;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Dtreecoder.h45 Index <= 0 means done encoding/decoding and value = -Index,
54 int value; member in struct:vp8_token_struct
/hardware/intel/img/hwcomposer/merrifield/include/
H A DExternalDevice.h35 virtual bool setDrmMode(drmModeModeInfo& value);
/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
H A Ddatalogger_outputs.h21 void inv_get_sensor_type_temperature_float(float *value,
/hardware/libhardware/modules/input/evdev/
H A DInputHost.cpp21 void InputReport::setIntUsage(InputCollectionId id, InputUsage usage, int32_t value, argument
23 mCallbacks.input_report_set_usage_int(mHost, mReport, id, usage, value, arityIndex);
26 void InputReport::setBoolUsage(InputCollectionId id, InputUsage usage, bool value, argument
28 mCallbacks.input_report_set_usage_bool(mHost, mReport, id, usage, value, arityIndex);
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_qclient.h49 virtual android::status_t notifyCallback(uint32_t msg, uint32_t value);
/hardware/qcom/display/msm8996/libqdutils/
H A Dqd_utils.h61 int querySDEInfo(HWQueryType type, int *value);
/hardware/qcom/msm8960/kernel-headers/media/
H A Dmsm_gestures.h50 void *value; member in struct:msm_ges_ctrl_cmd
/hardware/qcom/msm8960/original-kernel-headers/media/
H A Dmsm_gestures.h55 void *value; member in struct:msm_ges_ctrl_cmd
/hardware/qcom/msm8996/kernel-headers/media/
H A Dmsm_gestures.h50 void * value; member in struct:msm_ges_ctrl_cmd
/hardware/qcom/msm8996/original-kernel-headers/media/
H A Dmsm_gestures.h43 void *value; member in struct:msm_ges_ctrl_cmd

Completed in 643 milliseconds

<<11121314151617181920>>