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 …]
280 int y_size, c_size; in formatToBytesPerFrame() local295 y_size = strides.ystride * h; in formatToBytesPerFrame()297 return (y_size + 2 * c_size + in formatToBytesPerFrame()