Searched refs:y_size (Results 1 – 3 of 3) sorted by relevance
106 int y_size = y_stride * adjusted_height; in mali_gralloc_lock_ycbcr() local120 u_offset = y_size; in mali_gralloc_lock_ycbcr()121 v_offset = y_size + 1; in mali_gralloc_lock_ycbcr()128 v_offset = y_size; in mali_gralloc_lock_ycbcr()129 u_offset = y_size + 1; in mali_gralloc_lock_ycbcr()141 v_offset = y_size; in mali_gralloc_lock_ycbcr()142 u_offset = y_size + c_size; in mali_gralloc_lock_ycbcr()288 int y_size = y_stride * adjusted_height; in mali_gralloc_lock_flex_async() local305 flex_layout->planes[1].top_left = base + y_size; in mali_gralloc_lock_flex_async()334 flex_layout->planes[1].top_left = base + y_size; in mali_gralloc_lock_flex_async()[all …]
74 size_t y_size = w * h; in copyYUVFrame() local76 size_t total_size = y_size + 2 * cbcr_size; in copyYUVFrame()88 .cb = static_cast<void*>(frame_.data() + y_size), in copyYUVFrame()89 .cr = static_cast<void*>(frame_.data() + y_size + cbcr_size), in copyYUVFrame()