Home
last modified time | relevance | path

Searched refs:dst (Results 1 – 11 of 11) sorted by relevance

/device/asus/fugu/libaudio/
DAudioOutput.cpp422 int *dst = (int*)output; in convert_16PCM_to_24PCM() local
432 dst[i*2] = ((int)( x & 0x0000FFFF)) << 8; in convert_16PCM_to_24PCM()
434 dst[i*2] = dst[i*2] << 8; in convert_16PCM_to_24PCM()
435 dst[i*2] = dst[i*2] >> 8; in convert_16PCM_to_24PCM()
437 dst[i*2 + 1] = (int)(( x & 0xFFFF0000) >> 8); in convert_16PCM_to_24PCM()
438 dst[i*2 + 1] = dst[i*2 + 1] << 8; in convert_16PCM_to_24PCM()
439 dst[i*2 + 1] = dst[i*2 + 1] >> 8; in convert_16PCM_to_24PCM()
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/
DglUtils.h51 void glUtilsPackPointerData(unsigned char *dst, unsigned char *str,
86 template <class T> void shiftIndices(T *src, T *dst, int count, int offset) in shiftIndices() argument
89 *dst = *src + offset; in shiftIndices()
90 dst++; in shiftIndices()
DglUtils.cpp331 void glUtilsPackPointerData(unsigned char *dst, unsigned char *src, in glUtilsPackPointerData() argument
339 memcpy(dst, src, datalen); in glUtilsPackPointerData()
342 memcpy(dst, src, vsize); in glUtilsPackPointerData()
343 dst += vsize; in glUtilsPackPointerData()
/device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
Dmm_qcamera_display.c190 e->dst.width = vinfo.xres; in test_app_camframe_callback()
191 e->dst.height = vinfo.yres; in test_app_camframe_callback()
192 e->dst.format = MDP_RGB_565; in test_app_camframe_callback()
193 e->dst.offset = 0; in test_app_camframe_callback()
194 e->dst.memory_id = fb_fd; in test_app_camframe_callback()
472 e->dst.width = vinfo.xres; in v4l2_render()
473 e->dst.height = vinfo.yres; in v4l2_render()
474 e->dst.format = MDP_RGB_565; in v4l2_render()
475 e->dst.offset = 0; in v4l2_render()
476 e->dst.memory_id = fb_fd; in v4l2_render()
[all …]
/device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
Dmm_qcamera_display.c189 e->dst.width = vinfo.xres; in test_app_camframe_callback()
190 e->dst.height = vinfo.yres; in test_app_camframe_callback()
191 e->dst.format = MDP_RGB_565; in test_app_camframe_callback()
192 e->dst.offset = 0; in test_app_camframe_callback()
193 e->dst.memory_id = fb_fd; in test_app_camframe_callback()
471 e->dst.width = vinfo.xres; in v4l2_render()
472 e->dst.height = vinfo.yres; in v4l2_render()
473 e->dst.format = MDP_RGB_565; in v4l2_render()
474 e->dst.offset = 0; in v4l2_render()
475 e->dst.memory_id = fb_fd; in v4l2_render()
[all …]
/device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_app.c599 void* dst; in add_parm_entry_tobatch() local
605 dst = get_pointer_of(paramType, p_table); in add_parm_entry_tobatch()
606 if(dst){ in add_parm_entry_tobatch()
607 memcpy(dst, paramValue, paramLength); in add_parm_entry_tobatch()
867 void* dst; in AddSetParmEntryToBatch() local
876 dst = get_pointer_of(paramType,p_table); in AddSetParmEntryToBatch()
877 if(dst){ in AddSetParmEntryToBatch()
878 memcpy(dst, paramValue, paramLength); in AddSetParmEntryToBatch()
903 void* dst; in ReadSetParmEntryToBatch() local
905 dst = get_pointer_of(paramType,p_table); in ReadSetParmEntryToBatch()
[all …]
/device/generic/goldfish/opengl/system/gralloc/
Dgralloc.cpp755 char *dst = tmpBuf; in gralloc_unlock() local
757 memcpy(dst, src, dst_line_len); in gralloc_unlock()
759 dst += dst_line_len; in gralloc_unlock()
/device/moto/shamu/camera/QCamera2/HAL/test/
Dqcamera_test.cpp264 SkBitmap *dst; in PiPCopyToOneFile() local
285 dst = bitmap0; in PiPCopyToOneFile()
288 dst = bitmap1; in PiPCopyToOneFile()
296 dstOffset = i*(dst->width())*mfmtMultiplier; in PiPCopyToOneFile()
298 memcpy(((unsigned char *) dst->getPixels())+dstOffset, in PiPCopyToOneFile()
303 return dst; in PiPCopyToOneFile()
/device/moto/shamu/camera/QCamera2/HAL/
DQCameraParameters.cpp8398 void* dst; in AddSetParmEntryToBatch() local
8415 dst = get_pointer_of(paramType, p_table); in AddSetParmEntryToBatch()
8416 if (NULL != dst) { in AddSetParmEntryToBatch()
8417 memcpy(dst, paramValue, paramLength); in AddSetParmEntryToBatch()
/device/moto/shamu/camera/QCamera2/HAL3/
DQCamera3HWI.cpp5164 void* dst; in AddSetParmEntryToBatch() local
5179 dst = get_pointer_of(paramType, p_table); in AddSetParmEntryToBatch()
5180 if(NULL != dst){ in AddSetParmEntryToBatch()
5181 memcpy(dst, paramValue, paramLength); in AddSetParmEntryToBatch()
/device/lge/mako/camera/
DQualcommCameraHardware.cpp6657 e->dst.width = previewWidth; in native_zoom_image()
6658 e->dst.height = previewHeight; in native_zoom_image()
6659 e->dst.format = MDP_Y_CBCR_H2V2; in native_zoom_image()
6660 e->dst.offset = dstOffSet; in native_zoom_image()
6661 e->dst.memory_id = fd; in native_zoom_image()