/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_stream.c | 2356 buf_planes->plane_info.mp[0].offset = 0; in mm_stream_calc_offset_preview() 2357 buf_planes->plane_info.mp[0].len = (uint32_t)(stride * scanline); in mm_stream_calc_offset_preview() 2358 buf_planes->plane_info.mp[0].offset_x = 0; in mm_stream_calc_offset_preview() 2359 buf_planes->plane_info.mp[0].offset_y = 0; in mm_stream_calc_offset_preview() 2360 buf_planes->plane_info.mp[0].stride = stride; in mm_stream_calc_offset_preview() 2361 buf_planes->plane_info.mp[0].scanline = scanline; in mm_stream_calc_offset_preview() 2362 buf_planes->plane_info.mp[0].width = dim->width; in mm_stream_calc_offset_preview() 2363 buf_planes->plane_info.mp[0].height = dim->height; in mm_stream_calc_offset_preview() 2367 buf_planes->plane_info.mp[1].offset = 0; in mm_stream_calc_offset_preview() 2368 buf_planes->plane_info.mp[1].len = in mm_stream_calc_offset_preview() [all …]
|
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/test/ |
D | mm_jpegdec_test.c | 279 p_params->dest_buf[0].offset.mp[0].len = (uint32_t)size; in decode_init() 280 p_params->dest_buf[0].offset.mp[1].len = in decode_init() 282 p_params->dest_buf[0].offset.mp[0].stride = CEILING16(p_input->width); in decode_init() 283 p_params->dest_buf[0].offset.mp[0].scanline = CEILING16(p_input->height); in decode_init() 284 p_params->dest_buf[0].offset.mp[1].stride = CEILING16(p_input->width); in decode_init() 285 p_params->dest_buf[0].offset.mp[1].scanline = CEILING16(p_input->height); in decode_init()
|
D | mm_jpeg_test.c | 353 p_params->src_main_buf[i].offset.mp[0].len = (uint32_t)size; in encode_init() 354 p_params->src_main_buf[i].offset.mp[0].stride = p_input->width; in encode_init() 355 p_params->src_main_buf[i].offset.mp[0].scanline = p_input->height; in encode_init() 356 p_params->src_main_buf[i].offset.mp[1].len = (uint32_t)(size >> 1); in encode_init() 364 p_params->src_thumb_buf[i].offset.mp[0].len = (uint32_t)size; in encode_init() 365 p_params->src_thumb_buf[i].offset.mp[0].stride = p_input->width; in encode_init() 366 p_params->src_thumb_buf[i].offset.mp[0].scanline = p_input->height; in encode_init() 367 p_params->src_thumb_buf[i].offset.mp[1].len = (uint32_t)(size >> 1); in encode_init()
|
/hardware/qcom/camera/QCamera2/HAL/ |
D | QCamera2HWICallbacks.cpp | 528 unsigned char *uvBuf = yBuf + offset.mp[0].len; in TsMakeupProcess_Snapshot() 534 inMakeupData.yStride = offset.mp[0].stride; in TsMakeupProcess_Snapshot() 535 inMakeupData.uvStride = offset.mp[1].stride; in TsMakeupProcess_Snapshot() 586 unsigned char *uvBuf = tempOriBuf + offset.mp[0].len; in TsMakeupProcess() 599 inMakeupData.yStride = offset.mp[0].stride; in TsMakeupProcess() 600 inMakeupData.uvStride = offset.mp[1].stride; in TsMakeupProcess() 604 outMakeupData.uvBuf = tmpBuf + offset.mp[0].len; // VU buffer pointer in TsMakeupProcess() 605 outMakeupData.yStride = offset.mp[0].stride; in TsMakeupProcess() 606 outMakeupData.uvStride = offset.mp[1].stride; in TsMakeupProcess() 999 yStride = streamInfo->buf_planes.plane_info.mp[0].stride; in sendPreviewCallback() [all …]
|
D | QCameraStream.cpp | 1286 mFrameLenOffset.frame_len, mFrameLenOffset.mp[0].stride, in getBufs() 1287 mFrameLenOffset.mp[0].scanline, numBufAlloc); in getBufs() 1533 mFrameLenOffset.mp[0].stride, in allocateBuffers() 1534 mFrameLenOffset.mp[0].scanline, in allocateBuffers() 1747 mFrameLenOffset.frame_len,mFrameLenOffset.mp[0].stride, in allocateBatchBufs() 1748 mFrameLenOffset.mp[0].scanline,mNumPlaneBufs); in allocateBatchBufs()
|
D | QCameraMem.cpp | 281 bufDef.planes_buf.planes[0].length = offset.mp[0].len; in getBufDef() 283 bufDef.planes_buf.planes[0].data_offset = offset.mp[0].offset; in getBufDef() 286 bufDef.planes_buf.planes[i].length = offset.mp[i].len; in getBufDef() 288 bufDef.planes_buf.planes[i].data_offset = offset.mp[i].offset; in getBufDef()
|
D | QCameraPostProc.cpp | 571 main_offset.mp[0].width, main_offset.mp[0].height, in getJpegEncodingConfig() 637 thumb_offset.mp[0].width, thumb_offset.mp[0].height, in getJpegEncodingConfig() 3299 int cbcr_offset = (int32_t)frame_offset.mp[0].len - in setYUVFrameInfo() 3303 … frame_dim.width, frame_dim.height, frame_offset.mp[0].offset, cbcr_offset, fmt_string); in setYUVFrameInfo()
|
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_rdi.c | 183 rdi_len = buf_planes->plane_info.mp[0].len; in mm_app_add_rdi_stream() 185 buf_planes->plane_info.mp[0].stride, buf_planes->plane_info.mp[0].scanline, in mm_app_add_rdi_stream() 186 buf_planes->plane_info.mp[0].len, buf_planes->plane_info.frame_len); in mm_app_add_rdi_stream()
|
D | mm_qcamera_app.c | 323 app_bufs[i].buf.planes_buf.planes[0].length = frame_offset_info->mp[0].len; in mm_app_alloc_bufs() 326 app_bufs[i].buf.planes_buf.planes[0].data_offset = frame_offset_info->mp[0].offset; in mm_app_alloc_bufs() 329 app_bufs[i].buf.planes_buf.planes[j].length = frame_offset_info->mp[j].len; in mm_app_alloc_bufs() 332 app_bufs[i].buf.planes_buf.planes[j].data_offset = frame_offset_info->mp[j].offset; in mm_app_alloc_bufs() 375 frame_offset_info->mp[1].offset); in mm_app_stream_initbuf()
|
/hardware/qcom/camera/QCamera2/HAL3/ |
D | QCamera3Mem.cpp | 242 bufDef.planes_buf.planes[0].length = offset.mp[0].len; in getBufDef() 244 bufDef.planes_buf.planes[0].data_offset = offset.mp[0].offset; in getBufDef() 247 bufDef.planes_buf.planes[i].length = offset.mp[i].len; in getBufDef() 249 bufDef.planes_buf.planes[i].data_offset = offset.mp[i].offset; in getBufDef()
|
D | QCamera3PostProc.cpp | 1451 int32_t temp = encodeParam.src_main_buf[0].offset.mp[0].stride; in encodeData() 1452 encodeParam.src_main_buf[0].offset.mp[0].stride = in encodeData() 1453 encodeParam.src_main_buf[0].offset.mp[0].scanline; in encodeData() 1454 encodeParam.src_main_buf[0].offset.mp[0].scanline = temp; in encodeData() 1456 temp = encodeParam.src_thumb_buf[0].offset.mp[0].stride; in encodeData() 1457 encodeParam.src_thumb_buf[0].offset.mp[0].stride = in encodeData() 1458 encodeParam.src_thumb_buf[0].offset.mp[0].scanline; in encodeData() 1459 encodeParam.src_thumb_buf[0].offset.mp[0].scanline = temp; in encodeData() 1474 encodeParam.src_main_buf[0].offset.mp[0].stride, in encodeData() 1475 encodeParam.src_main_buf[0].offset.mp[0].scanline, in encodeData() [all …]
|
D | QCamera3Channel.cpp | 555 uint32_t index = offset.mp[i].offset; in dumpYUV() 557 index += offset.mp[i-1].len; in dumpYUV() 559 for (int j = 0; j < offset.mp[i].height; j++) { in dumpYUV() 562 (size_t)offset.mp[i].width); in dumpYUV() 563 index += (uint32_t)offset.mp[i].stride; in dumpYUV() 2096 frame->frame_idx, offset.mp[0].stride, offset.mp[0].scanline); in dumpRawSnapshot() 2143 y * (uint32_t)offset.mp[0].stride_in_bytes / 8; in convertLegacyToRaw16() 2186 y * (uint32_t)offset.mp[0].stride_in_bytes; in convertMipiToRaw16()
|
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/ |
D | mm_jpeg.c | 443 frame_info.cbcrStartOffset[0] = p_src_buf->offset.mp[0].len; in mm_jpeg_session_config_main_buffer_offset() 444 frame_info.cbcrStartOffset[1] = p_src_buf->offset.mp[1].len; in mm_jpeg_session_config_main_buffer_offset() 445 frame_info.yOffset = p_src_buf->offset.mp[0].offset; in mm_jpeg_session_config_main_buffer_offset() 446 frame_info.cbcrOffset[0] = p_src_buf->offset.mp[1].offset; in mm_jpeg_session_config_main_buffer_offset() 447 frame_info.cbcrOffset[1] = p_src_buf->offset.mp[2].offset; in mm_jpeg_session_config_main_buffer_offset() 887 p_src_buf->offset.mp[0].stride; in mm_jpeg_session_config_ports() 889 (OMX_U32)p_src_buf->offset.mp[0].scanline; in mm_jpeg_session_config_ports() 910 p_tmb_buf->offset.mp[0].stride; in mm_jpeg_session_config_ports() 912 (OMX_U32)p_tmb_buf->offset.mp[0].scanline; in mm_jpeg_session_config_ports() 1173 p_frame_info->cbcrStartOffset[0] = p_tmb_buf->offset.mp[0].len; in mm_jpeg_session_config_thumbnail() [all …]
|
D | mm_jpegdec.c | 315 p_src_buf->offset.mp[0].stride; in mm_jpegdec_session_config_ports() 317 (OMX_U32)p_src_buf->offset.mp[0].scanline; in mm_jpegdec_session_config_ports() 584 p_params->dest_buf[p_jobparams->dst_index].offset.mp[0].scanline; in mm_jpegdec_session_decode() 586 p_params->dest_buf[p_jobparams->dst_index].offset.mp[0].stride; in mm_jpegdec_session_decode()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/x86inc/ |
D | x86inc.asm | 389 %xdefine %1mp r %+ %%i %+ mp 530 %define r%1mp dword r%1m
|
/hardware/qcom/camera/ |
D | QCamera_Intf.h | 199 cam_mp_len_offset_t mp[8]; member
|
/hardware/qcom/msm8960/original-kernel-headers/media/ |
D | msm_camera.h | 345 struct msm_pp_frame_mp mp[MAX_PLANES]; member
|
/hardware/qcom/msm8960/kernel-headers/media/ |
D | msm_camera.h | 240 struct msm_pp_frame_mp mp[MAX_PLANES]; member
|
/hardware/qcom/camera/QCamera2/stack/common/ |
D | cam_types.h | 512 cam_mp_len_offset_t mp[VIDEO_MAX_PLANES]; member
|
/hardware/qcom/msm8996/kernel-headers/media/ |
D | msm_camera.h | 245 struct msm_pp_frame_mp mp[MAX_PLANES]; member
|
/hardware/qcom/msm8996/original-kernel-headers/media/ |
D | msm_camera.h | 371 struct msm_pp_frame_mp mp[MAX_PLANES]; member
|