Home
last modified time | relevance | path

Searched refs:plane1_offset (Results 1 – 9 of 9) sorted by relevance

/hardware/qcom/display/msm8960/libcopybit/
Dcopybit_c2d.cpp183 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/
Dcopybit_c2d.cpp185 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/
Dcopybit_c2d.cpp185 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/
Dcopybit_c2d.cpp185 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/
Dcopybit_c2d.cpp182 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/
Dcopybit_c2d.cpp185 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/
Dcopybit_c2d.cpp183 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/
Dcopybit_c2d.cpp183 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/
Dcopybit_c2d.cpp183 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()