/hardware/qcom/display/msm8084/libcopybit/ |
H A D | software_converter.h | 50 struct copybit_image_t const *rhs); 62 struct copybit_image_t const *rhs);
|
H A D | software_converter.cpp | 183 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 D | copybit_c2d.cpp | 494 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 D | software_converter.h | 50 struct copybit_image_t const *rhs); 62 struct copybit_image_t const *rhs);
|
H A D | software_converter.cpp | 183 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 D | copybit_c2d.cpp | 500 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 D | software_converter.h | 50 struct copybit_image_t const *rhs); 62 struct copybit_image_t const *rhs);
|
H A D | software_converter.cpp | 183 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 D | copybit_c2d.cpp | 499 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 D | software_converter.h | 50 struct copybit_image_t const *rhs); 62 struct copybit_image_t const *rhs);
|
H A D | software_converter.cpp | 182 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 D | copybit.cpp | 112 /** 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 D | copybit_c2d.cpp | 484 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 D | software_converter.h | 50 struct copybit_image_t const *rhs); 62 struct copybit_image_t const *rhs);
|
H A D | software_converter.cpp | 183 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 D | copybit_c2d.cpp | 503 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 D | software_converter.h | 50 struct copybit_image_t const *rhs); 62 struct copybit_image_t const *rhs);
|
H A D | software_converter.cpp | 183 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 D | copybit_c2d.cpp | 501 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/libhardware/modules/input/evdev/ |
H A D | InputHost.h | 46 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/intel/img/hwcomposer/merrifield/include/ |
H A D | DisplayPlaneManager.h | 33 inline bool operator<(const ZOrderLayer& rhs) const { 34 return zorder < rhs.zorder; 47 int do_compare(const void* lhs, const void* rhs) const { 49 const ZOrderLayer *r = *(ZOrderLayer**)rhs;
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/ |
H A D | DisplayPlaneManager.h | 33 inline bool operator<(const ZOrderLayer& rhs) const { 34 return zorder < rhs.zorder; 47 int do_compare(const void* lhs, const void* rhs) const { 49 const ZOrderLayer *r = *(ZOrderLayer**)rhs;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
H A D | register_state_check.h | 26 inline bool operator==(const M128A& lhs, const M128A& rhs) { argument 27 return (lhs.Low == rhs.Low && lhs.High == rhs.High);
|
/hardware/intel/img/hwcomposer/merrifield/common/base/ |
H A D | HwcLayerList.h | 75 virtual int do_compare(const void* lhs, const void* rhs) const { 77 const HwcLayer* r = *(HwcLayer**)rhs; 86 virtual int do_compare(const void* lhs, const void* rhs) const { 88 const HwcLayer* r = *(HwcLayer**)rhs;
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/ |
H A D | HwcLayerList.h | 74 virtual int do_compare(const void* lhs, const void* rhs) const { 76 const HwcLayer* r = *(HwcLayer**)rhs; 85 virtual int do_compare(const void* lhs, const void* rhs) const { 87 const HwcLayer* r = *(HwcLayer**)rhs;
|