Home
last modified time | relevance | path

Searched refs:mp (Results 1 – 20 of 20) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/util/
DQCameraDualFOVPP.cpp435 frm_offset.mp[0].stride, frm_offset.mp[0].scanline, in process()
619 inParams.wide.width = offset.mp[0].width; in getInputParams()
620 inParams.wide.height = offset.mp[0].height; in getInputParams()
621 inParams.wide.stride = offset.mp[0].stride; in getInputParams()
622 inParams.wide.scanline = offset.mp[0].scanline; in getInputParams()
627 inParams.tele.width = offset.mp[0].width; in getInputParams()
628 inParams.tele.height = offset.mp[0].height; in getInputParams()
629 inParams.tele.stride = offset.mp[0].stride; in getInputParams()
630 inParams.tele.scanline = offset.mp[0].scanline; in getInputParams()
741 name_prefix, offset.mp[0].stride, offset.mp[0].scanline, idx); in dumpYUVtoFile()
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/test/
Dmm_jpegdec_test.c279 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()
Dmm_jpeg_test.c353 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/msm8998/QCamera2/HAL/
DQCamera2HWICallbacks.cpp531 unsigned char *uvBuf = yBuf + offset.mp[0].len; in TsMakeupProcess_Snapshot()
537 inMakeupData.yStride = offset.mp[0].stride; in TsMakeupProcess_Snapshot()
538 inMakeupData.uvStride = offset.mp[1].stride; in TsMakeupProcess_Snapshot()
589 unsigned char *uvBuf = tempOriBuf + offset.mp[0].len; in TsMakeupProcess()
602 inMakeupData.yStride = offset.mp[0].stride; in TsMakeupProcess()
603 inMakeupData.uvStride = offset.mp[1].stride; in TsMakeupProcess()
607 outMakeupData.uvBuf = tmpBuf + offset.mp[0].len; // VU buffer pointer in TsMakeupProcess()
608 outMakeupData.yStride = offset.mp[0].stride; in TsMakeupProcess()
609 outMakeupData.uvStride = offset.mp[1].stride; in TsMakeupProcess()
1033 yStride = streamInfo->buf_planes.plane_info.mp[0].stride; in sendPreviewCallback()
[all …]
DQCameraStream.cpp1406 mFrameLenOffset.frame_len, mFrameLenOffset.mp[0].stride, in getBufs()
1407 mFrameLenOffset.mp[0].scanline, numBufAlloc); in getBufs()
1653 mFrameLenOffset.mp[0].stride, in allocateBuffers()
1654 mFrameLenOffset.mp[0].scanline, in allocateBuffers()
1869 mFrameLenOffset.frame_len,mFrameLenOffset.mp[0].stride, in allocateBatchBufs()
1870 mFrameLenOffset.mp[0].scanline,mNumPlaneBufs); in allocateBatchBufs()
DQCameraPostProc.cpp609 main_offset.frame_len, main_offset.mp[0].width, main_offset.mp[0].height, in getJpegEncodingConfig()
610 main_offset.mp[0].stride, main_offset.mp[0].scanline); in getJpegEncodingConfig()
655 main_offset.mp[0].width, main_offset.mp[0].height, in getJpegEncodingConfig()
749 encode_parm.src_thumb_buf[0].offset.mp[0].width, in getJpegEncodingConfig()
750 encode_parm.src_thumb_buf[0].offset.mp[0].height, in getJpegEncodingConfig()
3672 int cbcr_offset = (int32_t)frame_offset.mp[0].len - in setYUVFrameInfo()
3676 … frame_dim.width, frame_dim.height, frame_offset.mp[0].offset, cbcr_offset, fmt_string); in setYUVFrameInfo()
DQCameraMem.cpp289 bufDef.planes_buf.planes[0].length = offset.mp[0].len; in getBufDef()
291 bufDef.planes_buf.planes[0].data_offset = offset.mp[0].offset; in getBufDef()
294 bufDef.planes_buf.planes[i].length = offset.mp[i].len; in getBufDef()
296 bufDef.planes_buf.planes[i].data_offset = offset.mp[i].offset; in getBufDef()
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3PostProc.cpp1302 int32_t temp = encodeParam.src_main_buf[0].offset.mp[0].stride; in encodeFWKData()
1303 encodeParam.src_main_buf[0].offset.mp[0].stride = in encodeFWKData()
1304 encodeParam.src_main_buf[0].offset.mp[0].scanline; in encodeFWKData()
1305 encodeParam.src_main_buf[0].offset.mp[0].scanline = temp; in encodeFWKData()
1307 temp = encodeParam.src_thumb_buf[0].offset.mp[0].stride; in encodeFWKData()
1308 encodeParam.src_thumb_buf[0].offset.mp[0].stride = in encodeFWKData()
1309 encodeParam.src_thumb_buf[0].offset.mp[0].scanline; in encodeFWKData()
1310 encodeParam.src_thumb_buf[0].offset.mp[0].scanline = temp; in encodeFWKData()
1321 encodeParam.src_main_buf[0].offset.mp[0].stride, in encodeFWKData()
1322 encodeParam.src_main_buf[0].offset.mp[0].scanline, in encodeFWKData()
[all …]
DQCamera3Mem.cpp245 bufDef.planes_buf.planes[0].length = offset.mp[0].len; in getBufDef()
247 bufDef.planes_buf.planes[0].data_offset = offset.mp[0].offset; in getBufDef()
250 bufDef.planes_buf.planes[i].length = offset.mp[i].len; in getBufDef()
252 bufDef.planes_buf.planes[i].data_offset = offset.mp[i].offset; in getBufDef()
DQCamera3HWI.cpp5150 plane.stride = streamInfo->buf_planes.plane_info.mp[i].stride * bytesPerPixel; in fillPbStreamConfig()
5151 plane.scanline = streamInfo->buf_planes.plane_info.mp[i].scanline; in fillPbStreamConfig()
11007 strides.add(buf_planes.plane_info.mp[0].stride); in initStaticMetadata()
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_rdi.c186 rdi_len = buf_planes->plane_info.mp[0].len; in mm_app_add_rdi_stream()
188 buf_planes->plane_info.mp[0].stride, buf_planes->plane_info.mp[0].scanline, in mm_app_add_rdi_stream()
189 buf_planes->plane_info.mp[0].len, buf_planes->plane_info.frame_len); in mm_app_add_rdi_stream()
Dmm_qcamera_app.c327 app_bufs[i].buf.planes_buf.planes[0].length = frame_offset_info->mp[0].len; in mm_app_alloc_bufs()
330 app_bufs[i].buf.planes_buf.planes[0].data_offset = frame_offset_info->mp[0].offset; in mm_app_alloc_bufs()
333 app_bufs[i].buf.planes_buf.planes[j].length = frame_offset_info->mp[j].len; in mm_app_alloc_bufs()
336 app_bufs[i].buf.planes_buf.planes[j].data_offset = frame_offset_info->mp[j].offset; in mm_app_alloc_bufs()
379 frame_offset_info->mp[1].offset); in mm_app_stream_initbuf()
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/src/
Dmm_jpegdec.c315 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/qcom/camera/msm8998/
DQCamera_Intf.h199 cam_mp_len_offset_t mp[8]; member
/hardware/qcom/msm8960/original-kernel-headers/media/
Dmsm_camera.h345 struct msm_pp_frame_mp mp[MAX_PLANES]; member
/hardware/qcom/msm8960/kernel-headers/media/
Dmsm_camera.h240 struct msm_pp_frame_mp mp[MAX_PLANES]; member
/hardware/qcom/msm8996/kernel-headers/media/
Dmsm_camera.h235 struct msm_pp_frame_mp mp[MAX_PLANES]; member
/hardware/qcom/msm8996/original-kernel-headers/media/
Dmsm_camera.h363 struct msm_pp_frame_mp mp[MAX_PLANES]; member
/hardware/qcom/msm8998/original-kernel-headers/media/
Dmsm_camera.h363 struct msm_pp_frame_mp mp[MAX_PLANES]; member
/hardware/qcom/msm8998/kernel-headers/media/
Dmsm_camera.h235 struct msm_pp_frame_mp mp[MAX_PLANES]; member