Home
last modified time | relevance | path

Searched refs:dest (Results 1 – 15 of 15) sorted by relevance

/device/moto/shamu/camera/QCamera/HAL/usbcamcore/src/
DQCameraMjpegDecode.cpp233 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/
DJpegCompressor.cpp159 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/
Daddrloader.c53 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/
DatomicBitset.c130 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/
Dmm_camera_channel.c1700 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/
Dmm_qcamera_pp.c291 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/
DatomicBitset.h60 bool atomicBitsetBulkRead(struct AtomicBitset *set, uint32_t *dest, uint32_t numBits);
Dseos.h251 bool osWriteShared(void *dest, const void *src, uint32_t len);
/device/asus/fugu/recovery/
Dfw_version_check.cpp50 uint16_t dest; member
/device/google/dragon/recovery/updater/
Ddebug_ec.c43 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/
Dseos.c501 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/
DQCamera_Intf.h1064 mm_camera_repro_config_data_t dest[MM_CAMERA_MAX_NUM_REPROCESS_DEST]; member
/device/moto/shamu/camera/
DQCamera_Intf.h1064 mm_camera_repro_config_data_t dest[MM_CAMERA_MAX_NUM_REPROCESS_DEST]; member
/device/lge/bullhead/camera/
DQCamera_Intf.h1064 mm_camera_repro_config_data_t dest[MM_CAMERA_MAX_NUM_REPROCESS_DEST]; member
/device/moto/shamu/camera/QCamera/HAL/core/src/
DQCameraHWI.cpp1731 uint32_t *dest; in processStatsEvent() local