Searched refs:plane1_offset (Results 1 – 4 of 4) sorted by relevance
183 int plane1_offset; member456 yuvInfo.plane1_offset = ALIGN(size,8192); in calculate_yuv_offset_and_stride()469 yuvInfo.plane1_offset = ALIGN(aligned_width * height, 2048); in calculate_yuv_offset_and_stride()471 yuvInfo.plane1_offset = aligned_width * height; in calculate_yuv_offset_and_stride()567 surfaceDef.plane1 = (void*) (handle->base + yuvInfo.plane1_offset); in set_image()568 surfaceDef.phys1 = (void*) (gpuaddr + yuvInfo.plane1_offset); in set_image()
183 size_t plane1_offset; member472 yuvInfo.plane1_offset = ALIGN(size,8192); in calculate_yuv_offset_and_stride()485 yuvInfo.plane1_offset = ALIGN(aligned_width * height, 2048); in calculate_yuv_offset_and_stride()487 yuvInfo.plane1_offset = aligned_width * height; in calculate_yuv_offset_and_stride()583 surfaceDef.plane1 = (void*) (handle->base + yuvInfo.plane1_offset); in set_image()584 surfaceDef.phys1 = (void*) (gpuaddr + yuvInfo.plane1_offset); in set_image()
183 size_t plane1_offset; member466 yuvInfo.plane1_offset = ALIGN(size,8192); in calculate_yuv_offset_and_stride()479 yuvInfo.plane1_offset = ALIGN(aligned_width * height, 2048); in calculate_yuv_offset_and_stride()481 yuvInfo.plane1_offset = aligned_width * height; in calculate_yuv_offset_and_stride()577 surfaceDef.plane1 = (void*) (handle->base + yuvInfo.plane1_offset); in set_image()578 surfaceDef.phys1 = (void*) (gpuaddr + yuvInfo.plane1_offset); in set_image()
185 int plane1_offset; member467 yuvInfo.plane1_offset = ALIGN(size,8192); in calculate_yuv_offset_and_stride()480 yuvInfo.plane1_offset = ALIGN(aligned_width * height, 2048); in calculate_yuv_offset_and_stride()482 yuvInfo.plane1_offset = aligned_width * height; in calculate_yuv_offset_and_stride()578 surfaceDef.plane1 = (void*) (handle->base + yuvInfo.plane1_offset); in set_image()579 surfaceDef.phys1 = (void*) (gpuaddr + yuvInfo.plane1_offset); in set_image()