Searched refs:buf_planes (Results 1 – 9 of 9) sorted by relevance
85 cam_stream_buf_plane_info_t *buf_planes);88 cam_stream_buf_plane_info_t *buf_planes);93 cam_stream_buf_plane_info_t *buf_planes);97 cam_stream_buf_plane_info_t *buf_planes);99 cam_stream_buf_plane_info_t *buf_planes);102 cam_stream_buf_plane_info_t *buf_planes);2037 cam_stream_buf_plane_info_t *buf_planes) in mm_stream_calc_offset_preview() argument2046 buf_planes->plane_info.num_planes = 2; in mm_stream_calc_offset_preview()2051 buf_planes->plane_info.mp[0].offset = 0; in mm_stream_calc_offset_preview()2052 buf_planes->plane_info.mp[0].len = (uint32_t)(stride * scanline); in mm_stream_calc_offset_preview()[all …]
780 cam_stream_buf_plane_info_t *buf_planes);784 cam_stream_buf_plane_info_t *buf_planes);789 cam_stream_buf_plane_info_t *buf_planes);794 cam_stream_buf_plane_info_t *buf_planes);797 cam_stream_buf_plane_info_t *buf_planes);801 cam_stream_buf_plane_info_t *buf_planes);805 cam_stream_buf_plane_info_t *buf_planes);810 cam_stream_buf_plane_info_t *buf_planes);
478 cam_stream_buf_plane_info_t buf_planes; member
98 cam_stream_buf_plane_info_t *buf_planes; in mm_app_add_rdi_stream() local158 buf_planes = &stream->s_config.stream_info->buf_planes; in mm_app_add_rdi_stream()159 rdi_len = buf_planes->plane_info.mp[0].len; in mm_app_add_rdi_stream()161 buf_planes->plane_info.mp[0].stride, buf_planes->plane_info.mp[0].scanline, in mm_app_add_rdi_stream()162 buf_planes->plane_info.mp[0].len, buf_planes->plane_info.frame_len); in mm_app_add_rdi_stream()
689 &streamInfo->buf_planes); in calcOffset()694 &streamInfo->buf_planes); in calcOffset()700 &streamInfo->buf_planes); in calcOffset()705 &streamInfo->buf_planes); in calcOffset()709 &streamInfo->buf_planes); in calcOffset()715 &streamInfo->buf_planes); in calcOffset()721 &streamInfo->buf_planes); in calcOffset()726 &streamInfo->buf_planes); in calcOffset()1251 mFrameLenOffset = mStreamInfo->buf_planes.plane_info; in allocateBuffers()1884 offset = streamInfo.buf_planes.plane_info; in getFrameOffset()
686 yStride = streamInfo->buf_planes.plane_info.mp[0].stride; in sendPreviewCallback()687 yScanline = streamInfo->buf_planes.plane_info.mp[0].scanline; in sendPreviewCallback()688 uStride = streamInfo->buf_planes.plane_info.mp[1].stride; in sendPreviewCallback()689 uScanline = streamInfo->buf_planes.plane_info.mp[1].scanline; in sendPreviewCallback()690 vStride = streamInfo->buf_planes.plane_info.mp[2].stride; in sendPreviewCallback()691 vScanline = streamInfo->buf_planes.plane_info.mp[2].scanline; in sendPreviewCallback()697 yStride = streamInfo->buf_planes.plane_info.mp[0].stride; in sendPreviewCallback()698 yScanline = streamInfo->buf_planes.plane_info.mp[0].scanline; in sendPreviewCallback()699 uvStride = streamInfo->buf_planes.plane_info.mp[1].stride; in sendPreviewCallback()700 uvScanline = streamInfo->buf_planes.plane_info.mp[1].scanline; in sendPreviewCallback()
6031 streamInfoBuf->buf_planes = img_config.input_buf_planes; in addOfflineReprocChannel()
2319 cam_stream_buf_plane_info_t buf_planes; in initialize() local2322 memset(&buf_planes, 0, sizeof(buf_planes)); in initialize()2329 &buf_planes); in initialize()2335 mFrameLen = buf_planes.plane_info.frame_len; in initialize()
6605 cam_stream_buf_plane_info_t buf_planes; in initStaticMetadata() local6609 &gCamCapability[cameraId]->padding_info, &buf_planes); in initStaticMetadata()6610 strides[i*3+2] = buf_planes.plane_info.mp[0].stride; in initStaticMetadata()