Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_stream.c2708 buf_planes->plane_info.mp[0].offset = 0; in mm_stream_calc_offset_preview()
2709 buf_planes->plane_info.mp[0].len = (uint32_t)(stride * scanline); in mm_stream_calc_offset_preview()
2710 buf_planes->plane_info.mp[0].offset_x = 0; in mm_stream_calc_offset_preview()
2711 buf_planes->plane_info.mp[0].offset_y = 0; in mm_stream_calc_offset_preview()
2712 buf_planes->plane_info.mp[0].stride = stride; in mm_stream_calc_offset_preview()
2713 buf_planes->plane_info.mp[0].scanline = scanline; in mm_stream_calc_offset_preview()
2714 buf_planes->plane_info.mp[0].width = dim->width; in mm_stream_calc_offset_preview()
2715 buf_planes->plane_info.mp[0].height = dim->height; in mm_stream_calc_offset_preview()
2719 buf_planes->plane_info.mp[1].offset = 0; in mm_stream_calc_offset_preview()
2720 buf_planes->plane_info.mp[1].len = in mm_stream_calc_offset_preview()
[all …]
/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.cpp1327 int32_t temp = encodeParam.src_main_buf[0].offset.mp[0].stride; in encodeFWKData()
1328 encodeParam.src_main_buf[0].offset.mp[0].stride = in encodeFWKData()
1329 encodeParam.src_main_buf[0].offset.mp[0].scanline; in encodeFWKData()
1330 encodeParam.src_main_buf[0].offset.mp[0].scanline = temp; in encodeFWKData()
1332 temp = encodeParam.src_thumb_buf[0].offset.mp[0].stride; in encodeFWKData()
1333 encodeParam.src_thumb_buf[0].offset.mp[0].stride = in encodeFWKData()
1334 encodeParam.src_thumb_buf[0].offset.mp[0].scanline; in encodeFWKData()
1335 encodeParam.src_thumb_buf[0].offset.mp[0].scanline = temp; in encodeFWKData()
1346 encodeParam.src_main_buf[0].offset.mp[0].stride, in encodeFWKData()
1347 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()
DQCamera3Channel.cpp572 uint32_t index = offset.mp[i].offset; in dumpYUV()
574 index += offset.mp[i-1].len; in dumpYUV()
576 for (int j = 0; j < offset.mp[i].height; j++) { in dumpYUV()
579 (size_t)offset.mp[i].width); in dumpYUV()
580 index += (uint32_t)offset.mp[i].stride; in dumpYUV()
2418 frame->frame_idx, offset.mp[0].stride, offset.mp[0].scanline); in dumpRawSnapshot()
2466 y * (uint32_t)offset.mp[0].stride_in_bytes / 8; in convertLegacyToRaw16()
2511 y * (uint32_t)offset.mp[0].stride_in_bytes; in convertMipiToRaw16()
DQCamera3HWI.cpp5277 plane.stride = streamInfo->buf_planes.plane_info.mp[i].stride * bytesPerPixel; in fillPbStreamConfig()
5278 plane.scanline = streamInfo->buf_planes.plane_info.mp[i].scanline; in fillPbStreamConfig()
11323 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_jpeg.c520 frame_info.cbcrStartOffset[0] = p_src_buf->offset.mp[0].len; in mm_jpeg_session_config_main_buffer_offset()
521 frame_info.cbcrStartOffset[1] = p_src_buf->offset.mp[1].len; in mm_jpeg_session_config_main_buffer_offset()
523 frame_info.yOffset = p_src_buf->offset.mp[0].offset; in mm_jpeg_session_config_main_buffer_offset()
524 frame_info.cbcrOffset[0] = p_src_buf->offset.mp[1].offset; in mm_jpeg_session_config_main_buffer_offset()
525 frame_info.cbcrOffset[1] = p_src_buf->offset.mp[2].offset; in mm_jpeg_session_config_main_buffer_offset()
1006 p_src_buf->offset.mp[0].scanline; in mm_jpeg_session_config_ports()
1008 (OMX_U32)p_src_buf->offset.mp[0].stride; in mm_jpeg_session_config_ports()
1015 p_src_buf->offset.mp[0].stride; in mm_jpeg_session_config_ports()
1017 (OMX_U32)p_src_buf->offset.mp[0].scanline; in mm_jpeg_session_config_ports()
1051 p_tmb_buf->offset.mp[0].scanline; in mm_jpeg_session_config_ports()
[all …]
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/interfaces/radio/aidl/compat/libradiocompat/sim/
DRadioSim.cpp199 int32_t serial, const aidl::CarrierRestrictions& carriers, aidl::SimLockMultiSimPolicy mp) { in setAllowedCarriers() argument
201 mHal1_5->setAllowedCarriers_1_4(serial, toHidl(carriers), V1_4::SimLockMultiSimPolicy(mp)); in setAllowedCarriers()
/hardware/qcom/camera/msm8998/
DQCamera_Intf.h199 cam_mp_len_offset_t mp[8]; member
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
Dcam_types.h602 cam_mp_len_offset_t mp[VIDEO_MAX_PLANES]; member
/hardware/interfaces/tv/tuner/assets/
Dtuner_frontend_input.es1604 !��mpS���v�<?��8I|3ȕ�T��4�L1�Q^ E�����I`mce�� ��)~\�\A��(T�������/�i>��+�|�`{����…
3074 …��Z�"�������� ”��(2����41��t���G`�����k.r�ӈ�ᅮv�� A��ś�FbS�5�8�%�mp�o�ѧ�A�@�>^��%����…
3462 …_�!���H���jK�"�P�cÿ`�}Ġ(�˃�5�aP���8����_�~���8�ֿ�X��&�K�G������Um�n�t���E3�DI@.�>mp@P�/
3692 � P6n���P�?p�!���c�4)��F�Fq�z��� ׌/��$mpō�+��޷-"��Z�u�DP�<�AF�}H_?kq��#��������P��:�…
4926 …ȅ���l|�da�n���Qݗ/޹��N���(x������s��3Mu_J�PFu]:���[U��^�^��$�z�Y)���mp[]�[�QTf ߊ�H��~4Dx>C…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/
Dkatex.mjs4138 defineSymbol(math, main, bin, "\u2213", "\\mp", true);