Searched refs:dst_plane1_offset (Results 1 – 10 of 10) sorted by relevance
/hardware/qcom/display/msm8960/libcopybit/ |
D | software_converter.cpp | 133 int dst_plane1_offset; member 161 dst = (unsigned char*)(dst_base + info.dst_plane1_offset); in copy_source_to_destination() 202 info.dst_plane1_offset = info.dst_stride*info.height; in convert_yuv_c2d_to_yuv_android() 207 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048); in convert_yuv_c2d_to_yuv_android() 247 info.dst_plane1_offset = info.dst_stride*info.height; in convert_yuv_android_to_yuv_c2d() 252 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048); in convert_yuv_android_to_yuv_c2d()
|
/hardware/qcom/display/msm8994/libcopybit/ |
D | software_converter.cpp | 134 size_t dst_plane1_offset; member 163 dst = (unsigned char*)(dst_base + info.dst_plane1_offset); in copy_source_to_destination() 204 info.dst_plane1_offset = info.dst_stride*info.height; in convert_yuv_c2d_to_yuv_android() 209 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048); in convert_yuv_c2d_to_yuv_android() 249 info.dst_plane1_offset = info.dst_stride*info.height; in convert_yuv_android_to_yuv_c2d() 254 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048); in convert_yuv_android_to_yuv_c2d()
|
/hardware/qcom/sm8150/display/libcopybit/ |
D | software_converter.cpp | 133 size_t dst_plane1_offset; member 162 dst = (unsigned char*)(dst_base + info.dst_plane1_offset); in copy_source_to_destination() 203 info.dst_plane1_offset = info.dst_stride*info.height; in convert_yuv_c2d_to_yuv_android() 208 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048); in convert_yuv_c2d_to_yuv_android() 248 info.dst_plane1_offset = info.dst_stride*info.height; in convert_yuv_android_to_yuv_c2d() 253 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048); in convert_yuv_android_to_yuv_c2d()
|
/hardware/qcom/display/msm8998/libcopybit/ |
D | software_converter.cpp | 135 size_t dst_plane1_offset; member 164 dst = (unsigned char*)(dst_base + info.dst_plane1_offset); in copy_source_to_destination() 205 info.dst_plane1_offset = info.dst_stride*info.height; in convert_yuv_c2d_to_yuv_android() 210 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048); in convert_yuv_c2d_to_yuv_android() 250 info.dst_plane1_offset = info.dst_stride*info.height; in convert_yuv_android_to_yuv_c2d() 255 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048); in convert_yuv_android_to_yuv_c2d()
|
/hardware/qcom/display/msm8909w_3100/libcopybit/ |
D | software_converter.cpp | 133 size_t dst_plane1_offset; member 162 dst = (unsigned char*)(dst_base + info.dst_plane1_offset); in copy_source_to_destination() 203 info.dst_plane1_offset = info.dst_stride*info.height; in convert_yuv_c2d_to_yuv_android() 208 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048); in convert_yuv_c2d_to_yuv_android() 248 info.dst_plane1_offset = info.dst_stride*info.height; in convert_yuv_android_to_yuv_c2d() 253 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048); in convert_yuv_android_to_yuv_c2d()
|
/hardware/qcom/display/msm8996/libcopybit/ |
D | software_converter.cpp | 133 size_t dst_plane1_offset; member 162 dst = (unsigned char*)(dst_base + info.dst_plane1_offset); in copy_source_to_destination() 203 info.dst_plane1_offset = info.dst_stride*info.height; in convert_yuv_c2d_to_yuv_android() 208 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048); in convert_yuv_c2d_to_yuv_android() 248 info.dst_plane1_offset = info.dst_stride*info.height; in convert_yuv_android_to_yuv_c2d() 253 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048); in convert_yuv_android_to_yuv_c2d()
|
/hardware/qcom/display/msm8226/libcopybit/ |
D | software_converter.cpp | 133 size_t dst_plane1_offset; member 162 dst = (unsigned char*)(dst_base + info.dst_plane1_offset); in copy_source_to_destination() 203 info.dst_plane1_offset = info.dst_stride*info.height; in convert_yuv_c2d_to_yuv_android() 208 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048); in convert_yuv_c2d_to_yuv_android() 248 info.dst_plane1_offset = info.dst_stride*info.height; in convert_yuv_android_to_yuv_c2d() 253 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048); in convert_yuv_android_to_yuv_c2d()
|
/hardware/qcom/sm7250/display/libcopybit/ |
D | software_converter.cpp | 133 size_t dst_plane1_offset; member 162 dst = (unsigned char*)(dst_base + info.dst_plane1_offset); in copy_source_to_destination() 203 info.dst_plane1_offset = info.dst_stride*info.height; in convert_yuv_c2d_to_yuv_android() 208 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048); in convert_yuv_c2d_to_yuv_android() 248 info.dst_plane1_offset = info.dst_stride*info.height; in convert_yuv_android_to_yuv_c2d() 253 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048); in convert_yuv_android_to_yuv_c2d()
|
/hardware/qcom/display/msm8909/libcopybit/ |
D | software_converter.cpp | 133 size_t dst_plane1_offset; member 162 dst = (unsigned char*)(dst_base + info.dst_plane1_offset); in copy_source_to_destination() 203 info.dst_plane1_offset = info.dst_stride*info.height; in convert_yuv_c2d_to_yuv_android() 208 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048); in convert_yuv_c2d_to_yuv_android() 248 info.dst_plane1_offset = info.dst_stride*info.height; in convert_yuv_android_to_yuv_c2d() 253 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048); in convert_yuv_android_to_yuv_c2d()
|
/hardware/qcom/display/msm8084/libcopybit/ |
D | software_converter.cpp | 133 size_t dst_plane1_offset; member 162 dst = (unsigned char*)(dst_base + info.dst_plane1_offset); in copy_source_to_destination() 203 info.dst_plane1_offset = info.dst_stride*info.height; in convert_yuv_c2d_to_yuv_android() 208 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048); in convert_yuv_c2d_to_yuv_android() 248 info.dst_plane1_offset = info.dst_stride*info.height; in convert_yuv_android_to_yuv_c2d() 253 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048); in convert_yuv_android_to_yuv_c2d()
|