Searched refs:dst (Results 101 - 125 of 240) sorted by relevance

12345678910

/hardware/qcom/msm8x09/original-kernel-headers/linux/
H A Dqcedev.h108 * @dst: Array of buf_info for output/destination
112 struct buf_info dst[QCEDEV_MAX_BUFFERS]; member in struct:qcedev_vbuf_info
121 * memory for output/dst buffer
122 * @dst: Array of buf_info for output/destination
130 struct buf_info dst[QCEDEV_MAX_BUFFERS]; member in struct:qcedev_pmem_info
141 * @data_len (IN): Total Length of input/src and output/dst in bytes
172 * The final input/src and output/dst buffer pointer will be determined
/hardware/qcom/data/ipacfg-mgr/msm8998/hal/inc/
H A DIOffloadManager.h157 IpAddrPortPair dst; member in struct:IOffloadManager::ConntrackTimeoutUpdater::NatTimeoutUpdate
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_copybit.cpp433 // Copybit dst
434 copybit_image_t dst; local
435 dst.w = ALIGN(fbHandle->width,32);
436 dst.h = fbHandle->height;
437 dst.format = fbHandle->format;
438 dst.base = (void *)fbHandle->base;
439 dst.handle = (native_handle_t *)fbHandle;
448 // Copybit dst
505 // b/w src and dst (should not cross the desired scale limit
576 (dst
618 copybit_image_t dst; local
[all...]
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/msm8909/sdm/libs/core/
H A Dresource_default.h60 virtual DisplayError ValidateScaling(const LayerRect &crop, const LayerRect &dst, bool rotate90,
123 bool CalculateCropRects(const LayerRect &scissor, LayerRect *crop, LayerRect *dst);
125 DisplayError ValidateDimensions(const LayerRect &crop, const LayerRect &dst);
129 DisplayError GetScaleFactor(const LayerRect &crop, const LayerRect &dst, float *scale_x,
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/
H A Dresource_default.h60 virtual DisplayError ValidateScaling(const LayerRect &crop, const LayerRect &dst, bool rotate90,
123 bool CalculateCropRects(const LayerRect &scissor, LayerRect *crop, LayerRect *dst);
125 DisplayError ValidateDimensions(const LayerRect &crop, const LayerRect &dst);
129 DisplayError GetScaleFactor(const LayerRect &crop, const LayerRect &dst, float *scale_x,
/hardware/qcom/display/msm8996/libqdutils/
H A DqdMetaData.h125 int copyMetaData(struct private_handle_t *src, struct private_handle_t *dst);
/hardware/qcom/display/msm8996/sdm/include/private/
H A Dresource_interface.h52 virtual DisplayError ValidateScaling(const LayerRect &crop, const LayerRect &dst,
/hardware/qcom/display/msm8998/sdm/libs/core/
H A Dresource_default.h60 virtual DisplayError ValidateScaling(const LayerRect &crop, const LayerRect &dst, bool rotate90,
122 bool CalculateCropRects(const LayerRect &scissor, LayerRect *crop, LayerRect *dst);
124 DisplayError ValidateDimensions(const LayerRect &crop, const LayerRect &dst);
128 DisplayError GetScaleFactor(const LayerRect &crop, const LayerRect &dst, float *scale_x,
/hardware/libhardware/modules/camera/3_4/arc/
H A Dimage_processor.cpp314 uint8_t* dst = reinterpret_cast<uint8_t*>(yv12); local
316 uint8_t* u_dst = dst + dst_stride_y * height + dst_stride_uv * height / 2;
318 uint8_t* v_dst = dst + dst_stride_y * height;
320 return libyuv::I420Copy(src, width, u_src, width / 2, v_src, width / 2, dst,
333 uint8_t* dst = reinterpret_cast<uint8_t*>(nv21); local
336 uint8_t* vu_dst = dst + width * height;
338 memcpy(dst, src, width * height);
/hardware/google/av/media/codecs/mpeg4_h263/
H A DC2SoftMpeg4Dec.cpp397 static void copyOutputBufferToYV12Frame(uint8_t *dst, uint8_t *src, size_t dstYStride, argument
402 uint8_t *dstStart = dst;
405 memcpy(dst, src, width);
407 dst += dstYStride;
411 dst = dstStart + (dstYStride * height) + (dstUVStride * height / 2);
413 memcpy(dst, src, width / 2);
415 dst += dstUVStride;
419 dst = dstStart + (dstYStride * height);
421 memcpy(dst, src, width / 2);
423 dst
[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/intel/bootstub/
H A Dbootstub.c348 char *src, *dst; local
383 dst = (char *)mb.cmdline + strnlen((const char *)mb.cmdline, CMDLINE_SIZE) - 1;
384 *dst = ' ';
385 dst++;
390 *dst = *src;
391 dst++;
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dbcmutils.h24 #define bcm_strcpy_s(dst, noOfElements, src) strcpy((dst), (src))
25 #define bcm_strncpy_s(dst, noOfElements, src, count) strncpy((dst), (src), (count))
26 #define bcm_strcat_s(dst, noOfElements, src) strcat((dst), (src))
760 /* 128-bit xor: *dst = *src1 xor *src2. dst1, src1 and src2 may have any alignment */
762 xor_128bit_block(const uint8 *src1, const uint8 *src2, uint8 *dst) argument
768 (((uintptr)src1 | (uintptr)src2 | (uintptr)dst) & 3) == 0) {
771 ((uint32 *)dst)[
[all...]
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/
H A Dhw_hdmi.cpp832 msm_hdmi_mode_timing_info *dst = NULL; local
858 dst = cur;
859 pre_refresh_rate_diff = static_cast<int>(dst->refresh_rate) - static_cast<int>(refresh_rate);
870 dst = timing_mode;
879 GetConfigIndex(dst->video_format, config_index);
881 data->hor_front_porch = dst->front_porch_h;
882 data->hor_back_porch = dst->back_porch_h;
883 data->hor_pulse_width = dst->pulse_width_h;
884 data->clk_rate_hz = dst->pixel_freq;
887 if (dst
[all...]
/hardware/qcom/display/msm8998/sdm/libs/core/fb/
H A Dhw_hdmi.cpp820 msm_hdmi_mode_timing_info *dst = NULL; local
846 dst = cur;
847 pre_refresh_rate_diff = static_cast<int>(dst->refresh_rate) - static_cast<int>(refresh_rate);
858 dst = timing_mode;
867 GetConfigIndex(dst->video_format, config_index);
869 data->hor_front_porch = dst->front_porch_h;
870 data->hor_back_porch = dst->back_porch_h;
871 data->hor_pulse_width = dst->pulse_width_h;
872 data->clk_rate_hz = dst->pixel_freq;
875 if (dst
[all...]
/hardware/qcom/display/msm8909/sdm/libs/hwc/
H A Dblit_engine_c2d.cpp524 copybit_image_t dst; local
525 dst.handle = static_cast<native_handle_t *>(target_buffer);
526 dst.w = ALIGN(target_buffer->width, 32);
527 dst.h = ALIGN((target_buffer->height), 32);
528 dst.base = reinterpret_cast<void *>(target_buffer->base);
529 dst.format = target_buffer->format;
557 (dst.format == HAL_PIXEL_FORMAT_RGB_565) ? COPYBIT_ENABLE : COPYBIT_DISABLE);
566 int err = blit_engine_c2d_->stretch(blit_engine_c2d_, &dst, &src, &dst_rect, &src_rect,
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
H A Dblit_engine_c2d.cpp524 copybit_image_t dst; local
525 dst.handle = static_cast<native_handle_t *>(target_buffer);
526 dst.w = ALIGN(target_buffer->width, 32);
527 dst.h = ALIGN((target_buffer->height), 32);
528 dst.base = reinterpret_cast<void *>(target_buffer->base);
529 dst.format = target_buffer->format;
557 (dst.format == HAL_PIXEL_FORMAT_RGB_565) ? COPYBIT_ENABLE : COPYBIT_DISABLE);
566 int err = blit_engine_c2d_->stretch(blit_engine_c2d_, &dst, &src, &dst_rect, &src_rect,
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_copybit.cpp338 // Copybit dst
339 copybit_image_t dst; local
340 dst.w = ALIGN(fbHandle->width,32);
341 dst.h = fbHandle->height;
342 dst.format = fbHandle->format;
343 dst.base = (void *)fbHandle->base;
344 dst.handle = (native_handle_t *)fbHandle;
353 // Copybit dst
473 (dst.format == HAL_PIXEL_FORMAT_RGB_565)?
477 err = copybit->stretch(copybit, &dst,
[all...]
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_mdpcomp.cpp411 hwc_rect_t dst = layer->displayFrame; local
415 int dst_w = dst.right - dst.left;
416 int dst_h = dst.bottom - dst.top;
525 hwc_rect_t dst = layer->displayFrame; local
526 int x_off = dst.left - src.left;
527 int y_off = dst.top - src.top;
529 hwc_rect_t updatingRect = dst;
548 hwc_rect &dst) {
547 trimAgainstROI(hwc_context_t *ctx, hwc_rect &crop, hwc_rect &dst) argument
639 trimAgainstROI(hwc_context_t *ctx, hwc_rect &crop, hwc_rect &dst) argument
1781 hwc_rect_t dst = layer->displayFrame; local
2383 hwc_rect_t dst = layer->displayFrame; local
2401 hwc_rect_t dst = layer->displayFrame; local
2441 hwc_rect_t dst = layer->displayFrame; local
2468 hwc_rect_t dst = layer->displayFrame; local
2750 hwc_rect_t dst = layer->displayFrame; local
2837 hwc_rect_t dst = layer->displayFrame; local
[all...]
/hardware/qcom/display/msm8996/sdm/libs/hwc/
H A Dblit_engine_c2d.cpp509 copybit_image_t dst; local
510 dst.handle = static_cast<native_handle_t *>(target_buffer);
511 dst.w = ALIGN(target_buffer->width, 32);
512 dst.h = ALIGN((target_buffer->height), 32);
513 dst.base = reinterpret_cast<void *>(target_buffer->base);
514 dst.format = target_buffer->format;
542 (dst.format == HAL_PIXEL_FORMAT_RGB_565) ? COPYBIT_ENABLE : COPYBIT_DISABLE);
551 int err = blit_engine_c2d_->stretch(blit_engine_c2d_, &dst, &src, &dst_rect, &src_rect,
/hardware/intel/img/psb_video/src/
H A Dpsb_texture.h143 VADriverContextP ctx, unsigned char *dst, VASurfaceID surface, int src_x, int src_y, int src_w,
/hardware/interfaces/sensors/1.0/default/
H A DSensors.cpp125 SensorInfo *dst = &out[i]; local
127 convertFromSensor(*src, dst);
338 Event *dst = &(*dstVec)[i]; local
340 convertFromSensorEvent(src, dst);
H A DSensors.h75 size_t count, const sensors_event_t *src, hidl_vec<Event> *dst);
/hardware/qcom/display/msm8909/sdm/include/private/
H A Dresource_interface.h58 virtual DisplayError ValidateScaling(const LayerRect &crop, const LayerRect &dst,

Completed in 887 milliseconds

12345678910