Searched defs:dst (Results 101 - 125 of 161) sorted by relevance

1234567

/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Ddhdu.c1525 uint8 *src, *dst; local
1537 dst = (uint8 *)ptr;
1539 if (src[i] != dst[i]) {
1541 start+i, src[i], dst[i]);
/hardware/interfaces/camera/device/3.2/default/
H A DCameraDeviceSession.cpp449 void CameraDeviceSession::ResultBatcher::moveStreamBuffer(StreamBuffer&& src, StreamBuffer& dst) { argument
453 dst = src;
454 dst.releaseFence = handle;
455 if (handle != dst.releaseFence.getNativeHandle()) {
461 StreamBuffer&& src, std::vector<StreamBuffer>& dst) {
465 dst.push_back(src);
466 dst.back().releaseFence = handle;
467 if (handle != dst.back().releaseFence.getNativeHandle()) {
1389 camera3_capture_result* dst, const camera3_capture_result* src,
1393 *dst
460 pushStreamBuffer( StreamBuffer&& src, std::vector<StreamBuffer>& dst) argument
1388 sShrinkCaptureResult( camera3_capture_result* dst, const camera3_capture_result* src, std::vector<::android::hardware::camera::common::V1_0::helper::CameraMetadata>* mds, std::vector<const camera_metadata_t*>* physCamMdArray, bool handlePhysCam) argument
[all...]
/hardware/qcom/bt/msm8909/libbt-vendor/src/
H A Dhw_ar3k.c731 void baswap(bdaddr_t *dst, const bdaddr_t *src) argument
733 register unsigned char *d = (unsigned char *) dst;
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
H A Dhw_ar3k.c733 void baswap(bdaddr_t *dst, const bdaddr_t *src) argument
735 register unsigned char *d = (unsigned char *) dst;
/hardware/qcom/bt/msm8992/libbt-vendor/src/
H A Dhw_ar3k.c731 void baswap(bdaddr_t *dst, const bdaddr_t *src) argument
733 register unsigned char *d = (unsigned char *) dst;
/hardware/qcom/bt/msm8996/libbt-vendor/src/
H A Dhw_ar3k.c735 void baswap(bdaddr_t *dst, const bdaddr_t *src) argument
737 register unsigned char *d = (unsigned char *) dst;
/hardware/qcom/bt/msm8998/libbt-vendor/src/
H A Dhw_ar3k.c737 void baswap(bdaddr_t *dst, const bdaddr_t *src) argument
739 register unsigned char *d = (unsigned char *) dst;
/hardware/qcom/camera/msm8998/QCamera2/HAL/test/
H A Dqcamera_test.cpp228 SkBitmap *dst; local
250 dst = bitmap0;
253 dst = bitmap1;
261 dstOffset = i * (unsigned int)dst->width() * mfmtMultiplier;
263 memcpy(((unsigned char *)dst->getPixels()) + dstOffset,
268 return dst;
/hardware/qcom/display/msm8084/libcopybit/
H A Dcopybit_c2d.cpp147 unsigned int dst[NUM_SURFACE_TYPES]; // dst surfaces member in struct:copybit_context_t
161 bool dst_surface_mapped; // Set when dst surface is mapped to GPU addr
162 void* dst_surface_base; // Stores the dst surface addr
636 status = msm_copybit(ctx, ctx->dst[ctx->dst_surface_type]);
638 if(LINK_c2dFlush(ctx->dst[ctx->dst_surface_type], &ctx->time_stamp)) {
644 if(LINK_c2dCreateFenceFD(ctx->dst[ctx->dst_surface_type], ctx->time_stamp,
664 int status = msm_copybit(ctx, ctx->dst[ctx->dst_surface_type]);
666 if(LINK_c2dFinish(ctx->dst[ctx->dst_surface_type])) {
701 ret = set_image(ctx, ctx->dst[RGB_SURFAC
721 set_rects(struct copybit_context_t *ctx, C2D_OBJECT *c2dObject, const struct copybit_rect_t *dst, const struct copybit_rect_t *src, const struct copybit_rect_t *scissor) argument
1083 stretch_copybit_internal( struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_image_t const *src, struct copybit_rect_t const *dst_rect, struct copybit_rect_t const *src_rect, struct copybit_region_t const *region, bool enableBlend) argument
1399 stretch_copybit( struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_image_t const *src, struct copybit_rect_t const *dst_rect, struct copybit_rect_t const *src_rect, struct copybit_region_t const *region) argument
1418 blit_copybit( struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_image_t const *src, struct copybit_region_t const *region) argument
1435 fill_color(struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_rect_t const *rect, uint32_t ) argument
[all...]
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_mdpcomp.cpp328 hwc_rect_t dst = layer->displayFrame; local
331 int dst_w = dst.right - dst.left;
332 int dst_h = dst.bottom - dst.top;
425 hwc_rect_t dst = layer->displayFrame; local
426 int x_off = dst.left - src.left;
427 int y_off = dst.top - src.top;
429 hwc_rect_t updatingRect = dst;
1281 hwc_rect_t dst local
1765 hwc_rect_t dst = layer->displayFrame; local
1783 hwc_rect_t dst = layer->displayFrame; local
1823 hwc_rect_t dst = layer->displayFrame; local
1850 hwc_rect_t dst = layer->displayFrame; local
2026 hwc_rect_t dst = layer->displayFrame; local
2100 hwc_rect_t dst = layer->displayFrame; local
[all...]
/hardware/qcom/display/msm8226/libcopybit/
H A Dcopybit_c2d.cpp147 unsigned int dst[NUM_SURFACE_TYPES]; // dst surfaces member in struct:copybit_context_t
161 bool dst_surface_mapped; // Set when dst surface is mapped to GPU addr
162 void* dst_surface_base; // Stores the dst surface addr
642 status = msm_copybit(ctx, ctx->dst[ctx->dst_surface_type]);
644 if(LINK_c2dFlush(ctx->dst[ctx->dst_surface_type], &ctx->time_stamp)) {
650 if(LINK_c2dCreateFenceFD(ctx->dst[ctx->dst_surface_type], ctx->time_stamp,
670 int status = msm_copybit(ctx, ctx->dst[ctx->dst_surface_type]);
672 if(LINK_c2dFinish(ctx->dst[ctx->dst_surface_type])) {
707 ret = set_image(ctx, ctx->dst[RGB_SURFAC
727 set_rects(struct copybit_context_t *ctx, C2D_OBJECT *c2dObject, const struct copybit_rect_t *dst, const struct copybit_rect_t *src, const struct copybit_rect_t *scissor) argument
1089 stretch_copybit_internal( struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_image_t const *src, struct copybit_rect_t const *dst_rect, struct copybit_rect_t const *src_rect, struct copybit_region_t const *region, bool enableBlend) argument
1405 stretch_copybit( struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_image_t const *src, struct copybit_rect_t const *dst_rect, struct copybit_rect_t const *src_rect, struct copybit_region_t const *region) argument
1424 blit_copybit( struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_image_t const *src, struct copybit_region_t const *region) argument
1441 fill_color(struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_rect_t const *rect, uint32_t ) argument
[all...]
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_mdpcomp.cpp353 hwc_rect_t dst = layer->displayFrame; local
357 int dst_w = dst.right - dst.left;
358 int dst_h = dst.bottom - dst.top;
511 hwc_rect_t dst = layer->displayFrame; local
512 hwc_rect_t updatingRect = dst;
518 int x_off = dst.left - src.left;
519 int y_off = dst.top - src.top;
626 hwc_rect_t dst local
1459 hwc_rect_t dst = layer->displayFrame; local
1985 hwc_rect_t dst = layer->displayFrame; local
2003 hwc_rect_t dst = layer->displayFrame; local
2043 hwc_rect_t dst = layer->displayFrame; local
2070 hwc_rect_t dst = layer->displayFrame; local
2240 hwc_rect_t dst = layer->displayFrame; local
2313 hwc_rect_t dst = layer->displayFrame; local
[all...]
/hardware/qcom/display/msm8909/libcopybit/
H A Dcopybit_c2d.cpp147 unsigned int dst[NUM_SURFACE_TYPES]; // dst surfaces member in struct:copybit_context_t
161 bool dst_surface_mapped; // Set when dst surface is mapped to GPU addr
162 void* dst_surface_base; // Stores the dst surface addr
647 status = msm_copybit(ctx, ctx->dst[ctx->dst_surface_type]);
649 if(LINK_c2dFlush(ctx->dst[ctx->dst_surface_type], &ctx->time_stamp)) {
655 if(LINK_c2dCreateFenceFD(ctx->dst[ctx->dst_surface_type], ctx->time_stamp,
675 int status = msm_copybit(ctx, ctx->dst[ctx->dst_surface_type]);
677 if(LINK_c2dFinish(ctx->dst[ctx->dst_surface_type])) {
714 ret = set_image(ctx, ctx->dst[RGB_SURFAC
734 set_rects(struct copybit_context_t *ctx, C2D_OBJECT *c2dObject, const struct copybit_rect_t *dst, const struct copybit_rect_t *src, const struct copybit_rect_t *scissor) argument
1087 stretch_copybit_internal( struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_image_t const *src, struct copybit_rect_t const *dst_rect, struct copybit_rect_t const *src_rect, struct copybit_region_t const *region, bool enableBlend) argument
1407 stretch_copybit( struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_image_t const *src, struct copybit_rect_t const *dst_rect, struct copybit_rect_t const *src_rect, struct copybit_region_t const *region) argument
1426 blit_copybit( struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_image_t const *src, struct copybit_region_t const *region) argument
1443 fill_color(struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_rect_t const *rect, uint32_t ) argument
[all...]
/hardware/qcom/display/msm8909/sdm/libs/core/
H A Ddisplay_base.cpp187 DLOGE("Invalid dst rect for GPU target layer");
207 DLOGE("GPU target layer dst rect is not with in limits gpu wxh %fx%f, mixer wxh %dx%d",
1209 LayerRect dst = LayerRect(0, 0, FLOAT(mixer_attributes_.width), FLOAT(mixer_attributes_.height)); local
1213 DisplayError error = comp_manager_->ValidateScaling(crop, dst, rotate90);
/hardware/qcom/display/msm8909w_3100/libcopybit/
H A Dcopybit_c2d.cpp147 unsigned int dst[NUM_SURFACE_TYPES]; // dst surfaces member in struct:copybit_context_t
161 bool dst_surface_mapped; // Set when dst surface is mapped to GPU addr
162 void* dst_surface_base; // Stores the dst surface addr
647 status = msm_copybit(ctx, ctx->dst[ctx->dst_surface_type]);
649 if(LINK_c2dFlush(ctx->dst[ctx->dst_surface_type], &ctx->time_stamp)) {
655 if(LINK_c2dCreateFenceFD(ctx->dst[ctx->dst_surface_type], ctx->time_stamp,
675 int status = msm_copybit(ctx, ctx->dst[ctx->dst_surface_type]);
677 if(LINK_c2dFinish(ctx->dst[ctx->dst_surface_type])) {
714 ret = set_image(ctx, ctx->dst[RGB_SURFAC
734 set_rects(struct copybit_context_t *ctx, C2D_OBJECT *c2dObject, const struct copybit_rect_t *dst, const struct copybit_rect_t *src, const struct copybit_rect_t *scissor) argument
1087 stretch_copybit_internal( struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_image_t const *src, struct copybit_rect_t const *dst_rect, struct copybit_rect_t const *src_rect, struct copybit_region_t const *region, bool enableBlend) argument
1407 stretch_copybit( struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_image_t const *src, struct copybit_rect_t const *dst_rect, struct copybit_rect_t const *src_rect, struct copybit_region_t const *region) argument
1426 blit_copybit( struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_image_t const *src, struct copybit_region_t const *region) argument
1443 fill_color(struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_rect_t const *rect, uint32_t ) argument
[all...]
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/
H A Ddisplay_base.cpp182 DLOGE("Invalid dst rect for GPU target layer");
202 DLOGE("GPU target layer dst rect is not with in limits gpu wxh %fx%f, mixer wxh %dx%d",
1188 LayerRect dst = LayerRect(0, 0, FLOAT(mixer_attributes_.width), FLOAT(mixer_attributes_.height)); local
1192 DisplayError error = comp_manager_->ValidateScaling(crop, dst, rotate90);
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
H A Dhwc_display.cpp1517 LayerRect dst = LayerRect(0, 0, FLOAT(fb_config.x_pixels), FLOAT(fb_config.y_pixels)); local
1520 client_target_layer->dst_rect = dst;
/hardware/qcom/display/msm8960/libcopybit/
H A Dcopybit_c2d.cpp149 unsigned int dst[NUM_SURFACE_TYPES]; // dst surfaces member in struct:copybit_context_t
626 status = msm_copybit(ctx, ctx->dst[ctx->dst_surface_type]);
628 if(LINK_c2dFlush(ctx->dst[ctx->dst_surface_type], &ctx->time_stamp)) {
634 if(LINK_c2dCreateFenceFD(ctx->dst[ctx->dst_surface_type], ctx->time_stamp,
654 int status = msm_copybit(ctx, ctx->dst[ctx->dst_surface_type]);
656 if(LINK_c2dFinish(ctx->dst[ctx->dst_surface_type])) {
687 ret = set_image(ctx, ctx->dst[RGB_SURFACE], buf,
696 ret = LINK_c2dFillSurface(ctx->dst[RGB_SURFACE], 0x0, &c2drect);
705 const struct copybit_rect_t *dst,
703 set_rects(struct copybit_context_t *ctx, C2D_OBJECT *c2dObject, const struct copybit_rect_t *dst, const struct copybit_rect_t *src, const struct copybit_rect_t *scissor) argument
1064 stretch_copybit_internal( struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_image_t const *src, struct copybit_rect_t const *dst_rect, struct copybit_rect_t const *src_rect, struct copybit_region_t const *region, bool enableBlend) argument
1363 stretch_copybit( struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_image_t const *src, struct copybit_rect_t const *dst_rect, struct copybit_rect_t const *src_rect, struct copybit_region_t const *region) argument
1382 blit_copybit( struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_image_t const *src, struct copybit_region_t const *region) argument
[all...]
/hardware/qcom/display/msm8994/libcopybit/
H A Dcopybit_c2d.cpp146 unsigned int dst[NUM_SURFACE_TYPES]; // dst surfaces member in struct:copybit_context_t
160 bool dst_surface_mapped; // Set when dst surface is mapped to GPU addr
161 void* dst_surface_base; // Stores the dst surface addr
645 status = msm_copybit(ctx, ctx->dst[ctx->dst_surface_type]);
647 if(LINK_c2dFlush(ctx->dst[ctx->dst_surface_type], &ctx->time_stamp)) {
653 if(LINK_c2dCreateFenceFD(ctx->dst[ctx->dst_surface_type], ctx->time_stamp,
673 int status = msm_copybit(ctx, ctx->dst[ctx->dst_surface_type]);
675 if(LINK_c2dFinish(ctx->dst[ctx->dst_surface_type])) {
710 ret = set_image(ctx, ctx->dst[RGB_SURFAC
730 set_rects(struct copybit_context_t *ctx, C2D_OBJECT *c2dObject, const struct copybit_rect_t *dst, const struct copybit_rect_t *src, const struct copybit_rect_t *scissor) argument
1092 stretch_copybit_internal( struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_image_t const *src, struct copybit_rect_t const *dst_rect, struct copybit_rect_t const *src_rect, struct copybit_region_t const *region, bool enableBlend) argument
1408 stretch_copybit( struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_image_t const *src, struct copybit_rect_t const *dst_rect, struct copybit_rect_t const *src_rect, struct copybit_region_t const *region) argument
1427 blit_copybit( struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_image_t const *src, struct copybit_region_t const *region) argument
1444 fill_color(struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_rect_t const *rect, uint32_t ) argument
[all...]
/hardware/qcom/display/msm8996/libcopybit/
H A Dcopybit_c2d.cpp147 unsigned int dst[NUM_SURFACE_TYPES]; // dst surfaces member in struct:copybit_context_t
161 bool dst_surface_mapped; // Set when dst surface is mapped to GPU addr
162 void* dst_surface_base; // Stores the dst surface addr
647 status = msm_copybit(ctx, ctx->dst[ctx->dst_surface_type]);
649 if(LINK_c2dFlush(ctx->dst[ctx->dst_surface_type], &ctx->time_stamp)) {
655 if(LINK_c2dCreateFenceFD(ctx->dst[ctx->dst_surface_type], ctx->time_stamp,
675 int status = msm_copybit(ctx, ctx->dst[ctx->dst_surface_type]);
677 if(LINK_c2dFinish(ctx->dst[ctx->dst_surface_type])) {
714 ret = set_image(ctx, ctx->dst[RGB_SURFAC
734 set_rects(struct copybit_context_t *ctx, C2D_OBJECT *c2dObject, const struct copybit_rect_t *dst, const struct copybit_rect_t *src, const struct copybit_rect_t *scissor) argument
1087 stretch_copybit_internal( struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_image_t const *src, struct copybit_rect_t const *dst_rect, struct copybit_rect_t const *src_rect, struct copybit_region_t const *region, bool enableBlend) argument
1407 stretch_copybit( struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_image_t const *src, struct copybit_rect_t const *dst_rect, struct copybit_rect_t const *src_rect, struct copybit_region_t const *region) argument
1426 blit_copybit( struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_image_t const *src, struct copybit_region_t const *region) argument
1443 fill_color(struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_rect_t const *rect, uint32_t ) argument
[all...]
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
H A Dhwc_display.cpp1301 LayerRect dst = LayerRect(0, 0, FLOAT(fb_config.x_pixels), FLOAT(fb_config.y_pixels)); local
1304 client_target_layer->dst_rect = dst;
/hardware/qcom/display/msm8998/libcopybit/
H A Dcopybit_c2d.cpp145 unsigned int dst[NUM_SURFACE_TYPES]; // dst surfaces member in struct:copybit_context_t
159 bool dst_surface_mapped; // Set when dst surface is mapped to GPU addr
160 void* dst_surface_base; // Stores the dst surface addr
645 status = msm_copybit(ctx, ctx->dst[ctx->dst_surface_type]);
647 if(LINK_c2dFlush(ctx->dst[ctx->dst_surface_type], &ctx->time_stamp)) {
653 if(LINK_c2dCreateFenceFD(ctx->dst[ctx->dst_surface_type], ctx->time_stamp,
673 int status = msm_copybit(ctx, ctx->dst[ctx->dst_surface_type]);
675 if(LINK_c2dFinish(ctx->dst[ctx->dst_surface_type])) {
712 ret = set_image(ctx, ctx->dst[RGB_SURFAC
732 set_rects(struct copybit_context_t *ctx, C2D_OBJECT *c2dObject, const struct copybit_rect_t *dst, const struct copybit_rect_t *src, const struct copybit_rect_t *scissor) argument
1085 stretch_copybit_internal( struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_image_t const *src, struct copybit_rect_t const *dst_rect, struct copybit_rect_t const *src_rect, struct copybit_region_t const *region, bool enableBlend) argument
1405 stretch_copybit( struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_image_t const *src, struct copybit_rect_t const *dst_rect, struct copybit_rect_t const *src_rect, struct copybit_region_t const *region) argument
1424 blit_copybit( struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_image_t const *src, struct copybit_region_t const *region) argument
1441 fill_color(struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_rect_t const *rect, uint32_t ) argument
[all...]
/hardware/qcom/display/msm8998/sdm/libs/core/
H A Ddisplay_base.cpp186 DLOGE("Invalid dst rect for GPU target layer");
206 DLOGE("GPU target layer dst rect is not with in limits gpu wxh %fx%f, mixer wxh %dx%d",
1207 LayerRect dst = LayerRect(0, 0, FLOAT(mixer_attributes_.width), FLOAT(mixer_attributes_.height)); local
1211 DisplayError error = comp_manager_->ValidateScaling(crop, dst, rotate90);
/hardware/qcom/display/msm8998/sdm/libs/core/fb/
H A Dhw_device.cpp1141 async_layer.dst.x = UINT32(x);
1142 async_layer.dst.y = UINT32(y);
1365 std::ostringstream dst; local
1371 dst << "+++ MDP:XLOG +++" << std::endl;
1373 dst << src.rdbuf() << std::endl;
1376 dst << "+++ MDP:REG_XLOG +++" << std::endl;
1378 dst << src.rdbuf() << std::endl;
1381 dst << "+++ MDP:DBGBUS_XLOG +++" << std::endl;
1383 dst << src.rdbuf() << std::endl;
1386 dst << "
[all...]
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
H A Dhwc_display.cpp1496 LayerRect dst = LayerRect(0, 0, FLOAT(fb_config.x_pixels), FLOAT(fb_config.y_pixels)); local
1499 client_target_layer->dst_rect = dst;

Completed in 2509 milliseconds

1234567