/aosp12/hardware/google/graphics/common/libgscaler/ |
H A D | libgscaler.cpp | 187 gsc->src_info.width = width; in exynos_gsc_set_src_format() 188 gsc->src_info.height = height; in exynos_gsc_set_src_format() 190 gsc->src_info.crop_top = crop_top; in exynos_gsc_set_src_format() 195 gsc->src_info.mode_drm = mode_drm; in exynos_gsc_set_src_format() 196 gsc->src_info.dirty = true; in exynos_gsc_set_src_format() 283 gsc->src_info.buf.addr[0] = addr[0]; in exynos_gsc_set_src_addr() 284 gsc->src_info.buf.addr[1] = addr[1]; in exynos_gsc_set_src_addr() 285 gsc->src_info.buf.addr[2] = addr[2]; in exynos_gsc_set_src_addr() 340 if (gsc->src_info.releaseFenceFd >= 0) { in exynos_gsc_convert() 341 close(gsc->src_info.releaseFenceFd); in exynos_gsc_convert() [all …]
|
H A D | libgscaler_obj.cpp | 412 is_drm = gsc->src_info.mode_drm; in m_gsc_m2m_run_core() 428 &gsc->src_info.height, &gsc->src_info.crop_left, in m_gsc_m2m_run_core() 429 &gsc->src_info.crop_top, &gsc->src_info.crop_width, in m_gsc_m2m_run_core() 430 &gsc->src_info.crop_height, gsc->src_info.v4l2_colorformat, in m_gsc_m2m_run_core() 473 if (gsc->src_info.dirty) { in m_gsc_m2m_run_core() 1015 gsc->src_info.buf.buf_idx = 0; in m_gsc_out_config() 1016 gsc->src_info.qbuf_cnt = 0; in m_gsc_out_config() 1533 gsc->src_info.qbuf_cnt--; in m_gsc_out_run() 1575 gsc->src_info.buf.buf_idx++; in m_gsc_out_run() 1576 gsc->src_info.buf.buf_idx = in m_gsc_out_run() [all …]
|
H A D | libgscaler_obj.h | 134 GscInfo src_info; 163 memset(&src_info, 0, sizeof(GscInfo)); in CGscaler() 170 src_info.buf.buf_type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE; in CGscaler() 179 memset(&src_info, 0, sizeof(GscInfo)); in CGscaler() 185 src_info.buf.buf_type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE; in CGscaler()
|
/aosp12/hardware/qcom/display/msm8960/libcopybit/ |
H A D | copybit_c2d.cpp | 1219 bufferInfo src_info; in stretch_copybit_internal() local 1220 populate_buffer_info(src, src_info); in stretch_copybit_internal() 1221 private_handle_t* src_hnd = new private_handle_t(-1, 0, 0, 0, src_info.format, in stretch_copybit_internal() 1222 src_info.width, src_info.height); in stretch_copybit_internal() 1230 if (get_size(src_info) != ctx->temp_src_buffer.size) { in stretch_copybit_internal() 1233 if (COPYBIT_SUCCESS != get_temp_buffer(src_info, in stretch_copybit_internal()
|
/aosp12/hardware/qcom/display/msm8909w_3100/libcopybit/ |
H A D | copybit_c2d.cpp | 1254 bufferInfo src_info; in stretch_copybit_internal() local 1255 populate_buffer_info(src, src_info); in stretch_copybit_internal() 1256 private_handle_t* src_hnd = new private_handle_t(-1, 0, 0, 0, src_info.format, in stretch_copybit_internal() 1257 src_info.width, src_info.height); in stretch_copybit_internal() 1265 if (get_size(src_info) != (int) ctx->temp_src_buffer.size) { in stretch_copybit_internal() 1268 if (COPYBIT_SUCCESS != get_temp_buffer(src_info, in stretch_copybit_internal()
|
/aosp12/hardware/qcom/display/msm8994/libcopybit/ |
H A D | copybit_c2d.cpp | 1256 bufferInfo src_info; in stretch_copybit_internal() local 1257 populate_buffer_info(src, src_info); in stretch_copybit_internal() 1258 private_handle_t* src_hnd = new private_handle_t(-1, 0, 0, 0, src_info.format, in stretch_copybit_internal() 1259 src_info.width, src_info.height); in stretch_copybit_internal() 1267 if (get_size(src_info) != (int) ctx->temp_src_buffer.size) { in stretch_copybit_internal() 1270 if (COPYBIT_SUCCESS != get_temp_buffer(src_info, in stretch_copybit_internal()
|
/aosp12/hardware/qcom/display/msm8996/libcopybit/ |
H A D | copybit_c2d.cpp | 1254 bufferInfo src_info; in stretch_copybit_internal() local 1255 populate_buffer_info(src, src_info); in stretch_copybit_internal() 1256 private_handle_t* src_hnd = new private_handle_t(-1, 0, 0, 0, src_info.format, in stretch_copybit_internal() 1257 src_info.width, src_info.height); in stretch_copybit_internal() 1265 if (get_size(src_info) != (int) ctx->temp_src_buffer.size) { in stretch_copybit_internal() 1268 if (COPYBIT_SUCCESS != get_temp_buffer(src_info, in stretch_copybit_internal()
|
/aosp12/hardware/qcom/display/msm8998/libcopybit/ |
H A D | copybit_c2d.cpp | 1252 bufferInfo src_info; in stretch_copybit_internal() local 1253 populate_buffer_info(src, src_info); in stretch_copybit_internal() 1254 private_handle_t* src_hnd = new private_handle_t(-1, 0, 0, 0, src_info.format, in stretch_copybit_internal() 1255 src_info.width, src_info.height); in stretch_copybit_internal() 1263 if (get_size(src_info) != (int) ctx->temp_src_buffer.size) { in stretch_copybit_internal() 1266 if (COPYBIT_SUCCESS != get_temp_buffer(src_info, in stretch_copybit_internal()
|
/aosp12/hardware/qcom/display/msm8084/libcopybit/ |
H A D | copybit_c2d.cpp | 1247 bufferInfo src_info; in stretch_copybit_internal() local 1248 populate_buffer_info(src, src_info); in stretch_copybit_internal() 1249 private_handle_t* src_hnd = new private_handle_t(-1, 0, 0, 0, src_info.format, in stretch_copybit_internal() 1250 src_info.width, src_info.height); in stretch_copybit_internal() 1258 if (get_size(src_info) != ctx->temp_src_buffer.size) { in stretch_copybit_internal() 1261 if (COPYBIT_SUCCESS != get_temp_buffer(src_info, in stretch_copybit_internal()
|
/aosp12/hardware/qcom/display/msm8226/libcopybit/ |
H A D | copybit_c2d.cpp | 1253 bufferInfo src_info; in stretch_copybit_internal() local 1254 populate_buffer_info(src, src_info); in stretch_copybit_internal() 1255 private_handle_t* src_hnd = new private_handle_t(-1, 0, 0, 0, src_info.format, in stretch_copybit_internal() 1256 src_info.width, src_info.height); in stretch_copybit_internal() 1264 if (get_size(src_info) != ctx->temp_src_buffer.size) { in stretch_copybit_internal() 1267 if (COPYBIT_SUCCESS != get_temp_buffer(src_info, in stretch_copybit_internal()
|
/aosp12/hardware/qcom/display/msm8909/libcopybit/ |
H A D | copybit_c2d.cpp | 1254 bufferInfo src_info; in stretch_copybit_internal() local 1255 populate_buffer_info(src, src_info); in stretch_copybit_internal() 1256 private_handle_t* src_hnd = new private_handle_t(-1, 0, 0, 0, src_info.format, in stretch_copybit_internal() 1257 src_info.width, src_info.height); in stretch_copybit_internal() 1265 if (get_size(src_info) != (int) ctx->temp_src_buffer.size) { in stretch_copybit_internal() 1268 if (COPYBIT_SUCCESS != get_temp_buffer(src_info, in stretch_copybit_internal()
|
/aosp12/hardware/qcom/sdm845/display/libcopybit/ |
H A D | copybit_c2d.cpp | 1254 bufferInfo src_info; in stretch_copybit_internal() local 1255 populate_buffer_info(src, src_info); in stretch_copybit_internal() 1256 private_handle_t* src_hnd = new private_handle_t(-1, 0, 0, 0, src_info.format, in stretch_copybit_internal() 1257 src_info.width, src_info.height); in stretch_copybit_internal() 1265 if (get_size(src_info) != (int) ctx->temp_src_buffer.size) { in stretch_copybit_internal() 1268 if (COPYBIT_SUCCESS != get_temp_buffer(src_info, in stretch_copybit_internal()
|
/aosp12/hardware/qcom/sm7250/display/libcopybit/ |
H A D | copybit_c2d.cpp | 1254 bufferInfo src_info; in stretch_copybit_internal() local 1255 populate_buffer_info(src, src_info); in stretch_copybit_internal() 1256 private_handle_t* src_hnd = new private_handle_t(-1, 0, 0, 0, src_info.format, in stretch_copybit_internal() 1257 src_info.width, src_info.height); in stretch_copybit_internal() 1265 if (get_size(src_info) != (int) ctx->temp_src_buffer.size) { in stretch_copybit_internal() 1268 if (COPYBIT_SUCCESS != get_temp_buffer(src_info, in stretch_copybit_internal()
|
/aosp12/hardware/qcom/sm8150/display/libcopybit/ |
H A D | copybit_c2d.cpp | 1254 bufferInfo src_info; in stretch_copybit_internal() local 1255 populate_buffer_info(src, src_info); in stretch_copybit_internal() 1256 private_handle_t* src_hnd = new private_handle_t(-1, 0, 0, 0, src_info.format, in stretch_copybit_internal() 1257 src_info.width, src_info.height); in stretch_copybit_internal() 1265 if (get_size(src_info) != (int) ctx->temp_src_buffer.size) { in stretch_copybit_internal() 1268 if (COPYBIT_SUCCESS != get_temp_buffer(src_info, in stretch_copybit_internal()
|