Searched refs:buf_planes (Results 1 – 8 of 8) 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);100 cam_stream_buf_plane_info_t *buf_planes);103 cam_stream_buf_plane_info_t *buf_planes);2331 cam_stream_buf_plane_info_t *buf_planes) in mm_stream_calc_offset_preview() argument2343 buf_planes->plane_info.num_planes = 2; in mm_stream_calc_offset_preview()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()[all …]
884 cam_stream_buf_plane_info_t *buf_planes);888 cam_stream_buf_plane_info_t *buf_planes);893 cam_stream_buf_plane_info_t *buf_planes);898 cam_stream_buf_plane_info_t *buf_planes);902 cam_stream_buf_plane_info_t *buf_planes);906 cam_stream_buf_plane_info_t *buf_planes);910 cam_stream_buf_plane_info_t *buf_planes);915 cam_stream_buf_plane_info_t *buf_planes);
614 cam_stream_buf_plane_info_t buf_planes; member
102 cam_stream_buf_plane_info_t *buf_planes; in mm_app_add_rdi_stream() local182 buf_planes = &stream->s_config.stream_info->buf_planes; in mm_app_add_rdi_stream()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()
798 &streamInfo->buf_planes); in calcOffset()803 &streamInfo->buf_planes); in calcOffset()809 &streamInfo->buf_planes); in calcOffset()814 &streamInfo->buf_planes); in calcOffset()818 &dim, &streamInfo->buf_planes); in calcOffset()824 &streamInfo->buf_planes); in calcOffset()830 &streamInfo->buf_planes); in calcOffset()835 &streamInfo->buf_planes); in calcOffset()1506 mFrameLenOffset = mStreamInfo->buf_planes.plane_info; in allocateBuffers()2298 offset = streamInfo.buf_planes.plane_info; in getFrameOffset()
999 yStride = streamInfo->buf_planes.plane_info.mp[0].stride; in sendPreviewCallback()1000 yScanline = streamInfo->buf_planes.plane_info.mp[0].scanline; in sendPreviewCallback()1001 uStride = streamInfo->buf_planes.plane_info.mp[1].stride; in sendPreviewCallback()1002 uScanline = streamInfo->buf_planes.plane_info.mp[1].scanline; in sendPreviewCallback()1003 vStride = streamInfo->buf_planes.plane_info.mp[2].stride; in sendPreviewCallback()1004 vScanline = streamInfo->buf_planes.plane_info.mp[2].scanline; in sendPreviewCallback()1010 yStride = streamInfo->buf_planes.plane_info.mp[0].stride; in sendPreviewCallback()1011 yScanline = streamInfo->buf_planes.plane_info.mp[0].scanline; in sendPreviewCallback()1012 uvStride = streamInfo->buf_planes.plane_info.mp[1].stride; in sendPreviewCallback()1013 uvScanline = streamInfo->buf_planes.plane_info.mp[1].scanline; in sendPreviewCallback()
7767 streamInfoBuf->buf_planes = img_config.input_buf_planes; in addOfflineReprocChannel()
2557 cam_stream_buf_plane_info_t buf_planes; in initialize() local2560 memset(&buf_planes, 0, sizeof(buf_planes)); in initialize()2567 &buf_planes); in initialize()2573 mFrameLen = buf_planes.plane_info.frame_len; in initialize()