Searched refs:other (Results 1 - 25 of 33) sorted by relevance

12

/hardware/intel/common/libmix/videoencoder/
H A DVideoEncoderDef.h180 CirParams &operator=(const CirParams &other) { argument
181 if (this == &other) return *this;
183 this->cir_num_mbs = other.cir_num_mbs;
193 AirParams &operator=(const AirParams &other) { argument
194 if (this == &other) return *this;
196 this->airMBs= other.airMBs;
197 this->airThreshold= other.airThreshold;
198 this->airAuto = other.airAuto;
207 VideoFrameRate &operator=(const VideoFrameRate &other) { argument
208 if (this == &other) retur
220 operator =(const VideoResolution &other) argument
244 operator =(const VideoRateControlParams &other) argument
269 operator =(const SliceNum &other) argument
292 operator =(const Cropping &other) argument
307 operator =(const SamplingAspectRatio &other) argument
354 operator =(const VideoParamConfigSet &other) argument
389 operator =(const VideoParamsCommon &other) argument
440 operator =(const VideoParamsAVC &other) argument
[all...]
/hardware/interfaces/camera/common/1.0/default/include/
H A DCameraMetadata.h51 CameraMetadata(const CameraMetadata &other);
56 CameraMetadata &operator=(const CameraMetadata &other);
98 * Acquires raw buffer from other CameraMetadata object. After the call, the argument
101 void acquire(CameraMetadata &other);
106 status_t append(const CameraMetadata &other);
111 status_t append(const camera_metadata* other);
177 * Swap the underlying camera metadata between this and the other
180 void swap(CameraMetadata &other);
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
H A DVehiclePropertyStore.cpp28 bool VehiclePropertyStore::RecordId::operator==(const VehiclePropertyStore::RecordId& other) const {
29 return prop == other.prop && area == other.area && token == other.token;
32 bool VehiclePropertyStore::RecordId::operator<(const VehiclePropertyStore::RecordId& other) const {
33 return prop < other.prop
34 || (prop == other.prop && area < other.area)
35 || (prop == other.prop && area == other
[all...]
/hardware/interfaces/camera/common/1.0/default/
H A DCameraMetadata.cpp46 CameraMetadata::CameraMetadata(const CameraMetadata &other) : argument
48 mBuffer = clone_camera_metadata(other.mBuffer);
56 CameraMetadata &CameraMetadata::operator=(const CameraMetadata &other) { argument
57 return operator=(other.mBuffer);
132 void CameraMetadata::acquire(CameraMetadata &other) { argument
137 acquire(other.release());
140 status_t CameraMetadata::append(const CameraMetadata &other) { argument
141 return append(other.mBuffer);
144 status_t CameraMetadata::append(const camera_metadata_t* other) { argument
149 size_t extraEntries = get_camera_metadata_entry_count(other);
452 swap(CameraMetadata& other) argument
[all...]
/hardware/interfaces/keymaster/3.0/vts/functional/
H A Dauthorization_set.h47 AuthorizationSet(const AuthorizationSet& other) : data_(other.data_) {} argument
50 AuthorizationSet(AuthorizationSet&& other) : data_(std::move(other.data_)) {} argument
53 AuthorizationSet(const hidl_vec<KeyParameter>& other) { *this = other; } argument
56 AuthorizationSet& operator=(const AuthorizationSet& other) { argument
57 data_ = other.data_;
62 AuthorizationSet& operator=(AuthorizationSet&& other) { argument
63 data_ = std::move(other
67 operator =(const hidl_vec<KeyParameter>& other) argument
[all...]
H A Dauthorization_set.cpp59 // One is the prefix of the other, so the longer wins
117 void AuthorizationSet::Union(const AuthorizationSet& other) { argument
118 data_.insert(data_.end(), other.data_.begin(), other.data_.end());
122 void AuthorizationSet::Subtract(const AuthorizationSet& other) { argument
125 auto i = other.begin();
126 while (i != other.end()) {
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
H A DVehiclePropertyStore.h58 bool operator==(const RecordId& other) const;
59 bool operator<(const RecordId& other) const;
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
H A DTriState.h28 TriState(const TriState<T> &other) : mIsSet(other.mIsSet), mValue(other.mValue) { } argument
49 TriState<T>& operator=(const TriState<T> &other) { argument
50 mIsSet = other.mIsSet;
51 mValue = other.mValue;
/hardware/intel/common/libmix/mix_common/
H A Dmixcommon.spec13 MIX Common contains common classes, datatype, header files used by other MIX components
/hardware/interfaces/graphics/composer/2.1/default/
H A DComposerClient.h38 BufferCacheEntry(BufferCacheEntry&& other);
40 BufferCacheEntry(const BufferCacheEntry& other) = delete; member in class:android::hardware::graphics::composer::V2_1::implementation::BufferCacheEntry
41 BufferCacheEntry& operator=(const BufferCacheEntry& other) = delete; member in class:android::hardware::graphics::composer::V2_1::implementation::BufferCacheEntry
/hardware/qcom/gps/
H A DAndroid.mk24 #For all other targets
/hardware/intel/img/psb_video/src/
H A Dtng_enc_trace.c637 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t\t i32BitsPerMB=%d\n", data->sInParams.mode.other.i32BitsPerMB);
642 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t\t i32BitsPerGOP=%d\n", data->sInParams.mode.other.i32BitsPerGOP);
643 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t\t ui16AvQPVal=%d\n", data->sInParams.mode.other.ui16AvQPVal);
644 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t\t ui16MyInitQP=%d\n",data->sInParams.mode.other.ui16MyInitQP);
648 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t\t bBUSkipDisable=%d\n",data->sInParams.mode.other.bBUSkipDisable);
654 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t\t ui8HalfFrame=%d\n", data->sInParams.mode.other.ui8HalfFrameRate);
655 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t\t ui8FCode=%d\n", data->sInParams.mode.other.ui8FCode);
H A Dtng_trace.c850 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t\t i32BitsPerMB=%d\n", data->sInParams.mode.other.i32BitsPerMB);
855 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t\t i32BitsPerGOP=%d\n", data->sInParams.mode.other.i32BitsPerGOP);
856 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t\t ui16AvQPVal=%d\n", data->sInParams.mode.other.ui16AvQPVal);
857 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t\t ui16MyInitQP=%d\n",data->sInParams.mode.other.ui16MyInitQP);
861 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t\t bBUSkipDisable=%d\n",data->sInParams.mode.other.bBUSkipDisable);
867 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t\t ui8HalfFrame=%d\n", data->sInParams.mode.other.ui8HalfFrameRate);
868 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t\t ui8FCode=%d\n", data->sInParams.mode.other.ui8FCode);
/hardware/ril/include/telephony/
H A Dril_cdma_sms.h156 39 (other terminal problem) are reported. */
511 RIL_CDMA_SMS_UdhOther other; member in union:__anon4478::__anon4479
740 /* All the other values are reserved */
791 ** wms_ts_decode_cdma_bd_with_other() for details regarding 'other' parameters
793 RIL_CDMA_SMS_OtherParm other; member in struct:__anon4496
/hardware/interfaces/keymaster/3.0/default/
H A DKeymasterDevice.cpp266 KmParamSet(KmParamSet&& other) : keymaster_key_param_set_t{other.params, other.length} { argument
267 other.length = 0;
268 other.params = nullptr;
/hardware/qcom/display/msm8994/libhwcomposer/
H A DHWC2On1Adapter.h272 bool merge(const Config& other);
430 // anything other than IDENTITY, we have to fall back to client
501 bool operator==(const Layer& other) { return mId == other.mId; } argument
502 bool operator!=(const Layer& other) { return !(*this == other); } argument
/hardware/interfaces/camera/device/
H A DREADME.md75 Callback interface for sending completed captures and other asynchronous events
/hardware/interfaces/media/omx/1.0/vts/functional/
H A DREADME.md4 The scope of the tests presented here is not restricted solely to testing omx hal @ 1.0 API but also test to omx core functionality and to an extent omx components as well. The current directory contains the following folders: audio, common, component, master and video. Besides common all other folders contain test fixtures for testing AV decoder, encoder components. Common constitutes files that are used across by these test applications.
/hardware/libhardware/modules/sensors/dynamic_sensor/
H A DAndroid.mk41 # hosts other sensors: add dependency on sensors.dynamic_sensor_hal in device level makefile and
/hardware/qcom/media/msm8974/mm-core/omxcore/
H A DAndroid.mk10 # documentation and/or other materials provided with the distribution.
/hardware/invensense/65xx/libsensors_iio/
H A DAndroid.mk150 # it's already defined in some other Makefile for production builds
/hardware/qcom/media/msm8974/mm-core/inc/
H A DOMX_Component.h82 OMX_OTHER_PORTDEFINITIONTYPE other; member in union:OMX_PARAM_PORTDEFINITIONTYPE::__anon2915
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/
H A DOMX_Component.h82 OMX_OTHER_PORTDEFINITIONTYPE other; member in union:OMX_PARAM_PORTDEFINITIONTYPE::__anon2924
/hardware/qcom/media/msm8996/mm-core/inc/
H A DOMX_Component.h82 OMX_OTHER_PORTDEFINITIONTYPE other; member in union:OMX_PARAM_PORTDEFINITIONTYPE::__anon2973
/hardware/qcom/media/msm8998/mm-core/inc/
H A DOMX_Component.h82 OMX_OTHER_PORTDEFINITIONTYPE other; member in union:OMX_PARAM_PORTDEFINITIONTYPE::__anon3023

Completed in 2910 milliseconds

12