Home
last modified time | relevance | path

Searched refs:rhs (Results 1 – 25 of 26) sorted by relevance

12

/hardware/qcom/display/msm8974/libcopybit/
Dsoftware_converter.cpp182 struct copybit_image_t const *rhs) in convert_yuv_c2d_to_yuv_android() argument
185 if (!hnd || !rhs) { in convert_yuv_c2d_to_yuv_android()
186 ALOGE("%s: invalid inputs hnd=%p rhs=%p", __FUNCTION__, hnd, rhs); in convert_yuv_c2d_to_yuv_android()
191 private_handle_t *dst_hnd = (private_handle_t *)rhs->handle; in convert_yuv_c2d_to_yuv_android()
194 info.width = rhs->w; in convert_yuv_c2d_to_yuv_android()
195 info.height = rhs->h; in convert_yuv_c2d_to_yuv_android()
198 switch(rhs->format) { in convert_yuv_c2d_to_yuv_android()
211 rhs->format); in convert_yuv_c2d_to_yuv_android()
228 struct copybit_image_t const *rhs) in convert_yuv_android_to_yuv_c2d() argument
230 if (!hnd || !rhs) { in convert_yuv_android_to_yuv_c2d()
[all …]
Dsoftware_converter.h50 struct copybit_image_t const *rhs);
62 struct copybit_image_t const *rhs);
Dcopybit.cpp117 const struct copybit_rect_t *rhs) { in intersect() argument
118 out->l = max(lhs->l, rhs->l); in intersect()
119 out->t = max(lhs->t, rhs->t); in intersect()
120 out->r = min(lhs->r, rhs->r); in intersect()
121 out->b = min(lhs->b, rhs->b); in intersect()
144 static void set_image(struct mdp_img *img, const struct copybit_image_t *rhs) in set_image() argument
146 private_handle_t* hnd = (private_handle_t*)rhs->handle; in set_image()
151 img->width = rhs->w; in set_image()
152 img->height = rhs->h; in set_image()
153 img->format = get_format(rhs->format); in set_image()
Dcopybit_c2d.cpp495 const struct copybit_image_t *rhs, in set_image() argument
498 struct private_handle_t* handle = (struct private_handle_t*)rhs->handle; in set_image()
506 c2d_format = get_c2d_format_for_yuv_destination(rhs->format); in set_image()
508 c2d_format = get_format(rhs->format); in set_image()
532 if(is_supported_rgb_format(rhs->format) == COPYBIT_SUCCESS) { in set_image()
543 surfaceDef.width = rhs->w; in set_image()
544 surfaceDef.height = rhs->h; in set_image()
554 } else if (is_supported_yuv_format(rhs->format) == COPYBIT_SUCCESS) { in set_image()
561 info.width = rhs->w; in set_image()
562 info.height = rhs->h; in set_image()
[all …]
/hardware/qcom/display/msm8960/libcopybit/
Dsoftware_converter.cpp182 struct copybit_image_t const *rhs) in convert_yuv_c2d_to_yuv_android() argument
185 if (!hnd || !rhs) { in convert_yuv_c2d_to_yuv_android()
186 ALOGE("%s: invalid inputs hnd=%p rhs=%p", __FUNCTION__, hnd, rhs); in convert_yuv_c2d_to_yuv_android()
191 private_handle_t *dst_hnd = (private_handle_t *)rhs->handle; in convert_yuv_c2d_to_yuv_android()
194 info.width = rhs->w; in convert_yuv_c2d_to_yuv_android()
195 info.height = rhs->h; in convert_yuv_c2d_to_yuv_android()
198 switch(rhs->format) { in convert_yuv_c2d_to_yuv_android()
211 rhs->format); in convert_yuv_c2d_to_yuv_android()
228 struct copybit_image_t const *rhs) in convert_yuv_android_to_yuv_c2d() argument
230 if (!hnd || !rhs) { in convert_yuv_android_to_yuv_c2d()
[all …]
Dsoftware_converter.h50 struct copybit_image_t const *rhs);
62 struct copybit_image_t const *rhs);
Dcopybit.cpp115 const struct copybit_rect_t *rhs) { in intersect() argument
116 out->l = max(lhs->l, rhs->l); in intersect()
117 out->t = max(lhs->t, rhs->t); in intersect()
118 out->r = min(lhs->r, rhs->r); in intersect()
119 out->b = min(lhs->b, rhs->b); in intersect()
141 static void set_image(struct mdp_img *img, const struct copybit_image_t *rhs) in set_image() argument
143 private_handle_t* hnd = (private_handle_t*)rhs->handle; in set_image()
148 img->width = rhs->w; in set_image()
149 img->height = rhs->h; in set_image()
150 img->format = get_format(rhs->format); in set_image()
Dcopybit_c2d.cpp484 const struct copybit_image_t *rhs, in set_image() argument
487 struct private_handle_t* handle = (struct private_handle_t*)rhs->handle; in set_image()
495 c2d_format = get_c2d_format_for_yuv_destination(rhs->format); in set_image()
497 c2d_format = get_format(rhs->format); in set_image()
521 if(is_supported_rgb_format(rhs->format) == COPYBIT_SUCCESS) { in set_image()
532 surfaceDef.width = rhs->w; in set_image()
533 surfaceDef.height = rhs->h; in set_image()
543 } else if (is_supported_yuv_format(rhs->format) == COPYBIT_SUCCESS) { in set_image()
550 info.width = rhs->w; in set_image()
551 info.height = rhs->h; in set_image()
[all …]
/hardware/qcom/display/msm8084/libcopybit/
Dsoftware_converter.cpp183 struct copybit_image_t const *rhs) in convert_yuv_c2d_to_yuv_android() argument
186 if (!hnd || !rhs) { in convert_yuv_c2d_to_yuv_android()
187 ALOGE("%s: invalid inputs hnd=%p rhs=%p", __FUNCTION__, hnd, rhs); in convert_yuv_c2d_to_yuv_android()
192 private_handle_t *dst_hnd = (private_handle_t *)rhs->handle; in convert_yuv_c2d_to_yuv_android()
195 info.width = rhs->w; in convert_yuv_c2d_to_yuv_android()
196 info.height = rhs->h; in convert_yuv_c2d_to_yuv_android()
199 switch(rhs->format) { in convert_yuv_c2d_to_yuv_android()
212 rhs->format); in convert_yuv_c2d_to_yuv_android()
229 struct copybit_image_t const *rhs) in convert_yuv_android_to_yuv_c2d() argument
231 if (!hnd || !rhs) { in convert_yuv_android_to_yuv_c2d()
[all …]
Dsoftware_converter.h50 struct copybit_image_t const *rhs);
62 struct copybit_image_t const *rhs);
Dcopybit_c2d.cpp494 const struct copybit_image_t *rhs, in set_image() argument
497 struct private_handle_t* handle = (struct private_handle_t*)rhs->handle; in set_image()
505 c2d_format = get_c2d_format_for_yuv_destination(rhs->format); in set_image()
507 c2d_format = get_format(rhs->format); in set_image()
531 if(is_supported_rgb_format(rhs->format) == COPYBIT_SUCCESS) { in set_image()
542 surfaceDef.width = rhs->w; in set_image()
543 surfaceDef.height = rhs->h; in set_image()
553 } else if (is_supported_yuv_format(rhs->format) == COPYBIT_SUCCESS) { in set_image()
560 info.width = rhs->w; in set_image()
561 info.height = rhs->h; in set_image()
[all …]
Dcopybit.cpp117 const struct copybit_rect_t *rhs) { in intersect() argument
118 out->l = max(lhs->l, rhs->l); in intersect()
119 out->t = max(lhs->t, rhs->t); in intersect()
120 out->r = min(lhs->r, rhs->r); in intersect()
121 out->b = min(lhs->b, rhs->b); in intersect()
147 static void set_image(struct mdp_img *img, const struct copybit_image_t *rhs) in set_image() argument
149 private_handle_t* hnd = (private_handle_t*)rhs->handle; in set_image()
154 img->width = rhs->w; in set_image()
155 img->height = rhs->h; in set_image()
156 img->format = get_format(rhs->format); in set_image()
/hardware/qcom/display/msm8226/libcopybit/
Dsoftware_converter.cpp183 struct copybit_image_t const *rhs) in convert_yuv_c2d_to_yuv_android() argument
186 if (!hnd || !rhs) { in convert_yuv_c2d_to_yuv_android()
187 ALOGE("%s: invalid inputs hnd=%p rhs=%p", __FUNCTION__, hnd, rhs); in convert_yuv_c2d_to_yuv_android()
192 private_handle_t *dst_hnd = (private_handle_t *)rhs->handle; in convert_yuv_c2d_to_yuv_android()
195 info.width = rhs->w; in convert_yuv_c2d_to_yuv_android()
196 info.height = rhs->h; in convert_yuv_c2d_to_yuv_android()
199 switch(rhs->format) { in convert_yuv_c2d_to_yuv_android()
212 rhs->format); in convert_yuv_c2d_to_yuv_android()
229 struct copybit_image_t const *rhs) in convert_yuv_android_to_yuv_c2d() argument
231 if (!hnd || !rhs) { in convert_yuv_android_to_yuv_c2d()
[all …]
Dsoftware_converter.h50 struct copybit_image_t const *rhs);
62 struct copybit_image_t const *rhs);
Dcopybit_c2d.cpp500 const struct copybit_image_t *rhs, in set_image() argument
503 struct private_handle_t* handle = (struct private_handle_t*)rhs->handle; in set_image()
511 c2d_format = get_c2d_format_for_yuv_destination(rhs->format); in set_image()
513 c2d_format = get_format(rhs->format); in set_image()
537 if(is_supported_rgb_format(rhs->format) == COPYBIT_SUCCESS) { in set_image()
548 surfaceDef.width = rhs->w; in set_image()
549 surfaceDef.height = rhs->h; in set_image()
559 } else if (is_supported_yuv_format(rhs->format) == COPYBIT_SUCCESS) { in set_image()
566 info.width = rhs->w; in set_image()
567 info.height = rhs->h; in set_image()
[all …]
Dcopybit.cpp117 const struct copybit_rect_t *rhs) { in intersect() argument
118 out->l = max(lhs->l, rhs->l); in intersect()
119 out->t = max(lhs->t, rhs->t); in intersect()
120 out->r = min(lhs->r, rhs->r); in intersect()
121 out->b = min(lhs->b, rhs->b); in intersect()
147 static void set_image(struct mdp_img *img, const struct copybit_image_t *rhs) in set_image() argument
149 private_handle_t* hnd = (private_handle_t*)rhs->handle; in set_image()
154 img->width = rhs->w; in set_image()
155 img->height = rhs->h; in set_image()
156 img->format = get_format(rhs->format); in set_image()
/hardware/intel/img/hwcomposer/include/
DDisplayPlaneManager.h33 inline bool operator<(const ZOrderLayer& rhs) const {
34 return zorder < rhs.zorder;
47 int do_compare(const void* lhs, const void* rhs) const { in do_compare() argument
49 const ZOrderLayer *r = *(ZOrderLayer**)rhs; in do_compare()
/hardware/intel/img/hwcomposer/common/base/
DHwcLayerList.h74 virtual int do_compare(const void* lhs, const void* rhs) const { in do_compare() argument
76 const HwcLayer* r = *(HwcLayer**)rhs; in do_compare()
85 virtual int do_compare(const void* lhs, const void* rhs) const { in do_compare() argument
87 const HwcLayer* r = *(HwcLayer**)rhs; in do_compare()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dregister_state_check.h26 inline bool operator==(const M128A& lhs, const M128A& rhs) {
27 return (lhs.Low == rhs.Low && lhs.High == rhs.High);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
Dgtest-all.cc2360 bool String::CStringEquals(const char * lhs, const char * rhs) { in CStringEquals() argument
2361 if ( lhs == NULL ) return rhs == NULL; in CStringEquals()
2363 if ( rhs == NULL ) return false; in CStringEquals()
2365 return strcmp(lhs, rhs) == 0; in CStringEquals()
2555 const FloatingPoint<RawType> lhs(val1), rhs(val2); in FloatingPointLE() local
2556 if (lhs.AlmostEquals(rhs)) { in FloatingPointLE()
3021 bool String::WideCStringEquals(const wchar_t * lhs, const wchar_t * rhs) { in WideCStringEquals() argument
3022 if (lhs == NULL) return rhs == NULL; in WideCStringEquals()
3024 if (rhs == NULL) return false; in WideCStringEquals()
3026 return wcscmp(lhs, rhs) == 0; in WideCStringEquals()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
Dcpplint.py3216 rhs = ''
3245 rhs = matched.group(2)
3262 if not (lhs and operator and rhs):
3267 if rhs.find('&&') > -1 or rhs.find('||') > -1:
3277 rhs = rhs.strip()
3279 if Match(match_constant, lhs) or Match(match_constant, rhs):
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
Dmkvparser.cpp4418 void Chapters::Edition::ShallowCopy(Edition& rhs) const in ShallowCopy()
4420 rhs.m_atoms = m_atoms; in ShallowCopy()
4421 rhs.m_atoms_size = m_atoms_size; in ShallowCopy()
4422 rhs.m_atoms_count = m_atoms_count; in ShallowCopy()
4599 void Chapters::Atom::ShallowCopy(Atom& rhs) const in ShallowCopy()
4601 rhs.m_string_uid = m_string_uid; in ShallowCopy()
4602 rhs.m_uid = m_uid; in ShallowCopy()
4603 rhs.m_start_timecode = m_start_timecode; in ShallowCopy()
4604 rhs.m_stop_timecode = m_stop_timecode; in ShallowCopy()
4606 rhs.m_displays = m_displays; in ShallowCopy()
[all …]
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_utils.cpp1100 bool operator ==(const hwc_rect_t& lhs, const hwc_rect_t& rhs) { in operator ==() argument
1101 if(lhs.left == rhs.left && lhs.top == rhs.top && in operator ==()
1102 lhs.right == rhs.right && lhs.bottom == rhs.bottom ) in operator ==()
Dhwc_utils.h292 bool operator ==(const hwc_rect_t& lhs, const hwc_rect_t& rhs);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
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_) { }
3555 FilePath& operator=(const FilePath& rhs) {
3556 Set(rhs);
3560 void Set(const FilePath& rhs) {
3561 pathname_ = rhs.pathname_;
7288 bool AlmostEquals(const FloatingPoint& rhs) const {
[all …]

12