Home
last modified time | relevance | path

Searched refs:src_info (Results 1 – 13 of 13) sorted by relevance

/hardware/google/graphics/common/libgscaler/
Dlibgscaler.cpp187 gsc->src_info.width = width; in exynos_gsc_set_src_format()
188 gsc->src_info.height = height; in exynos_gsc_set_src_format()
189 gsc->src_info.crop_left = crop_left; in exynos_gsc_set_src_format()
190 gsc->src_info.crop_top = crop_top; in exynos_gsc_set_src_format()
191 gsc->src_info.crop_width = crop_width; in exynos_gsc_set_src_format()
192 gsc->src_info.crop_height = crop_height; in exynos_gsc_set_src_format()
193 gsc->src_info.v4l2_colorformat = v4l2_colorformat; in exynos_gsc_set_src_format()
194 gsc->src_info.cacheable = cacheable; 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()
[all …]
Dlibgscaler_obj.cpp330 if (!gsc->src_info.stream_on && !gsc->dst_info.stream_on) { in m_gsc_m2m_stop()
333 } else if (gsc->src_info.stream_on != gsc->dst_info.stream_on) { in m_gsc_m2m_stop()
335 (%d != %d)", __func__, gsc->src_info.stream_on, in m_gsc_m2m_stop()
347 if (gsc->src_info.stream_on == true) { in m_gsc_m2m_stop()
348 if (ioctl(gsc->gsc_fd, VIDIOC_STREAMOFF, &gsc->src_info.buf.buf_type) < 0) { in m_gsc_m2m_stop()
352 gsc->src_info.stream_on = false; in m_gsc_m2m_stop()
377 req_buf.type = gsc->src_info.buf.buf_type; in m_gsc_m2m_stop()
378 req_buf.memory = gsc->src_info.buf.mem_type; in m_gsc_m2m_stop()
411 is_dirty = gsc->src_info.dirty || gsc->dst_info.dirty; in m_gsc_m2m_run_core()
412 is_drm = gsc->src_info.mode_drm; in m_gsc_m2m_run_core()
[all …]
Dlibgscaler_obj.h134 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()
/hardware/qcom/display/msm8960/libcopybit/
Dcopybit_c2d.cpp1219 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()
/hardware/qcom/display/msm8996/libcopybit/
Dcopybit_c2d.cpp1254 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()
/hardware/qcom/display/msm8909/libcopybit/
Dcopybit_c2d.cpp1254 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()
/hardware/qcom/display/msm8226/libcopybit/
Dcopybit_c2d.cpp1253 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()
/hardware/qcom/sm7250/display/libcopybit/
Dcopybit_c2d.cpp1254 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()
/hardware/qcom/sm8150/display/libcopybit/
Dcopybit_c2d.cpp1254 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()
/hardware/qcom/display/msm8909w_3100/libcopybit/
Dcopybit_c2d.cpp1254 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()
/hardware/qcom/display/msm8084/libcopybit/
Dcopybit_c2d.cpp1247 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()
/hardware/qcom/display/msm8998/libcopybit/
Dcopybit_c2d.cpp1252 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()
/hardware/qcom/display/msm8994/libcopybit/
Dcopybit_c2d.cpp1256 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()