Searched refs:plane1_offset (Results 1 – 9 of 9) 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/msm8996/libcopybit/ |
D | copybit_c2d.cpp | 185 size_t plane1_offset; member 473 yuvInfo.plane1_offset = ALIGN(size,8192); in calculate_yuv_offset_and_stride() 486 yuvInfo.plane1_offset = ALIGN(aligned_width * height, 2048); in calculate_yuv_offset_and_stride() 488 yuvInfo.plane1_offset = aligned_width * height; in calculate_yuv_offset_and_stride() 588 surfaceDef.plane1 = (void*) (handle->base + yuvInfo.plane1_offset); in set_image() 589 surfaceDef.phys1 = (void*) (gpuaddr + yuvInfo.plane1_offset); in set_image()
|
/hardware/qcom/display/msm8909w_3100/libcopybit/ |
D | copybit_c2d.cpp | 185 size_t plane1_offset; member 473 yuvInfo.plane1_offset = ALIGN(size,8192); in calculate_yuv_offset_and_stride() 486 yuvInfo.plane1_offset = ALIGN(aligned_width * height, 2048); in calculate_yuv_offset_and_stride() 488 yuvInfo.plane1_offset = aligned_width * height; in calculate_yuv_offset_and_stride() 588 surfaceDef.plane1 = (void*) (handle->base + yuvInfo.plane1_offset); in set_image() 589 surfaceDef.phys1 = (void*) (gpuaddr + yuvInfo.plane1_offset); in set_image()
|
/hardware/qcom/display/msm8909/libcopybit/ |
D | copybit_c2d.cpp | 185 size_t plane1_offset; member 473 yuvInfo.plane1_offset = ALIGN(size,8192); in calculate_yuv_offset_and_stride() 486 yuvInfo.plane1_offset = ALIGN(aligned_width * height, 2048); in calculate_yuv_offset_and_stride() 488 yuvInfo.plane1_offset = aligned_width * height; in calculate_yuv_offset_and_stride() 588 surfaceDef.plane1 = (void*) (handle->base + yuvInfo.plane1_offset); in set_image() 589 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()
|
/hardware/qcom/sdm845/display/libcopybit/ |
D | copybit_c2d.cpp | 185 size_t plane1_offset; member 473 yuvInfo.plane1_offset = ALIGN(size,8192); in calculate_yuv_offset_and_stride() 486 yuvInfo.plane1_offset = ALIGN(aligned_width * height, 2048); in calculate_yuv_offset_and_stride() 488 yuvInfo.plane1_offset = aligned_width * height; in calculate_yuv_offset_and_stride() 588 surfaceDef.plane1 = (void*) (handle->base + yuvInfo.plane1_offset); in set_image() 589 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/msm8998/libcopybit/ |
D | copybit_c2d.cpp | 183 size_t plane1_offset; member 471 yuvInfo.plane1_offset = ALIGN(size,8192); in calculate_yuv_offset_and_stride() 484 yuvInfo.plane1_offset = ALIGN(aligned_width * height, 2048); in calculate_yuv_offset_and_stride() 486 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()
|
/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()
|