Searched refs:plane1_offset (Results 1 – 5 of 5) sorted by relevance
/hardware/qcom/display/msm8960/libcopybit/ |
D | copybit_c2d.cpp | 183 int plane1_offset; member 456 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()
|
/hardware/qcom/display/msm8084/libcopybit/ |
D | copybit_c2d.cpp | 183 size_t plane1_offset; member 466 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()
|
/hardware/qcom/display/msm8974/libcopybit/ |
D | copybit_c2d.cpp | 185 int plane1_offset; member 467 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()
|
/hardware/qcom/display/msm8226/libcopybit/ |
D | copybit_c2d.cpp | 183 size_t plane1_offset; member 472 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()
|
/hardware/qcom/display/msm8994/libcopybit/ |
D | copybit_c2d.cpp | 182 size_t plane1_offset; member 475 yuvInfo.plane1_offset = ALIGN(size,8192); in calculate_yuv_offset_and_stride() 488 yuvInfo.plane1_offset = ALIGN(aligned_width * height, 2048); in calculate_yuv_offset_and_stride() 490 yuvInfo.plane1_offset = aligned_width * height; in calculate_yuv_offset_and_stride() 586 surfaceDef.plane1 = (void*) (handle->base + yuvInfo.plane1_offset); in set_image() 587 surfaceDef.phys1 = (void*) (gpuaddr + yuvInfo.plane1_offset); in set_image()
|