/device/moto/shamu/camera/QCamera/HAL/usbcamcore/src/ |
D | QCameraMjpegDecode.cpp | 233 jpegd_dst_t dest; in decoder_test() local 345 dest.width = (p_args->width) ? (p_args->width) : header.main.width; in decoder_test() 346 dest.height = (p_args->height) ? (p_args->height) : header.main.height; in decoder_test() 347 dest.output_format = (jpeg_color_format_t) p_args->format; in decoder_test() 348 dest.region = p_args->region; in decoder_test() 351 output_width = dest.width; in decoder_test() 352 output_height = dest.height; in decoder_test() 358 output_width = MIN((dest.width), in decoder_test() 359 (uint32_t)(dest.region.right - dest.region.left + 1)); in decoder_test() 360 output_height = MIN((dest.height), in decoder_test() [all …]
|
/device/generic/goldfish/camera/fake-pipeline2/ |
D | JpegCompressor.cpp | 159 mCInfo.dest = &jpegDestMgr; in compress() 265 JpegDestination *dest= static_cast<JpegDestination*>(cinfo->dest); in jpegInitDestination() local 267 __FUNCTION__, dest->parent->mJpegBuffer.img, kMaxJpegSize); in jpegInitDestination() 268 dest->next_output_byte = (JOCTET*)(dest->parent->mJpegBuffer.img); in jpegInitDestination() 269 dest->free_in_buffer = kMaxJpegSize; in jpegInitDestination() 280 __FUNCTION__, cinfo->dest->free_in_buffer); in jpegTermDestination()
|
/device/moto/shamu/bdAddrLoader/ |
D | addrloader.c | 53 ArgEl dest; member 182 outArg.dest.nDataType, outArg.bPrintOut, outArg.dest.szSrc); in writeBDAddr() 186 if (outArg.dest.nDataType == ARG_TYPE_DATA_ASCII in writeBDAddr() 274 outArg.dest.nDataType = ARG_TYPE_DATA_ASCII; in main()
|
/device/google/contexthub/firmware/src/cpu/cortexm4f/ |
D | atomicBitset.c | 130 bool atomicBitsetBulkRead(struct AtomicBitset *set, uint32_t *dest, uint32_t numBits) in atomicBitsetBulkRead() argument 138 dest[idx] = atomicRead32bits(&set->words[idx]); in atomicBitsetBulkRead()
|
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/ |
D | mm_camera_channel.c | 1700 mm_channel_util_get_stream_by_handler(my_obj, config->dest[i].inst_handle); in mm_channel_config_repro_isp() 1702 CDBG_ERROR("%s: dest stream obj not found %d", __func__, config->dest[i].inst_handle); in mm_channel_config_repro_isp() 1729 repro_cmd.payload.config.dest[i].inst_handle = dest_streams[i]->inst_hdl; in mm_channel_config_repro_isp() 1731 repro_cmd.payload.config.dest[i].image_mode = in mm_channel_config_repro_isp() 1732 mm_channel_get_ext_mode_from_img_mode(config->dest[i].image_mode); in mm_channel_config_repro_isp() 1733 repro_cmd.payload.config.dest[i].format = config->dest[i].format; in mm_channel_config_repro_isp() 1734 repro_cmd.payload.config.dest[i].width = config->dest[i].width; in mm_channel_config_repro_isp() 1735 repro_cmd.payload.config.dest[i].height = config->dest[i].height; in mm_channel_config_repro_isp() 1738 repro_cmd.payload.config.dest[i].inst_handle, in mm_channel_config_repro_isp() 1739 repro_cmd.payload.config.dest[i].image_mode, in mm_channel_config_repro_isp() [all …]
|
/device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/ |
D | mm_qcamera_pp.c | 291 config.dest[0].image_mode = MM_CAMERA_PREVIEW; in prepareReprocess() 292 config.dest[0].format = pme->dim.prev_format; in prepareReprocess() 293 config.dest[0].width = pme->dim.display_width; in prepareReprocess() 294 config.dest[0].height = pme->dim.display_height; in prepareReprocess() 295 config.dest[0].inst_handle = pme->stream[MM_CAMERA_PREVIEW].id; in prepareReprocess() 296 config.dest[1].image_mode = MM_CAMERA_VIDEO; in prepareReprocess() 297 config.dest[1].format = pme->dim.enc_format; in prepareReprocess() 298 config.dest[1].width = pme->dim.video_width; in prepareReprocess() 299 config.dest[1].height = pme->dim.video_height; in prepareReprocess() 300 config.dest[1].inst_handle = pme->stream[MM_CAMERA_VIDEO].id; in prepareReprocess()
|
/device/google/contexthub/firmware/inc/ |
D | atomicBitset.h | 60 bool atomicBitsetBulkRead(struct AtomicBitset *set, uint32_t *dest, uint32_t numBits);
|
D | seos.h | 251 bool osWriteShared(void *dest, const void *src, uint32_t len);
|
/device/asus/fugu/recovery/ |
D | fw_version_check.cpp | 50 uint16_t dest; member
|
/device/google/dragon/recovery/updater/ |
D | debug_ec.c | 43 static int ec_readmem(int offset, int bytes, void *dest) in ec_readmem() argument 51 &r_mem, sizeof(r_mem), dest, bytes); in ec_readmem()
|
/device/google/contexthub/firmware/src/ |
D | seos.c | 501 bool osWriteShared(void *dest, const void *src, uint32_t len) in osWriteShared() argument 507 ret = BL.blProgramShared(dest, src, len, BL_FLASH_KEY1, BL_FLASH_KEY2); in osWriteShared()
|
/device/huawei/angler/camera/ |
D | QCamera_Intf.h | 1064 mm_camera_repro_config_data_t dest[MM_CAMERA_MAX_NUM_REPROCESS_DEST]; member
|
/device/moto/shamu/camera/ |
D | QCamera_Intf.h | 1064 mm_camera_repro_config_data_t dest[MM_CAMERA_MAX_NUM_REPROCESS_DEST]; member
|
/device/lge/bullhead/camera/ |
D | QCamera_Intf.h | 1064 mm_camera_repro_config_data_t dest[MM_CAMERA_MAX_NUM_REPROCESS_DEST]; member
|
/device/moto/shamu/camera/QCamera/HAL/core/src/ |
D | QCameraHWI.cpp | 1731 uint32_t *dest; in processStatsEvent() local
|