Searched refs:stride_in_bytes (Results 1 – 3 of 3) sorted by relevance
2631 int32_t stride_in_bytes = stride; in mm_stream_calc_offset_raw() local2646 buf_planes->plane_info.mp[0].stride_in_bytes = stride; in mm_stream_calc_offset_raw()2659 buf_planes->plane_info.mp[1].stride_in_bytes = stride; in mm_stream_calc_offset_raw()2677 stride_in_bytes = stride * 2; in mm_stream_calc_offset_raw()2681 PAD_TO_SIZE((uint32_t)(stride_in_bytes * scanline), in mm_stream_calc_offset_raw()2688 buf_planes->plane_info.mp[0].stride_in_bytes = stride_in_bytes; in mm_stream_calc_offset_raw()2697 stride_in_bytes = stride * 2; in mm_stream_calc_offset_raw()2701 PAD_TO_SIZE((uint32_t)(stride_in_bytes * scanline), in mm_stream_calc_offset_raw()2708 buf_planes->plane_info.mp[0].stride_in_bytes = stride_in_bytes; in mm_stream_calc_offset_raw()2735 stride_in_bytes = stride; in mm_stream_calc_offset_raw()[all …]
1888 y * (uint32_t)offset.mp[0].stride_in_bytes / 8; in convertLegacyToRaw16()1936 offset.mp[0].stride_in_bytes); in convertMipiToRaw16()1949 y * (uint32_t)offset.mp[0].stride_in_bytes; in convertMipiToRaw16()
437 int32_t stride_in_bytes; member