Searched defs:rhs (Results 1 - 25 of 25) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dregister_state_check.h26 inline bool operator==(const M128A& lhs, const M128A& rhs) { argument
27 return (lhs.Low == rhs.Low && lhs.High == rhs.High);
/hardware/libhardware/modules/input/evdev/
H A DInputHost.h46 InputHostBase(const InputHostBase& rhs) = delete; member in class:android::InputHostBase
47 InputHostBase(InputHostBase&& rhs) = delete; member in class:android::InputHostBase
67 InputReport(const InputReport& rhs) = delete; member in class:android::InputReport
68 InputReport& operator=(const InputReport& rhs) = delete; member in class:android::InputReport
88 InputReportDefinition(const InputReportDefinition& rhs) = delete; member in class:android::InputReportDefinition
89 InputReportDefinition& operator=(const InputReportDefinition& rhs) = delete; member in class:android::InputReportDefinition
105 InputDeviceDefinition(const InputDeviceDefinition& rhs) = delete; member in class:android::InputDeviceDefinition
106 InputDeviceDefinition& operator=(const InputDeviceDefinition& rhs) = delete; member in class:android::InputDeviceDefinition
123 InputProperty(const InputProperty& rhs) = delete; member in class:android::InputProperty
124 InputProperty& operator=(const InputProperty& rhs) member in class:android::InputProperty
141 InputPropertyMap(const InputPropertyMap& rhs) = delete; member in class:android::InputPropertyMap
142 InputPropertyMap& operator=(const InputPropertyMap& rhs) = delete; member in class:android::InputPropertyMap
186 InputHost(const InputHost& rhs) = delete; member in class:android::InputHost
187 InputHost& operator=(const InputHost& rhs) = delete; member in class:android::InputHost
[all...]
/hardware/qcom/display/msm8084/libcopybit/
H A Dsoftware_converter.cpp183 struct copybit_image_t const *rhs)
186 if (!hnd || !rhs) {
187 ALOGE("%s: invalid inputs hnd=%p rhs=%p", __FUNCTION__, hnd, rhs);
192 private_handle_t *dst_hnd = (private_handle_t *)rhs->handle;
195 info.width = rhs->w;
196 info.height = rhs->h;
199 switch(rhs->format) {
212 rhs->format);
229 struct copybit_image_t const *rhs)
182 convert_yuv_c2d_to_yuv_android(private_handle_t *hnd, struct copybit_image_t const *rhs) argument
228 convert_yuv_android_to_yuv_c2d(private_handle_t *hnd, struct copybit_image_t const *rhs) argument
[all...]
H A Dcopybit.cpp114 /** Determine the intersection of lhs & rhs store in out */
117 const struct copybit_rect_t *rhs) {
118 out->l = max(lhs->l, rhs->l);
119 out->t = max(lhs->t, rhs->t);
120 out->r = min(lhs->r, rhs->r);
121 out->b = min(lhs->b, rhs->b);
147 static void set_image(struct mdp_img *img, const struct copybit_image_t *rhs) argument
149 private_handle_t* hnd = (private_handle_t*)rhs->handle;
154 img->width = rhs->w;
155 img->height = rhs
115 intersect(struct copybit_rect_t *out, const struct copybit_rect_t *lhs, const struct copybit_rect_t *rhs) argument
[all...]
H A Dcopybit_c2d.cpp494 const struct copybit_image_t *rhs,
497 struct private_handle_t* handle = (struct private_handle_t*)rhs->handle;
505 c2d_format = get_c2d_format_for_yuv_destination(rhs->format);
507 c2d_format = get_format(rhs->format);
531 if(is_supported_rgb_format(rhs->format) == COPYBIT_SUCCESS) {
542 surfaceDef.width = rhs->w;
543 surfaceDef.height = rhs->h;
553 } else if (is_supported_yuv_format(rhs->format) == COPYBIT_SUCCESS) {
560 info.width = rhs->w;
561 info.height = rhs
493 set_image(copybit_context_t* ctx, uint32 surfaceId, const struct copybit_image_t *rhs, const eC2DFlags flags, int &mapped_idx) argument
1032 copy_image(private_handle_t *src_handle, struct copybit_image_t const *rhs, eConversionType conversionType) argument
[all...]
/hardware/qcom/display/msm8226/libcopybit/
H A Dsoftware_converter.cpp183 struct copybit_image_t const *rhs)
186 if (!hnd || !rhs) {
187 ALOGE("%s: invalid inputs hnd=%p rhs=%p", __FUNCTION__, hnd, rhs);
192 private_handle_t *dst_hnd = (private_handle_t *)rhs->handle;
195 info.width = rhs->w;
196 info.height = rhs->h;
199 switch(rhs->format) {
212 rhs->format);
229 struct copybit_image_t const *rhs)
182 convert_yuv_c2d_to_yuv_android(private_handle_t *hnd, struct copybit_image_t const *rhs) argument
228 convert_yuv_android_to_yuv_c2d(private_handle_t *hnd, struct copybit_image_t const *rhs) argument
[all...]
H A Dcopybit.cpp114 /** Determine the intersection of lhs & rhs store in out */
117 const struct copybit_rect_t *rhs) {
118 out->l = max(lhs->l, rhs->l);
119 out->t = max(lhs->t, rhs->t);
120 out->r = min(lhs->r, rhs->r);
121 out->b = min(lhs->b, rhs->b);
147 static void set_image(struct mdp_img *img, const struct copybit_image_t *rhs) argument
149 private_handle_t* hnd = (private_handle_t*)rhs->handle;
154 img->width = rhs->w;
155 img->height = rhs
115 intersect(struct copybit_rect_t *out, const struct copybit_rect_t *lhs, const struct copybit_rect_t *rhs) argument
[all...]
H A Dcopybit_c2d.cpp500 const struct copybit_image_t *rhs,
503 struct private_handle_t* handle = (struct private_handle_t*)rhs->handle;
511 c2d_format = get_c2d_format_for_yuv_destination(rhs->format);
513 c2d_format = get_format(rhs->format);
537 if(is_supported_rgb_format(rhs->format) == COPYBIT_SUCCESS) {
548 surfaceDef.width = rhs->w;
549 surfaceDef.height = rhs->h;
559 } else if (is_supported_yuv_format(rhs->format) == COPYBIT_SUCCESS) {
566 info.width = rhs->w;
567 info.height = rhs
499 set_image(copybit_context_t* ctx, uint32 surfaceId, const struct copybit_image_t *rhs, const eC2DFlags flags, int &mapped_idx) argument
1038 copy_image(private_handle_t *src_handle, struct copybit_image_t const *rhs, eConversionType conversionType) argument
[all...]
/hardware/qcom/display/msm8909/libcopybit/
H A Dsoftware_converter.cpp183 struct copybit_image_t const *rhs)
186 if (!hnd || !rhs) {
187 ALOGE("%s: invalid inputs hnd=%p rhs=%p", __FUNCTION__, hnd, rhs);
192 private_handle_t *dst_hnd = (private_handle_t *)rhs->handle;
195 info.width = rhs->w;
196 info.height = rhs->h;
199 switch(rhs->format) {
212 rhs->format);
229 struct copybit_image_t const *rhs)
182 convert_yuv_c2d_to_yuv_android(private_handle_t *hnd, struct copybit_image_t const *rhs) argument
228 convert_yuv_android_to_yuv_c2d(private_handle_t *hnd, struct copybit_image_t const *rhs) argument
[all...]
H A Dcopybit.cpp116 /** Determine the intersection of lhs & rhs store in out */
119 const struct copybit_rect_t *rhs) {
120 out->l = max(lhs->l, rhs->l);
121 out->t = max(lhs->t, rhs->t);
122 out->r = min(lhs->r, rhs->r);
123 out->b = min(lhs->b, rhs->b);
153 static void set_image(struct mdp_img *img, const struct copybit_image_t *rhs) argument
155 private_handle_t* hnd = (private_handle_t*)rhs->handle;
160 img->width = rhs->w;
161 img->height = rhs
117 intersect(struct copybit_rect_t *out, const struct copybit_rect_t *lhs, const struct copybit_rect_t *rhs) argument
[all...]
H A Dcopybit_c2d.cpp499 const struct copybit_image_t *rhs,
502 struct private_handle_t* handle = (struct private_handle_t*)rhs->handle;
510 c2d_format = get_c2d_format_for_yuv_destination(rhs->format);
512 c2d_format = get_format(rhs->format);
536 if(is_supported_rgb_format(rhs->format) == COPYBIT_SUCCESS) {
547 surfaceDef.width = rhs->w;
548 surfaceDef.height = rhs->h;
558 } else if (is_supported_yuv_format(rhs->format) == COPYBIT_SUCCESS) {
565 info.width = rhs->w;
566 info.height = rhs
498 set_image(copybit_context_t* ctx, uint32 surfaceId, const struct copybit_image_t *rhs, const eC2DFlags flags, int &mapped_idx) argument
1016 copy_image(private_handle_t *src_handle, struct copybit_image_t const *rhs, eConversionType conversionType) argument
[all...]
/hardware/qcom/display/msm8960/libcopybit/
H A Dsoftware_converter.cpp182 struct copybit_image_t const *rhs)
185 if (!hnd || !rhs) {
186 ALOGE("%s: invalid inputs hnd=%p rhs=%p", __FUNCTION__, hnd, rhs);
191 private_handle_t *dst_hnd = (private_handle_t *)rhs->handle;
194 info.width = rhs->w;
195 info.height = rhs->h;
198 switch(rhs->format) {
211 rhs->format);
228 struct copybit_image_t const *rhs)
181 convert_yuv_c2d_to_yuv_android(private_handle_t *hnd, struct copybit_image_t const *rhs) argument
227 convert_yuv_android_to_yuv_c2d(private_handle_t *hnd, struct copybit_image_t const *rhs) argument
[all...]
H A Dcopybit.cpp112 /** Determine the intersection of lhs & rhs store in out */
115 const struct copybit_rect_t *rhs) {
116 out->l = max(lhs->l, rhs->l);
117 out->t = max(lhs->t, rhs->t);
118 out->r = min(lhs->r, rhs->r);
119 out->b = min(lhs->b, rhs->b);
141 static void set_image(struct mdp_img *img, const struct copybit_image_t *rhs) argument
143 private_handle_t* hnd = (private_handle_t*)rhs->handle;
148 img->width = rhs->w;
149 img->height = rhs
113 intersect(struct copybit_rect_t *out, const struct copybit_rect_t *lhs, const struct copybit_rect_t *rhs) argument
[all...]
H A Dcopybit_c2d.cpp484 const struct copybit_image_t *rhs,
487 struct private_handle_t* handle = (struct private_handle_t*)rhs->handle;
495 c2d_format = get_c2d_format_for_yuv_destination(rhs->format);
497 c2d_format = get_format(rhs->format);
521 if(is_supported_rgb_format(rhs->format) == COPYBIT_SUCCESS) {
532 surfaceDef.width = rhs->w;
533 surfaceDef.height = rhs->h;
543 } else if (is_supported_yuv_format(rhs->format) == COPYBIT_SUCCESS) {
550 info.width = rhs->w;
551 info.height = rhs
483 set_image(copybit_context_t* ctx, uint32 surfaceId, const struct copybit_image_t *rhs, const eC2DFlags flags, int &mapped_idx) argument
1012 copy_image(private_handle_t *src_handle, struct copybit_image_t const *rhs, eConversionType conversionType) argument
[all...]
/hardware/qcom/display/msm8994/libcopybit/
H A Dsoftware_converter.cpp183 struct copybit_image_t const *rhs)
186 if (!hnd || !rhs) {
187 ALOGE("%s: invalid inputs hnd=%p rhs=%p", __FUNCTION__, hnd, rhs);
192 private_handle_t *dst_hnd = (private_handle_t *)rhs->handle;
195 info.width = rhs->w;
196 info.height = rhs->h;
199 switch(rhs->format) {
212 rhs->format);
229 struct copybit_image_t const *rhs)
182 convert_yuv_c2d_to_yuv_android(private_handle_t *hnd, struct copybit_image_t const *rhs) argument
228 convert_yuv_android_to_yuv_c2d(private_handle_t *hnd, struct copybit_image_t const *rhs) argument
[all...]
H A Dcopybit.cpp115 /** Determine the intersection of lhs & rhs store in out */
118 const struct copybit_rect_t *rhs) {
119 out->l = max(lhs->l, rhs->l);
120 out->t = max(lhs->t, rhs->t);
121 out->r = min(lhs->r, rhs->r);
122 out->b = min(lhs->b, rhs->b);
150 static void set_image(struct mdp_img *img, const struct copybit_image_t *rhs) argument
152 private_handle_t* hnd = (private_handle_t*)rhs->handle;
157 img->width = rhs->w;
158 img->height = rhs
116 intersect(struct copybit_rect_t *out, const struct copybit_rect_t *lhs, const struct copybit_rect_t *rhs) argument
[all...]
H A Dcopybit_c2d.cpp503 const struct copybit_image_t *rhs,
506 struct private_handle_t* handle = (struct private_handle_t*)rhs->handle;
514 c2d_format = get_c2d_format_for_yuv_destination(rhs->format);
516 c2d_format = get_format(rhs->format);
540 if(is_supported_rgb_format(rhs->format) == COPYBIT_SUCCESS) {
551 surfaceDef.width = rhs->w;
552 surfaceDef.height = rhs->h;
562 } else if (is_supported_yuv_format(rhs->format) == COPYBIT_SUCCESS) {
569 info.width = rhs->w;
570 info.height = rhs
502 set_image(copybit_context_t* ctx, uint32 surfaceId, const struct copybit_image_t *rhs, const eC2DFlags flags, int &mapped_idx) argument
1041 copy_image(private_handle_t *src_handle, struct copybit_image_t const *rhs, eConversionType conversionType) argument
[all...]
/hardware/qcom/display/msm8996/libcopybit/
H A Dsoftware_converter.cpp183 struct copybit_image_t const *rhs)
186 if (!hnd || !rhs) {
187 ALOGE("%s: invalid inputs hnd=%p rhs=%p", __FUNCTION__, hnd, rhs);
192 private_handle_t *dst_hnd = (private_handle_t *)rhs->handle;
195 info.width = rhs->w;
196 info.height = rhs->h;
199 switch(rhs->format) {
212 rhs->format);
229 struct copybit_image_t const *rhs)
182 convert_yuv_c2d_to_yuv_android(private_handle_t *hnd, struct copybit_image_t const *rhs) argument
228 convert_yuv_android_to_yuv_c2d(private_handle_t *hnd, struct copybit_image_t const *rhs) argument
[all...]
H A Dcopybit.cpp116 /** Determine the intersection of lhs & rhs store in out */
119 const struct copybit_rect_t *rhs) {
120 out->l = max(lhs->l, rhs->l);
121 out->t = max(lhs->t, rhs->t);
122 out->r = min(lhs->r, rhs->r);
123 out->b = min(lhs->b, rhs->b);
156 static void set_image(struct mdp_img *img, const struct copybit_image_t *rhs) argument
158 private_handle_t* hnd = (private_handle_t*)rhs->handle;
163 img->width = rhs->w;
164 img->height = rhs
117 intersect(struct copybit_rect_t *out, const struct copybit_rect_t *lhs, const struct copybit_rect_t *rhs) argument
[all...]
H A Dcopybit_c2d.cpp501 const struct copybit_image_t *rhs,
504 struct private_handle_t* handle = (struct private_handle_t*)rhs->handle;
512 c2d_format = get_c2d_format_for_yuv_destination(rhs->format);
514 c2d_format = get_format(rhs->format);
538 if(is_supported_rgb_format(rhs->format) == COPYBIT_SUCCESS) {
553 surfaceDef.width = rhs->w;
554 surfaceDef.height = rhs->h;
564 } else if (is_supported_yuv_format(rhs->format) == COPYBIT_SUCCESS) {
571 info.width = rhs->w;
572 info.height = rhs
500 set_image(copybit_context_t* ctx, uint32 surfaceId, const struct copybit_image_t *rhs, const eC2DFlags flags, int &mapped_idx) argument
1036 copy_image(private_handle_t *src_handle, struct copybit_image_t const *rhs, eConversionType conversionType) argument
[all...]
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.cpp1101 bool operator ==(const hwc_rect_t& lhs, const hwc_rect_t& rhs) { argument
1102 if(lhs.left == rhs.left && lhs.top == rhs.top &&
1103 lhs.right == rhs.right && lhs.bottom == rhs.bottom )
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_utils.cpp1386 bool operator ==(const hwc_rect_t& lhs, const hwc_rect_t& rhs) { argument
1387 if(lhs.left == rhs.left && lhs.top == rhs.top &&
1388 lhs.right == rhs.right && lhs.bottom == rhs.bottom )
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_utils.cpp1319 bool operator ==(const hwc_rect_t& lhs, const hwc_rect_t& rhs) { argument
1320 if(lhs.left == rhs.left && lhs.top == rhs.top &&
1321 lhs.right == rhs.right && lhs.bottom == rhs.bottom )
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc2360 bool String::CStringEquals(const char * lhs, const char * rhs) { argument
2361 if ( lhs == NULL ) return rhs == NULL;
2363 if ( rhs == NULL ) return false;
2365 return strcmp(lhs, rhs) == 0;
2555 const FloatingPoint<RawType> lhs(val1), rhs(val2);
2556 if (lhs.AlmostEquals(rhs)) {
3021 bool String::WideCStringEquals(const wchar_t * lhs, const wchar_t * rhs) { argument
3022 if (lhs == NULL) return rhs == NULL;
3024 if (rhs == NULL) return false;
3026 return wcscmp(lhs, rhs)
3066 CaseInsensitiveCStringEquals(const char * lhs, const char * rhs) argument
3086 CaseInsensitiveWideCStringEquals(const wchar_t* lhs, const wchar_t* rhs) argument
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h3423 static bool CStringEquals(const char* lhs, const char* rhs);
3437 static bool WideCStringEquals(const wchar_t* lhs, const wchar_t* rhs);
3446 const char* rhs);
3461 const wchar_t* rhs);
3549 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { } argument
3555 FilePath& operator=(const FilePath& rhs) { argument
3556 Set(rhs);
3560 void Set(const FilePath& rhs) { argument
3561 pathname_ = rhs
7849 ArrayEq(const T& lhs, const U& rhs) argument
7861 ArrayEq(const T* lhs, size_t size, const U* rhs) argument
7937 NativeArray(const NativeArray& rhs) argument
[all...]

Completed in 411 milliseconds